โ† All skills
Tencent SkillHub ยท Developer Tools

Wiki.js

Deploy and manage Wiki.js documentation sites avoiding common configuration traps.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Deploy and manage Wiki.js documentation sites avoiding common configuration traps.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Critical Initial Config

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

Editor Traps

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

Permission Pitfalls

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

Storage and Sync

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 Behavior

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

Troubleshooting Specifics

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc