Trigger a one-shot workflow that clones (or pulls) a Git repository and
generates a structured wiki from it using the `codewiki` CLI. Use this
skill whenever the user asks to "generate a wiki", "document this repo",
"create a code wiki", or invokes `/codewiki <input>`.
Install
$
openclaw skills install @jiangsier-xyz/codewiki
Skill: codewiki
When to trigger
Invoke this skill when the user:
Types /codewiki <input>, or
Asks in natural language to generate a wiki / documentation from a repository
(e.g. "generate a wiki for anthropics/claude-code").
Trigger command
text
/codewiki <user_input>
Dependencies
This skill depends on CodeWiki
(FSoft-AI4Code/CodeWiki). The codewiki CLI — provided by that project —
must be installed and available on $PATH before the underlying script can
run. The script's startup check_dependencies step will fail with exit code
2 and a clear message if codewiki is missing.
If the user has not installed CodeWiki yet, direct them to
https://github.com/FSoft-AI4Code/CodeWiki and have them follow the install
instructions there before confirming execution.
Agent execution logic
Follow these steps in order. Do not execute the underlying script until
the user has explicitly confirmed.
1. Parse <user_input>
Extract three fields from the user's input. Accept natural-language phrasing
and shorthand.