← Back to Skills Marketplace
codeblackhole1024

SkillHub Manager

by codeblackhole · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
159
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install 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,...
Usage Guidance
This skill appears to do what it says (use the clawhub CLI to inspect and publish skills) but its manifest is incomplete. Before installing or letting an agent run it: (1) ensure 'npx' / Node/npm will be available where the agent runs — the SKILL.md assumes it but the package metadata does not declare it; (2) be cautious about providing API tokens: prefer short-lived, least-privilege tokens and do not share long-lived credentials; (3) when asked to publish a local folder, verify the folder contents yourself (avoid including secrets, private keys, or credentials in the published package); (4) consider running the 'inspect' and 'search' commands yourself first to validate the registry and the clawhub CLI behavior; and (5) ask the skill author to update the metadata to explicitly declare required binaries and environment variables (npx, SKILLHUB_API_TOKEN/CLAWHUB_*), or treat the tool as 'read-only' (search/inspect) unless you explicitly consent to publishing with a controlled token. If you want, I can list the exact commands the agent would run and which pieces of data it will request so you can decide what to allow.
Capability Analysis
Type: OpenClaw Skill Name: skillhub-manager Version: 1.0.3 The skill bundle is a legitimate utility for managing and publishing agent skills using the `clawhub` CLI. It includes strong safety guardrails in `SKILL.md` and `references/workflows.md`, specifically mandating a 'Mandatory Interaction Pattern' where the agent must ask for a registry address, repeat it back for confirmation, and state the exact command before execution. There is no evidence of data exfiltration, malicious prompt injection, or unauthorized access; it follows standard CLI authentication and environment variable patterns for registry management.
Capability Assessment
Purpose & Capability
The name/description (manage and publish skills via SkillHub/ClawHub) aligns with the SKILL.md which instructs using the 'npx clawhub' toolchain to search, inspect, and publish. That capability legitimately requires a tool like 'npx' / Node/npm and the ability to read local skill folders and, when publishing, to use an API token. However, the skill metadata declares no required binaries or env vars while the runtime instructions clearly depend on 'npx' and token-related environment variables — an omission that makes the package metadata incomplete.
Instruction Scope
SKILL.md explicitly instructs the agent to: ask for and confirm a registry address, run 'npx clawhub' commands, validate existing tokens with 'npx clawhub whoami', read and publish a local folder (e.g., ./my-skill), and accept tokens from the user or environment. These actions (reading local directories, invoking npx, handling API tokens) go beyond passive observation. The instructions correctly require user confirmation for registry selection which is good, but they also reference environment variables (SKILLHUB_API_TOKEN, CLAWHUB_API_TOKEN, CLAWHUB_TOKEN) and local filesystem access without that being declared in the manifest — a mismatch worth flagging.
Install Mechanism
There is no install spec (instruction-only), which is lower risk because no archives are downloaded or code written to disk by the skill bundle itself. However, the runtime relies on 'npx' to fetch/execute the 'clawhub' CLI at runtime; this reliance on npx/npm network fetches is not documented in the package metadata and should be disclosed to users.
Credentials
The skill declares no required environment variables, but the instructions tell the agent to check for and possibly use SKILLHUB_API_TOKEN, CLAWHUB_API_TOKEN, and CLAWHUB_TOKEN, or to ask the user for an API token to log in. Requesting an API token is expected for publishing, but the manifest should declare that tokens/credentials are used. Because tokens allow publish actions and could be sensitive, the absence of explicit env var requirements and lack of guidance about token scope or lifetime is a proportionality/clarity concern.
Persistence & Privilege
The skill does not request persistent or always-on privileges (always:false) and does not attempt to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined here with other high-privilege requests, so no additional persistence-related concern is evident.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skillhub-manager
  3. After installation, invoke the skill by name or use /skillhub-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add strict ask-confirm-execute SkillHub address workflow
v1.0.1
Fix registry guidance and add README
v1.0.0
Initial public release
Metadata
Slug skillhub-manager
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is SkillHub Manager?

Manage and publish agent skills on SkillHub and ClawHub. Best for developers and operators who need a repeatable workflow to search skills, inspect packages,... It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.

How do I install SkillHub Manager?

Run "/install skillhub-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SkillHub Manager free?

Yes, SkillHub Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SkillHub Manager support?

SkillHub Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SkillHub Manager?

It is built and maintained by codeblackhole (@codeblackhole1024); the current version is v1.0.3.

💬 Comments