一键导入
startos-support
Answer StartOS and StartTunnel support questions using the bundled Start9 documentation and known-issues knowledge bundle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Answer StartOS and StartTunnel support questions using the bundled Start9 documentation and known-issues knowledge bundle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | startos-support |
| description | Answer StartOS and StartTunnel support questions using the bundled Start9 documentation and known-issues knowledge bundle. |
| user-invocable | false |
Use this skill to answer questions about StartOS, StartTunnel, and StartOS service packages (installation, configuration, usage, troubleshooting). The answers come from a local, pre-indexed knowledge bundle published by Start9's support-server — full documentation page text plus known issues and registry package info. It is refreshed in the background; you never need to crawl the web for these answers.
Run the bundled search script (Python, no network):
# List available documentation indexes (page titles + summaries) and packages
python3 /opt/startos/skills/startos-support/docs-search.py index
# Fetch the full text of a documentation page or a package overview
python3 /opt/startos/skills/startos-support/docs-search.py page "Initial Setup"
python3 /opt/startos/skills/startos-support/docs-search.py page "bitcoind"
# Full-text search across pages, package descriptions, and known issues
python3 /opt/startos/skills/startos-support/docs-search.py search "port forwarding"
# List active known issues (optionally filtered by package id)
python3 /opt/startos/skills/startos-support/docs-search.py issues
python3 /opt/startos/skills/startos-support/docs-search.py issues bitcoind
index first to see what documentation pages and packages exist.page to pull the full content.issues for known problems before giving troubleshooting advice.Scope note: the bundle covers StartOS, StartTunnel, and packages/upstream docs. It does not include the Packaging book or Bitcoin Guides — say so if asked about s9pk packaging internals rather than guessing.