AI Agent Hub
Back to skills
Skill Library Chinese Name Manager icon

Skill Library Chinese Name Manager

Development Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @user_7db0c006/skill-cn-namer according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Local skill libraries often mix hand-built skills, marketplace plugins, and upstream community packages. English description fields, duplicate skills, stale versions, and MCP wrappers can make the panel hard to read. The core idea is to split high-risk writes into preview, confirmation, and rollback steps instead of overwriting local config in one pass.

How It Works and Limits

  • Chinese naming: scans local skills, proposes names and summaries, and writes to _skillhub_meta.json only after confirmation or a mapping-table match.
  • Library analysis: reads install directories, usage logs, brand flags, and protected entries, distinguishes installed skills from log leftovers, and presents numbered choices.
  • Update and MCP checks: compares SkillHub upstream versions and recognizes http, stdio, npm, and local-script MCPs; read-only by default to avoid misreporting unpublished drafts.
  • Safety boundary: dry-run is the default, and brand, built-in, connector, and self skills are excluded from rename or deletion.

It fits routine maintenance of skill names and versions, not modifying server-side connectors beyond platform permissions, and it does not guarantee that host sandboxes will not intercept deletion.

Use Cases

  • When cleaning a local skill library, preview duplicate and low-usage skills before keeping, merging, or uninstalling.
  • After a skill update overwrites Chinese descriptions, rerun mapping-based fixes to restore display names.
  • When MCP data looks stale, check configured wrappers for versions that lag upstream releases.
  • When panel titles do not refresh, verify the canonical copy and the name field in the skill config.

Best For

  • Engineers maintaining a WorkBuddy local skill library who need Chinese names for English skills
  • Integration engineers responsible for plugin-marketplace setups who need to audit MCP wrapper versions
  • Tech leads managing multi-source skill directories who need to find duplicates and low-usage skills
  • Agent-platform operators who want deletion actions to be previewable and reversible