원클릭으로
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.