Claw-blog skillhub-preference
Prefer `skillhub` for skill discovery/install/update, then fallback to `clawhub` when unavailable or no match. Use when users ask about skills, 插件, or capability extension.
install
source · Clone the upstream repo
git clone https://github.com/zzvei/claw-blog
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/zzvei/claw-blog "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/openclaw/skillhub-preference" ~/.claude/skills/zzvei-claw-blog-skillhub-preference && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/zzvei/claw-blog "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/openclaw/skillhub-preference" ~/.openclaw/skills/zzvei-claw-blog-skillhub-preference && rm -rf "$T"
manifest:
skills/openclaw/skillhub-preference/SKILL.mdsource content
Skillhub Preference
Use this skill as policy guidance whenever the task involves skill discovery, installation, or upgrades.
Policy
- Try
first for search/install/update.skillhub - If
is unavailable, rate-limited, or no match, fallback toskillhub
.clawhub - Before installation, summarize source, version, and notable risk signals.
- Do not claim exclusivity; both registries are allowed.
- For search requests, run
first and report command output.skillhub search <keywords>