以 Chris 身份通过飞书 API 发消息到 bot DM 窗口。支持文字和语音。Siri 快捷指令的服务端。
Scanned 9/13/2026
Install to Claude Code
npx -y skills add yangwhale/CloseCrab --skill feishu-user-msg --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu User Msg?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yangwhale-feishu-user-msg)More formats (shields.io, HTML) on the badges page.
---
name: feishu-user-msg
description: 以 Chris 身份通过飞书 API 发消息到 bot DM 窗口。支持文字和语音。Siri 快捷指令的服务端。
trigger: 当用户说"以我的身份发飞书"、"feishu user msg"、"给某bot发消息"、"siri发消息"时触发。
---
# 飞书用户身份消息
以 Chris 的飞书账号身份发消息到任意 bot 的 DM 窗口。消息显示为 Chris 发出,bot 按正常聊天路径处理。
## 用法
```bash
# 发文字给 Jarvis
python3 ~/.claude/skills/feishu-user-msg/scripts/send_as_user.py \
--to jarvis --text "明天三点提醒我开会"
# 发语音给 Jarvis
python3 ~/.claude/skills/feishu-user-msg/scripts/send_as_user.py \
--to jarvis --audio /tmp/voice.ogg
# 查看状态
python3 ~/.claude/skills/feishu-user-msg/scripts/send_as_user.py --status
# 初始化/重新授权
python3 ~/.claude/skills/feishu-user-msg/scripts/send_as_user.py --init-token --code "CODE"
```
## 可用 bot
仅 **jarvis**。飞书 OAuth token 是 per-app 的,只能发到授权应用自己的聊天窗口。给其他 bot 发消息请通过 Jarvis 转发(inbox)。
## Token 管理
- 存储:`~/.closecrab/feishu-user-token.json`
- access_token 2h 有效,自动刷新
- refresh_token 30 天有效,<7 天时打 warning
- 过期后需重新 OAuth 授权(`--init-token`)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.