ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Wikijs

Skill by hopyky

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hopyky/wikijs
Or

Wiki.js Skill v1.4

A complete CLI for managing Wiki.js via the GraphQL API.

Quick Start

# Install
npm install && npm link

# Configure
cp config/wikijs.example.json ~/.config/wikijs.json
# Edit with your Wiki.js URL and API token

# Test connection
wikijs health

Commands Reference

Reading

CommandDescription
wikijs listList all pages
wikijs search "query"Search pages
wikijs get <id-or-path>Read a page
wikijs info <id-or-path>Show page metadata
wikijs grep "pattern"Search within content
wikijs treeDisplay page hierarchy

Writing

CommandDescription
wikijs create <path> <title>Create a page
wikijs create ... --template docCreate from template
wikijs update <id>Update a page
wikijs move <id> <new-path>Move a page
wikijs delete <id>Delete a page

Tags

CommandDescription
wikijs tagsList all tags
wikijs tag <id> add <tag>Add a tag
wikijs tag <id> remove <tag>Remove a tag

Backup & Restore

CommandDescription
wikijs backupCreate backup
wikijs restore-backup <file>Restore from backup
wikijs export <dir>Export to files

Versions

CommandDescription
wikijs versions <id>Show history
wikijs revert <id> <version>Restore version
wikijs diff <id>Compare versions

Assets

CommandDescription
wikijs imagesList assets
wikijs upload <file>Upload asset
wikijs delete-image <id>Delete asset

Bulk Operations

CommandDescription
wikijs bulk-create <folder>Create from files
wikijs bulk-update <folder>Update from files
wikijs syncSync to local
wikijs sync --watchWatch mode

Analysis

CommandDescription
wikijs treePage hierarchy tree
wikijs check-linksFind broken links
wikijs statsShow statistics
wikijs lint <file>Lint markdown file
wikijs lint --id <id>Lint wiki page
wikijs orphansFind pages with no incoming links
wikijs duplicatesFind similar/duplicate content
wikijs toc <id>Generate table of contents
wikijs validate <id>Validate page content
wikijs validate --allValidate all pages
wikijs spellcheck <id>Check spelling

Content Operations

CommandDescription
wikijs clone <id> <path>Duplicate a page
wikijs replace "old" "new"Search/replace across pages
wikijs sitemapGenerate XML sitemap

Interactive

CommandDescription
wikijs shellInteractive shell mode
wikijs watch <id>Watch page for changes

Metadata

Author@hopyky
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hopyky-wikijs": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.