outline-cli

Interact with Outline Wiki instances via a .NET CLI tool.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/dpalfery/outline-wiki-cli --skill outline-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outline-cli
Source: https://github.com/dpalfery/outline-wiki-cli/tree/main/.factory/skills/outline-cli
Command: npx skills add https://github.com/dpalfery/outline-wiki-cli --skill outline-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact with Outline Wiki, enabling automation and programmatic access to wiki content.

Core Features & Use Cases

  • Authentication: Securely log in to your Outline Wiki instance.
  • Collection Management: List and browse your wiki's collections.
  • Document Operations: Search, retrieve, create, update, and export documents.
  • Use Case: Automate the process of updating documentation in your Outline Wiki by fetching content from another source, processing it, and then pushing the updates via the CLI.

Quick Start

Authenticate to your Outline Wiki instance using environment variables for the base URL and API token.

Frequently Asked Questions about outline-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate document management in Outline Wiki from the command line?

Automate Outline Wiki document management using a CLI tool that handles authentication, collection browsing, and CRUD operations. It outputs JSON for easy scripting and uses environment variables to securely manage your base URL and API token.

Can I search and export documents from Outline Wiki using a CLI?

Yes, you can search, retrieve, and export documents from Outline Wiki using the CLI. It supports programmatic access to wiki content, returning results in JSON format for seamless integration into automation workflows.

How do I securely authenticate to an Outline Wiki API instance for automation?

Securely authenticate to your Outline Wiki API instance by configuring environment variables with your base URL and API token. This environment-based approach ensures credentials are handled safely without hardcoding them into your scripts.

Does this Outline Wiki CLI tool require any specific dependencies or frameworks to run?

The Outline Wiki CLI tool has no external dependencies and operates as a standalone .NET application. You only need a valid Outline Wiki instance URL and API token configured via environment variables to begin interacting with your knowledge base.

What is the best way to push external documentation updates to Outline Wiki?

The best way to push external documentation updates to Outline Wiki is fetching content from your source, processing it, and using the CLI to create or update documents programmatically, leveraging its JSON output for reliable pipeline integration.

Are there limitations when using a CLI for Outline Wiki collection browsing?

Limitations when using the CLI for Outline Wiki collection browsing include relying strictly on JSON output for data parsing and requiring environment-based configuration for every session, meaning it is built for automation rather than interactive browsing.