AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Rf Skill Installer

skill-wangruofeng-meta-skill-rf-skill-installer · by wangruofeng

输入 GitHub skill 仓库 URL,生成 npx skills add 安装命令。涉及'安装 skill'/'skill 安装'时路由至此。

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-wangruofeng-meta-skill-rf-skill-installer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wangruofeng-meta-skill-rf-skill-installer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Rf Skill Installer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 | 命令生成后 | 提示用户是否有额外依赖/配置 |

禁止事项

  1. 禁止实际执行安装命令
  2. 禁止对非 GitHub URL 生成命令

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.