Install
$ agentstack add skill-wangruofeng-meta-skill-rf-skill-installer ✓ 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 No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ 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 安装命令生成器
Boundary
- Owns: GitHub skill 仓库 URL →
npx skills add命令生成 - Excludes: 实际执行安装命令、skill 开发
- Outputs: 安装命令(供用户复制执行)
工作流程
1. 解析 URL
| URL 格式 | 解析结果 | |----------|----------| | https://github.com/owner/repo | owner/repo | | https://github.com/owner/repo/blob/main/README.md | owner/repo | | https://github.com/owner/repo/tree/main/skills/my-skill | owner/repo + --skill my-skill | | owner/repo | 直接使用 |
2. 生成安装命令(全部列出)
作用域分两档:项目级(无 -g,装到当前项目 .claude/skills/)与全局(-g,所有项目可用);目标分两档:默认 与 Claude Code(-a claude-code -y)。两者组合如下:
# 项目级安装(仅当前项目可用)
npx skills add
# 项目级安装到 Claude Code(推荐:仅当前项目 + 自动确认)
npx skills add -a claude-code -y
# 全局安装(所有项目可用)
npx skills add -g
# 全局安装到 Claude Code(所有项目 + 自动确认)
npx skills add -g -a claude-code -y
# 查看可用 skills
npx skills add --list
> 默认推荐「项目级安装到 Claude Code」——skill 跟随项目、不污染全局环境;仅当确需跨项目复用时再选全局。
3. 检查 README 额外步骤
检查是否有:npm install / .env / API_KEY / python / pip 等额外配置需求。
Gate G1: 告知用户是否有额外安装步骤。
Quality Gates
| Gate | Step | Check | |------|------|-------| | G1 | 命令生成后 | 提示用户是否有额外依赖/配置 |
禁止事项
- 禁止实际执行安装命令
- 禁止对非 GitHub URL 生成命令
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: wangruofeng
- Source: wangruofeng/meta-skill
- License: MIT
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.