Back to Registry
View Author Profile
Official Verified
Wikijs
Skill by hopyky
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hopyky/wikijsOr
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
| Command | Description |
|---|---|
wikijs list | List 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 tree | Display page hierarchy |
Writing
| Command | Description |
|---|---|
wikijs create <path> <title> | Create a page |
wikijs create ... --template doc | Create from template |
wikijs update <id> | Update a page |
wikijs move <id> <new-path> | Move a page |
wikijs delete <id> | Delete a page |
Tags
| Command | Description |
|---|---|
wikijs tags | List all tags |
wikijs tag <id> add <tag> | Add a tag |
wikijs tag <id> remove <tag> | Remove a tag |
Backup & Restore
| Command | Description |
|---|---|
wikijs backup | Create backup |
wikijs restore-backup <file> | Restore from backup |
wikijs export <dir> | Export to files |
Versions
| Command | Description |
|---|---|
wikijs versions <id> | Show history |
wikijs revert <id> <version> | Restore version |
wikijs diff <id> | Compare versions |
Assets
| Command | Description |
|---|---|
wikijs images | List assets |
wikijs upload <file> | Upload asset |
wikijs delete-image <id> | Delete asset |
Bulk Operations
| Command | Description |
|---|---|
wikijs bulk-create <folder> | Create from files |
wikijs bulk-update <folder> | Update from files |
wikijs sync | Sync to local |
wikijs sync --watch | Watch mode |
Analysis
| Command | Description |
|---|---|
wikijs tree | Page hierarchy tree |
wikijs check-links | Find broken links |
wikijs stats | Show statistics |
wikijs lint <file> | Lint markdown file |
wikijs lint --id <id> | Lint wiki page |
wikijs orphans | Find pages with no incoming links |
wikijs duplicates | Find similar/duplicate content |
wikijs toc <id> | Generate table of contents |
wikijs validate <id> | Validate page content |
wikijs validate --all | Validate all pages |
wikijs spellcheck <id> | Check spelling |
Content Operations
| Command | Description |
|---|---|
wikijs clone <id> <path> | Duplicate a page |
wikijs replace "old" "new" | Search/replace across pages |
wikijs sitemap | Generate XML sitemap |
Interactive
| Command | Description |
|---|---|
wikijs shell | Interactive shell mode |
wikijs watch <id> | Watch page for changes |
Metadata
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.
Related Skills
update-plus
Full backup, update, and restore for OpenClaw - config, workspace, and skills with auto-rollback
hopyky 2387
tts-whatsapp
Send high-quality text-to-speech voice messages on WhatsApp in 40+ languages with automatic delivery
hopyky 2387
clawdbot-update-plus
Full backup, update, and restore for Clawdbot - config, workspace, and skills with auto-rollback
hopyky 2387
self-reflection
Continuous self-improvement through structured reflection and memory
hopyky 2387