wiki-js

Manage Wiki.js documentation pages via its GraphQL API.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mattstyles333/openclaw-workspace --skill wiki-js
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-js
Source: https://github.com/mattstyles333/openclaw-workspace/tree/main/skills/wiki-js
Command: npx skills add https://github.com/mattstyles333/openclaw-workspace --skill wiki-js

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of your Wiki.js knowledge base, allowing for efficient creation, retrieval, updating, and searching of documentation.

Core Features & Use Cases

  • Page Management: Create, read, update, and list documentation pages.
  • Search Functionality: Quickly find relevant information within your knowledge base.
  • Use Case: Maintain team Standard Operating Procedures (SOPs), centralize process documentation, and build a comprehensive team knowledge base.

Quick Start

Use the wiki skill to list all pages in your knowledge base.

Frequently Asked Questions about wiki-js

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

FAQPage Schema
How do I manage Wiki.js documentation pages through the GraphQL API?

You can manage Wiki.js documentation pages through its GraphQL API by executing queries with curl and processing the JSON responses with python3 and jq. This allows you to create, read, update, and search knowledge base pages programmatically.

Can I automate creating and updating SOPs in a Wiki.js knowledge base?

Yes, you can automate creating and updating SOPs in a Wiki.js knowledge base by sending GraphQL API queries. This approach centralizes process documentation and maintains team knowledge bases without manual web interface interaction.

What dependencies do I need to query the Wiki.js GraphQL API?

To query the Wiki.js GraphQL API, you need curl and python3 to execute the requests and process responses, along with jq to parse the JSON output. These tools facilitate automated knowledge base management.

How do I search for specific information inside a Wiki.js knowledge base?

You search for information inside a Wiki.js knowledge base by running GraphQL API queries via curl. The Skill processes these queries to quickly find and retrieve relevant documentation pages from your knowledge base.

Is there a way to list all pages in a Wiki.js knowledge base via command line?

Yes, you can list all pages in a Wiki.js knowledge base via the command line by executing targeted GraphQL API queries. The Skill uses scripts to handle the curl requests and python3 processing to output the page listings.