Overview
- Skill Key
- guyun94/feishu-contacts
- Author
- guyun94
- Source Repo
- openclaw/skills
- Version
- 1.2.0
- Source Path
- skills/guyun94/feishu-contacts
- Latest Commit SHA
- 5228479d54bb66718c62ed7aaa3286bf520d111f
Search Feishu contacts by name/pinyin/department. Use when you need to find a person's open_id, email, or department info before sending messages or emails.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-contacts 技能。 若已安装,则直接安装 feishu-contacts 技能。
# Feishu Contacts Search
飞书通讯录本地缓存搜索。支持中文名、拼音、拼音首字母、英文名模糊匹配。
## Setup (first time only)
确保 `~/.openclaw/openclaw.json` 中已配置飞书应用凭据:
```json
{
"channels": {
"feishu": {
"appId": "cli_xxx",
"appSecret": "xxx"
}
}
}
```
飞书应用需要以下权限:
- `contact:user:read` — 读取用户信息
- `contact:user:read_v2` — 读取用户详细信息
- `contact:department:read` — 读取部门信息
安装后首次使用前,执行同步:
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py sync
```
## Script Location
`~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py`
## Commands
### 同步通讯录(定期执行,新入职的人需要 sync 才能搜到)
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py sync
```
### 搜索用户
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py search <人名>
```
支持:中文名、拼音(zhangsan)、拼音首字母(zs)、英文名、同音字模糊匹配。
### 搜索部门
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py search-dept <部门名>
```
### 列出部门所有成员
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py list-dept <dept_id>
```
### 获取用户详情(实时 API 调用)
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py get <open_id>
```
### 查看缓存信息
```bash
python3 ~/.openclaw/skills/feishu-contacts/scripts/feishu-contacts.py info
```
## CRITICAL: 人员定位规则
任何涉及"给某人做某事"的操作(发消息、发邮件、创建任务等),**必须先通过本工具定位到具体的人**。
### 强制流程
```
IF 目标是人名:
1. 执行: search <姓名>
2. 获取: open_id(飞书消息)/ email(邮件,需 get <open_id>)
3. 结果唯一 → 直接使用
4. 结果多个 → 列出候选让用户选择
5. 结果为空 → 报告找不到,让用户提供更多信息
IF 目标是部门:
1. 执行: search-dept <部门名>
2. 获取: dept_id
3. 执行: list-dept <dept_id>
4. 获取: 所有成员的 open_id
```
### 禁止行为
- ❌ 不准说"找不到这个人"而...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.