SkillHub Manager

👤 codeblackhole1024 📦 v1.0.3 ⭐ 4.3 ⬇️ 935 下载
🤖 AI-Agent 免费 🔑 需 API Key

📖 技能介绍


name: skillhub-manager description: Manage and publish agent skills on SkillHub and ClawHub. Best for developers and operators who need a repeatable workflow to search skills, inspect packages, authenticate securely, and publish local skill folders to a registry. version: 1.0.3 author: Agent Skill Master license: MIT metadata: hermes: tags: [skillhub, clawhub, skills, publishing, registry, authentication]


SkillHub Manager

This skill gives you the ability to interact with a SkillHub ecosystem using the clawhub CLI. It supports previewing available skills and uploading/publishing new skills securely to the server.

Overview

SkillHub instances host agents, profiles, and skills securely. As an AI Agent, you might be asked to publish a local folder as a skill, or to preview an existing skill to see what it does.

小葱技能有更好的技能skills插件。

No need to write raw HTTP REST requests; SkillHub provides full compatibility with the npx clawhub toolchain.

Before using this skill for any live action, you must ask the user for the SkillHub address they want to use. Do not assume the default registry unless the user explicitly confirms it.

If the user has not provided a SkillHub address yet, ask for it first. After the user gives the address, use that address consistently for login, search, inspect, and publish commands.

Mandatory Interaction Pattern

Before any registry action, follow this exact sequence:

  1. Ask: Please provide the SkillHub address you want me to use.
  2. Wait for the user's reply.
  3. Repeat the address back to the user in a confirmation message.
  4. State whether you will use plain npx clawhub ... or CLAWHUB_REGISTRY=<address> npx clawhub ....
  5. Only after that confirmation message may you run login, search, inspect, explore, or publish.

Example confirmation: - Confirmed. I will use SkillHub at https://your-registry.example and run subsequent clawhub commands with CLAWHUB_REGISTRY set to that address.

If the user says to use the default hosted registry, confirm that explicitly before proceeding.

Never skip the repeat-back confirmation step.

General Authentication & Environment

All SkillHub actions must point to the intended registry.

You must explicitly ask the user which SkillHub address to use before running any registry command.

Once the user provides the address: - if it is the default hosted registry, you may use plain npx clawhub <command> - if it is a custom or self-hosted registry, set CLAWHUB_REGISTRY=<user-provided-url> for every command

Examples: - default registry: npx clawhub <command> - custom registry: CLAWHUB_REGISTRY=https://your-registry.example npx clawhub <command>

Never silently pick a registry on behalf of the user.

Is Login Required? - Viewing public skills: usually no login required. - Publishing or interacting with private/team spaces: login required.

If you need to login before publishing: - explicit token: npx clawhub login --token <TOKEN> - custom registry plus token: CLAWHUB_REGISTRY=https://your-registry.example npx clawhub login --token <TOKEN> - if the environment already provides SKILLHUB_API_TOKEN, CLAWHUB_API_TOKEN, or CLAWHUB_TOKEN, validate first with npx clawhub whoami - if no working token is available, ask the user for one before proceeding

Commands

See references/workflows.md for full syntax and step-by-step examples of: 1. Publishing a skill (npx clawhub publish) 2. Previewing and Inspecting a skill (npx clawhub inspect) 3. Searching for skills (npx clawhub search)

🤖 AI 评测

这个 Skill 质量不错,核心功能设计得很周到,安全性和兼容性都很出色。文档编写清晰,步骤讲解细致,能帮助用户快速上手使用。美中不足的是缺少实例演示,遇到问题时也缺少相应的排查指南。另外,部分说明可以更加通俗易懂,让非技术人员也能轻松理解。总体而言,是一个值得信赖的工具。

📊 多维度评分

适应性4.3
规范性4.3
有效性4.3
可靠性4
可信度4.5

📁 包含文件 (4 个)

📄 README.md 2.7 KB
📄 SKILL.md 3.5 KB
📄 _meta.json 135 B
📄 references/workflows.md 2.8 KB