| name | startos-support |
| description | Answer StartOS and StartTunnel support questions using the bundled Start9 documentation and known-issues knowledge bundle. |
| user-invocable | false |
startos-support — Start9 documentation & support
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.
Tool
Run the bundled search script (Python, no network):
python3 /opt/startos/skills/startos-support/docs-search.py index
python3 /opt/startos/skills/startos-support/docs-search.py page "Initial Setup"
python3 /opt/startos/skills/startos-support/docs-search.py page "bitcoind"
python3 /opt/startos/skills/startos-support/docs-search.py search "port forwarding"
python3 /opt/startos/skills/startos-support/docs-search.py issues
python3 /opt/startos/skills/startos-support/docs-search.py issues bitcoind
How to use it
- Run
index first to see what documentation pages and packages exist.
- Identify the relevant page title or package id, then
page to pull the full content.
- Check
issues for known problems before giving troubleshooting advice.
- Answer from the retrieved content. Do not invent page titles or facts not present in the bundle.
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.