# 安装 feishu-perm

- 类型: Skill 技能
- 说明: 帮助你管理飞书文档与文件的访问权限、共享范围和协作者设置
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其功能聚焦于飞书文档/文件权限管理，属于高敏感业务操作，但当前为提示型技能、无独立环境变量且材料未声明额外远程端点。基于开源且社区采用度极高，整体更接近低到中等风险；需重点留意其会处理权限变更与文档标识符、成员标识等敏感业务数据。

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

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

### Codex
```
请帮我安装 askskill 上的 "feishu-perm" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-perm/SKILL.md
2. 保存为 ~/.codex/skills/feishu-perm/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "feishu-perm" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-perm/SKILL.md
2. 保存为 ~/.cursor/skills/feishu-perm/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/feishu-perm' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-perm/SKILL.md' -o '~/.claude/skills/feishu-perm/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/feishu-perm' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-perm/SKILL.md' -o '~/.codex/skills/feishu-perm/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/feishu-perm' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-perm/SKILL.md' -o '~/.cursor/skills/feishu-perm/SKILL.md'
```
