Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Deploy and manage Wiki.js documentation sites avoiding common configuration traps.
Deploy and manage Wiki.js documentation sites avoiding common configuration traps.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Site URL must be correct from first setup โ changing later breaks all internal links, no easy fix PostgreSQL over SQLite for any multi-user setup โ SQLite locks under concurrent writes HTTPS terminates at reverse proxy โ Wiki.js runs HTTP internally, don't configure SSL in Wiki.js
Visual Editor uses HTML underneath โ switching from Markdown loses formatting, can't switch back cleanly Markdown editor is the safe default โ WYSIWYG has rendering quirks and sync issues Internal links require locale prefix โ [Link](/en/path/to/page) not just /path/to/page
Deny rules take precedence over allow โ overlapping patterns cause unexpected lockouts Page rules use path patterns โ /engineering/* covers subpages, /engineering is exact match only Default "Users" group applies to all new accounts โ configure before inviting users
Git sync is one-way by default โ Wiki.js to Git only, external edits don't sync back Asset storage in database bloats backups โ use S3/GCS for images on larger wikis Database backup IS the complete backup โ all content, users, permissions stored there
Search respects permissions โ users don't find pages they can't access (can cause confusion) Search index rebuilds automatically โ large imports need patience, no manual trigger helps Elasticsearch optional โ built-in DB search works but lacks relevance ranking
Login redirect loops โ almost always HTTPS/HTTP mismatch in Site URL config Assets not loading โ Site URL doesn't match actual access URL Page shows 404 after creation โ special characters in path, use lowercase alphanumeric Slow after import โ search reindexing in progress, wait or check Admin > Utilities
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.