# Rf Skill Installer

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

- **Type:** Skill
- **Install:** `agentstack add skill-wangruofeng-meta-skill-rf-skill-installer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wangruofeng](https://agentstack.voostack.com/s/wangruofeng)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wangruofeng](https://github.com/wangruofeng)
- **Source:** https://github.com/wangruofeng/meta-skill/tree/main/skills/rf-skill-installer

## Install

```sh
agentstack add skill-wangruofeng-meta-skill-rf-skill-installer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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`）。两者组合如下：

```bash
# 项目级安装（仅当前项目可用）
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.

- **Author:** [wangruofeng](https://github.com/wangruofeng)
- **Source:** [wangruofeng/meta-skill](https://github.com/wangruofeng/meta-skill)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wangruofeng-meta-skill-rf-skill-installer
- Seller: https://agentstack.voostack.com/s/wangruofeng
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
