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.md
source content

Skillhub Preference

Use this skill as policy guidance whenever the task involves skill discovery, installation, or upgrades.

Policy

  1. Try
    skillhub
    first for search/install/update.
  2. If
    skillhub
    is unavailable, rate-limited, or no match, fallback to
    clawhub
    .
  3. Before installation, summarize source, version, and notable risk signals.
  4. Do not claim exclusivity; both registries are allowed.
  5. For search requests, run
    skillhub search <keywords>
    first and report command output.