outline-cli
SKILL.md
This skill enables droids to operate an Outline Wiki instance through the included .NET CLI (Outlinectl.Cli).
Use this skill for:
- Authenticating against an Outline instance
- Listing collections
- Searching, getting, creating, updating, and exporting documents
For automation, prefer --json output and non-interactive commands.
Configuration
This skill is environment-first. Droids should read configuration from environment variables and only pass explicit CLI options when overriding defaults.
OUTLINE_BASE_URL(recommended): Outline instance URL (e.g.https://docs.example.com)OUTLINE_API_TOKEN(recommended): Outline API tokenprofile(optional): Defaults todefault(used for local config/credential store)