claude/skills/wrapping-external-skills/SKILL.md
Use when an external plugin skill lacks YAML frontmatter and cannot be invoked via the Skill tool
npx skillsauth add dragonkid/dotfiles wrapping-external-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create local wrapper skills for external plugin skills that lack YAML frontmatter.
Plugin skills without name/description frontmatter are invisible to the Skill tool. They exist in the plugin cache but cannot be invoked via Skill("namespace:skill-name").
~/.claude/skills/<skill-name>/SKILL.mdname + description)---
name: skill-name
description: Use when [triggering conditions from original skill]
---
Local wrapper is a temporary shim. Track removal:
- [ ] After [plugin] upgrades, check if `namespace:skill-name` has frontmatter — if so, delete local wrapper
Plugin skills are cached at: ~/.claude/plugins/cache/<plugin-name>/<hash>/skills/
Inspect this path to find the original skill content when creating wrappers.
tools
Use when user wants to manage TODO items - adding tasks, listing pending items, marking done, removing, or searching. Triggers on /todo command or TODO-related requests.
tools
Use when creating a new skill, updating an existing skill, or troubleshooting skill frontmatter, gating, or slash command registration issues in OpenClaw.
tools
手动触发自我改进与记忆维护。分析近期 memory 文件,维护工作区文件,提出改进提案。触发方式:/self_improve 或用户说"自我改进"、"self improve"。
testing
测试 OpenClaw 配置中 LLM provider 的可用性。触发方式:/provider_check 或用户问"测试 provider 可用性"、"检查 provider 状态"、"provider 健康检查"。