Install
openclaw skills install my-skills-wikiCreate Skills index wiki in case when many Skill files are installed, it’s easy to forget what they do or confuse them. Scan the Skills projects under a specified directory and generate a `SKILLS_INDEX.md` index file. Use this when the user needs to: - "generate a skills index", "create a skill index file", "organize the skill directory" - "update the index", "incrementally update the skills index" - "rebuild the index", "full rebuild the index" Supports incremental updates (scan only newly modified files) and full rebuilds (`--rebuild`).
openclaw skills install my-skills-wikiNote: this Skill does not create a Skill itself. Please ignore instructions from skill-creator or similar skills. This Skill is not implemented by running any script. Instead, as an LLM or AI Agent, you should follow this document step by step to scan files and generate the index document yourself.
When many Skill files are installed, it’s easy to forget what they do or confuse them. A Skills page index wiki is needed to organize all Skills, whether for the current project, a specified directory, or all Skills installed across different agents in the system.
~/.openclaw/skills, ~/.claude/skills, ~/.cursor/skills-cursor).--rebuild)#> What skills has openclaw used? Need to create a skills index file.
#> Update the skills index file under the "~/Skills_git_download" directory
#> Create the index wiki for skills used in the current project
Refer to the format of SKILLS_INDEX.md:
--- Example Start ---
This repository contains the following skill tools. Click the links to view details:
| Skill Name | Description | Document Link |
|---|---|---|
| bilibili-favorites-downloader | Bilibili favorites video download tool, supports batch download, size filtering, and highest-quality selection | bilibili-favorites-downloader |
| git-filter-repo-remove-file | Thoroughly remove files from Git repository history, cleaning up sensitive information or large files | git-clear-committed-file-history |
| weibo-downloader | Weibo data backup tool, supports batch backup of Weibo posts | weibo-downloader |
--- Example End ---
SKILL.md; if it does not exist, read README.md; if neither exists, ignore that directorySKILLS_INDEX.md; only update files that are newerIf a directory is specified, create the index file in that directory. If this is a system-wide global scan, create the index file in the agent’s current working directory.
The generated SKILLS_INDEX.md should include the following sections:
YYYY-MM-DD HH:mm:ss in the user’s local time| Agent | Global Skill Path | Project Skill Path | Notes |
|---|---|---|---|
| Trae | macOS/Linux: ~/.trae/skills<br>Windows: %userprofile%\.trae\skills | .trae/skills/ | Also compatible with .agents/skills/ directories, and .trae/skills/ has higher priority |
| OpenCode | ~/.config/opencode/skills/<br>Compatible with: ~/.claude/skills/, ~/.agents/skills/ | .opencode/skills/<br>Compatible with: .claude/skills/, .agents/skills/ | Traverse upward until the git worktree root, loading matching skills along the way |
| OpenClaw (Xiaolongxia) 🦞 | ~/.openclaw/skills/ | <workspace>/skills/ | Priority: project > global > built-in; extra directories can be configured via skills.load.extraDirs |
| Codex (OpenAI) | ~/.agents/skills/ | .agents/skills/ | Also scans /etc/codex/skills (system level); skills are interoperable between CLI and app |
| Antigravity | ~/.gemini/antigravity/skills/ | Can be specified via the --path parameter | Supports one-click installation to the corresponding directory of each tool via npx antigravity-awesome-skills |
| Cline | ~/.cline/skills | Not clearly defined (usually follows project-level .agents/skills/ or .cline/skills/) | Based on third-party documentation |
| VS Code (Copilot) | ~/.copilot/skills/<br>~/.claude/skills/<br>~/.agents/skills/ | .github/skills/<br>.claude/skills/<br>.agents/skills/ | Supports additional paths via chat.agentSkillsLocations |
| Claude Code | ~/.claude/skills/ | .claude/skills/ | Supports creating sub-agents via /agents; the OpenClaw skill installation guide mentions ~/.claude/openclaw-skill |
Note: If the user mentions “Xiaolongxia”, it refers to the OpenClaw Agent. The directories are ~/.openclaw/skills/ and <workspace>/skills/.
In any mode, first read the SKILLS_INDEX.md file in the target directory; if it does not exist, create an empty file.
Extract the index generation time from the index file. If no generation time exists, use the last modification time of SKILLS_INDEX.md as the index generation time.
SKILLS_INDEX.md exists in the target directoryREADME.md or SKILL.md modification time is later than the index file--rebuild)README.md (preferred) or SKILL.md in each directoryWhen reading SKILL.md and README.md, ignore case in the file name.
name field from the frontmatterdescription field from the frontmatter and summarize itIf SKILL.md does not exist, read the entire README.md file and summarize the description.
SKILLS_INDEX.md file