技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 28 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:canonxu/my-skill-clawhub-skill
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill is a small wrapper around the clawhub CLI and mostly matches its description, but the metadata omits the required clawhub binary and there are runtime network/credential implications from invoking clawhub that are not surfaced.
目的
The skill's name/description match its behavior: it standardizes publish/install workflows by wrapping the clawhub CLI. However, the script invokes the 'clawhub' binary at runtime but the skill metadata does not declare any required binaries — an incoherence that could lead to runtime failures or hidden dependencies.
说明范围
SKILL.md and the included script limit actions to publishing, searching, and installing via the clawhub CLI. The script does not read arbitrary system files or environment variables beyond its arguments, nor does it contain obfuscated or exfiltratory code.
安装机制
There is no install spec and the skill is instruction-only with one helper script. The script is small, plain shell, and does not download or extract remote artifacts itself. This is low-risk provided the clawhub CLI it calls is trusted.
证书
The skill does not request environment variables, credentials, or config paths. Note: real-world use of the clawhub CLI may rely on credentials/config stored elsewhere (not declared by this skill), which the evaluator should confirm separately.
持久
The skill is not always-enabled and uses the platform defaults for invocation. It does not modify other skills or system-wide settings.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「My Skill ClawHub Skill」。简介:Standardizes skill publishing with required versions and changelogs, and allows…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/canonxu/my-skill-clawhub-skill/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# my_skill_clawhub_skill
## Purpose
A wrapper for `clawhub` to standardize the publishing and installation workflow for agent skills.
## Commands
### 1. Publish (Upload)
Standardize publishing with mandatory versions and changelogs.
```bash
bash scripts/clawhub_helper.sh publish <path> <version> "<changelog>"
```
### 2. Install (Download/Search)
Search and install with optional version specification.
```bash
bash scripts/clawhub_helper.sh install <slug> [version]
```
## Features
- **Auto-versioning**: Ensures every publish has a version.
- **Verification**: Searches for skills before attempting to install.
- **Structure**: Enforces standard ClawHub formatting.