skills/smithery.ai/outline-cli

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 token
  • profile (optional): Defaults to default (used for local config/credential store)
Installs
2
First Seen
Apr 13, 2026
outline-cli from smithery.ai