# 安装 contentful-graphql-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动化 Contentful GraphQL 查询与内容操作，并先检索最新 schema。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能并非纯本地提示词：材料明确要求连接远程 Rube MCP 端点并通过 Composio/Contentful Graphql 工具执行操作，因此整体应为需留意。未见明显恶意红旗，但其实际网络外发、数据访问与下游认证范围取决于 Rube MCP 会话和后续授权连接。

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

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

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

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

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

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

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

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