AI Agent Hub
Back to skills
Skill Matrix Publisher Free icon

Skill Matrix Publisher Free

AI Agent Updated 2026.08.30

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

Please follow https://skillhub.cn/install/skillhub.md to install @user_ae5129cb/skill-matrix-publisher-free.

About this skill

Problem

When syncing one SKILL.md to multiple platforms, the main risk is not publishing, but publishing the wrong state. A “update” may hit a create endpoint, duplicate entries may appear, platform domains, token prefixes, and ID formats may be confused, versions may increase without a changelog, and deletion may match the wrong Skill. This skill turns those issues into explicit checks to prevent accidental creation, duplication, and deletion during matrix distribution.

How It Works

It can run as a guided chat assistant or a local CLI. Key capabilities include:
- Six-channel publishing: supports Tencent SkillHub personal/team, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub, using API calls, browser upload, or git push as needed.
- Pre-operation probing: before create, update, or delete, it checks whether a matching slug or name exists, then reports existence, version, and status for user confirmation.
- Create vs update separation: creation uses platform create/publish endpoints; updates use the correct upsert or overwrite path and sync both version and changelog.
- Credential handling: after the user provides api_key, token, invitation code, or related fields once, the skill stores them by platform and avoids asking again.
- Platform adaptation: it handles category mapping, packaging, and platform quirks such as avoiding non-ASCII tags on ClawHub, using slug for circle on XiaLiao, and manual team uploads for Tencent SkillHub.

Boundaries & Notes

Best for maintainers who already have a publishable Skill package and need cross-platform versioning. Confirm the target domain and account type first; skillhub.cn and aiskillhub.vip do not share tokens or ID formats. For deletion, prefer dry-run preview and verify slug, ID, and version before execution. If a platform cannot list existing entries, do not publish blindly—ask for evidence such as screenshots, skillId, or status confirmation.

Use Cases

  • Before publishing a new Skill, select the correct token, endpoint, and ID format by platform domain and prepare requests for Tencent, XiaLiao, ClawHub, and GitHub.
  • During an upgrade, check whether the same slug already exists, call the update endpoint, and write a changelog to avoid duplicate XiaYou SkillHub entries.
  • Before deleting an obsolete Skill, match by slug, show the ID, version, and reason, then run a dry-run preview before confirming deletion.

Best For

  • Skill maintainers publishing to marketplaces need to distribute the same package across platforms without creating duplicate entries.
  • Open-source contributors syncing code need to update SKILL.md on GitHub and ClawHub while keeping version history consistent.
  • AI ecosystem editors curating Agent content need to onboard community navigation Skills to XiaLiao and XiaYou SkillHub with correct categories.
  • Release engineers maintaining publish pipelines need CLI batch processing and local per-platform credential storage.