Outline Wiki CLI

Manage Outline Wiki documents and collections via command-line interface with JSON output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with Outline Wiki, enabling efficient management of documents and collections directly from the command line.

Core Features & Use Cases

  • Authentication: Securely log in and manage authentication for your Outline instance.
  • Document Management: Search, retrieve, create, update, and export documents.
  • Collection Browsing: List and manage collections within your Outline Wiki.
  • Use Case: Quickly find a specific document by searching across your entire Outline Wiki, or export a document and its sub-documents to a local directory for backup.

Quick Start

Authenticate with your Outline Wiki instance using your API token and base URL.

Frequently Asked Questions about Outline Wiki CLI

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

FAQPage Schema
How do I manage Outline Wiki documents from the command line?

You can manage Outline Wiki documents from the command line using an API client that handles authentication, collection listing, and document operations like search, get, create, update, and export. It outputs structured JSON data for easy processing.

Can I search and export documents from my Outline Wiki knowledge base via CLI?

Yes, you can search across your entire Outline Wiki knowledge base via CLI and export documents or sub-documents to a local directory. The CLI supports retrieving and exporting content directly through the Outline API.

How do I configure authentication for an Outline Wiki API client?

You configure authentication for an Outline Wiki API client by setting environment variables for your API token and base URL. This allows secure login and interaction with your Outline instance from the terminal.

Does the Outline Wiki CLI output structured data for automation scripts?

Yes, the Outline Wiki CLI prioritizes JSON output to provide structured data for automation scripts. This allows you to pipe document operations and collection listings directly into other command-line tools for processing.

What is the best way to back up Outline Wiki collections locally?

The best way to back up Outline Wiki collections locally is using a CLI tool to export documents and sub-documents to a local directory. This relies on environment variables for configuration and outputs the content in JSON format.

Do I need any specific dependencies to use a CLI tool for Outline Wiki?

No specific dependencies are required to use this CLI tool for Outline Wiki, as it operates independently. You only need to configure your environment variables with the correct API token and base URL to authenticate and manage your knowledge base.