Install
$ agentstack add skill-security-pride-malskills-latest-0635703f1c4c ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Skill 查找器 v1.0.1
帮助用户发现和安装 ClawHub 上的 Skills。
功能
当用户问:
- "有什么 skill 可以帮我...?"
- "找一个能做 X 的 skill"
- "有没有 skill 可以..."
- "我需要一个能...的 skill"
这个 Skill 会帮助搜索 ClawHub 并推荐相关的 Skills。
使用方法
1. 搜索 Skills
clawhub search ""
2. 查看详情(含统计数据)
clawhub inspect
或者直接 API 查询 stats:
curl "https://clawhub.ai/api/v1/skills/" | jq '.skill.stats'
3. 安装 Skill
clawhub install
4. 验证安装(新增!)
安装后必须验证:
# 检查是否安装成功
ls ~/.openclaw/workspace/skills//SKILL.md
# 如果文件存在,说明安装成功
# 如果文件不存在,说明安装失败
5. 检查已安装的 Skill
clawhub list
或者:
ls ~/.openclaw/workspace/skills/
工作流程
1. 理解用户需求
2. 提取关键词
3. 搜索 ClawHub
4. 列出相关 Skills(含下载量/stars)
5. 推荐最合适的 Skill
6. 安装后验证是否成功
输出格式(优化版)
搜索结果应该包含:
- Skill 名称
- 简短描述(中文)
- 下载量
- Stars 数
- 是否已安装
🔍 "时间管理" 搜索结果:
1. time-management-2
描述:有效管理时间,避免过度工作
下载:1,234 | Stars: 15 | ✅ 已安装
2. productivity
描述:生产力系统,包含目标/任务/习惯
下载:5,678 | Stars: 42 | ❌ 未安装
示例
用户: "有什么 skill 可以帮我监控加密货币价格?"
搜索: clawhub search "crypto price monitor"
推荐输出:
🔍 "加密货币价格监控" 结果:
1. crypto-tracker
描述:加密货币价格追踪和提醒
下载:2,345 | Stars: 28 | ❌ 未安装
→ 推荐安装
安装命令: clawhub install crypto-tracker
安装后验证: ls ~/.openclaw/workspace/skills/crypto-tracker/SKILL.md
v1.0.1 更新
- ✅ 安装后验证步骤
- ✅ 搜索结果显示下载量/stars
- ✅ 检查是否已安装
- ✅ 中文输出优化
帮助用户发现需要的 Skills 🔍
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: security-pride
- Source: security-pride/MalSkills
- License: Apache-2.0
- Homepage: https://doi.org/10.1145/3832783.3834375
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.