# 安装 dropcontact-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动执行 Dropcontact 联系人数据处理与信息补全任务。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本体是开源的 prompt-only 包装，仓库来源可信且社区采用度高，整体风险偏低。但其用途是驱动 Rube MCP/Composio 与 Dropcontact 的远程工具链，实际运行时会产生外部连接与第三方账户授权，因此需留意数据外发与连接权限边界。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "dropcontact-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropcontact-automation/SKILL.md
2. 保存为 ~/.claude/skills/dropcontact-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "dropcontact-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropcontact-automation/SKILL.md
2. 保存为 ~/.codex/skills/dropcontact-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "dropcontact-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropcontact-automation/SKILL.md
2. 保存为 ~/.cursor/skills/dropcontact-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/dropcontact-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropcontact-automation/SKILL.md' -o '~/.claude/skills/dropcontact-automation/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/dropcontact-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropcontact-automation/SKILL.md' -o '~/.codex/skills/dropcontact-automation/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/dropcontact-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropcontact-automation/SKILL.md' -o '~/.cursor/skills/dropcontact-automation/SKILL.md'
```
