Agent Skillsnixopus/nixopus › nixopus-docs

nixopus-docs

GitHub

在运行时查询 Nixopus 平台最新文档,用于回答功能、配置、部署及 API 等问题,防止幻觉。

api/skills/nixopus-docs/SKILL.md nixopus/nixopus

Trigger Scenarios

用户询问 Nixopus 功能或概念 需要查询配置、部署指南或 API 参考

Install

npx skills add nixopus/nixopus --skill nixopus-docs -g -y
More Options

Non-standard path

npx skills add https://github.com/nixopus/nixopus/tree/master/api/skills/nixopus-docs -g -y

Use without installing

npx skills use nixopus/nixopus@nixopus-docs

指定 Agent (Claude Code)

npx skills add nixopus/nixopus --skill nixopus-docs -a claude-code -g -y

安装 repo 全部 skill

npx skills add nixopus/nixopus --all -g -y

预览 repo 内 skill

npx skills add nixopus/nixopus --list

SKILL.md

Frontmatter
{
    "name": "nixopus-docs",
    "metadata": {
        "version": "2.0"
    },
    "description": "Look up Nixopus platform documentation at runtime. Use when the user asks about Nixopus features, configuration, concepts, self-hosting, API reference, guides, or anything where accurate product information is needed. Prevents hallucination by fetching the latest docs."
}

Nixopus Documentation Lookup

When you need to answer questions about Nixopus — features, setup, configuration, API, guides, concepts, self-hosting, extensions, domains, deployments, or any product-level detail — always fetch the latest documentation instead of relying on memory.

When to Use

  • User asks "how does X work in Nixopus?"
  • User asks about configuration, environment variables, or setup
  • User references a Nixopus feature you're unsure about
  • User asks about self-hosting, cloud, billing, teams, or extensions
  • User needs API reference or endpoint details
  • You need to explain a Nixopus concept (deployments, domains, organizations, auth)
  • Whenever you're about to describe Nixopus behavior and aren't 100% certain from tool results

IMPORTANT — How to Fetch Docs

These are runtime tools, NOT files inside this skill. Do NOT use skill_read or skill_search to look up docs.

To fetch a doc page:

  1. Run search_tools("nixopus docs") to find the tool.
  2. Run load_tool("fetch_nixopus_docs_page") to load it.
  3. Call fetch_nixopus_docs_page({ path: "concepts/deployments.md" }) with the page path from the index below.

You do NOT need to call fetch_nixopus_docs_index — the full index is embedded below.

Docs Index

Source: https://docs.nixopus.com/llms.txt

Getting Started

  • Introduction — How Nixopus works and what you can do with it.
  • Quickstart — Deploy your first app on Nixopus Cloud.

Concepts

  • Authentication — How users and services authenticate with Nixopus.
  • Deployments — How Nixopus builds and deploys your apps.
  • Domains — How Nixopus handles routing, SSL, and custom domains.
  • Organizations — Manage teams and access control.

Guides

Cloud

  • API keys — Create and manage API keys for programmatic access.
  • Credits — How credit-based billing works on Nixopus Cloud.
  • Custom domains — Connect your own domain to Nixopus Cloud.
  • Machines — How machines are provisioned, managed, and scaled.
  • Teams — Collaborate with your team on Nixopus Cloud.

Self-Hosting

Editor Extension

API Reference

  • Introduction — Interact with Nixopus programmatically.
  • OpenAPI spec — Full OpenAPI specification.
  • Deploy: delete, deploy, get, update application.
  • Domains: list, add, remove, custom domains, DNS check.
  • GitHub: connectors, repositories, branches, webhooks.
  • Containers: list, get, start, stop, restart, remove, logs, resources.
  • MCP: add, delete, list, update, test servers; discover/invoke tools.
  • Notifications: SMTP, webhook config; send; preferences.
  • Health checks: create, get, update, delete, toggle, stats, results.
  • Machines: list, register BYOS, pause, resume, restart, remove, events, metrics, billing, backup.
  • Extensions: list, get, fork, delete, run, executions, categories.
  • File manager: list, upload, create/copy/move/delete directory.
  • User: profile, settings, preferences, avatar, name.
  • Other: feature flags, bootstrap, onboarding, updates, audit logs, compose, projects, trail.

Other

Workflow

  1. Find the right page — scan the index above for the page matching the user's question.
  2. Fetch itsearch_tools("nixopus docs")load_tool("fetch_nixopus_docs_page") → call with the path.
  3. Answer from the content — base your response on the fetched documentation. If one page isn't enough, fetch more.

Rules

  • Never fabricate Nixopus features, settings, or API endpoints. If you can't find it in the docs, say so.
  • For API reference questions, fetch the specific endpoint page from api-reference/.
  • If the user's question spans multiple topics, fetch multiple pages.
  • Keep fetched content as context — don't re-fetch the same page in the same conversation.

Version History

  • cf05d97 Current 2026-08-20 14:52

Same Skill Collection

api/skills/api-catalog/SKILL.md
api/skills/caddyfile-generation/SKILL.md
api/skills/compose-setup/SKILL.md
api/skills/container-resource-tuning/SKILL.md
api/skills/cpp-deploy/SKILL.md
api/skills/database-migration/SKILL.md
api/skills/deno-deploy/SKILL.md
api/skills/deploy-delegation/SKILL.md
api/skills/deploy-flow/SKILL.md
api/skills/deployment-analysis/SKILL.md
api/skills/diagnostic-workflow/SKILL.md
api/skills/dockerfile-generation/SKILL.md
api/skills/dockerignore-generation/SKILL.md
api/skills/domain-attachment/SKILL.md
api/skills/domain-tls-routing/SKILL.md
api/skills/dotnet-deploy/SKILL.md
api/skills/elixir-deploy/SKILL.md
api/skills/failure-diagnosis/SKILL.md
api/skills/github-onboarding/SKILL.md
api/skills/github-workflow/SKILL.md
api/skills/gleam-deploy/SKILL.md
api/skills/go-deploy/SKILL.md
api/skills/incident-response/SKILL.md
api/skills/java-deploy/SKILL.md
api/skills/machine-ops/SKILL.md
api/skills/mcp-integrations/SKILL.md
api/skills/monorepo-strategy/SKILL.md
api/skills/node-deploy/SKILL.md
api/skills/onboarding/SKILL.md
api/skills/php-deploy/SKILL.md
api/skills/post-deploy-verification/SKILL.md
api/skills/pre-deploy-checklist/SKILL.md
api/skills/python-deploy/SKILL.md
api/skills/rollback-strategy/SKILL.md
api/skills/ruby-deploy/SKILL.md
api/skills/rust-deploy/SKILL.md
api/skills/self-heal/SKILL.md
api/skills/shell-deploy/SKILL.md
api/skills/static-deploy/SKILL.md

Metadata

Files
0
Version
cf05d97
Hash
b553d32b
Indexed
2026-08-20 14:52

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-29 21:54
浙ICP备14020137号-1 $방문자$