一键导入
feishu-im-read
When 飞书 chat history needs reading → fetch group/DM messages, thread replies, and download attached files/images.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When 飞书 chat history needs reading → fetch group/DM messages, thread replies, and download attached files/images.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | feishu-im-read |
| description | When 飞书 chat history needs reading → fetch group/DM messages, thread replies, and download attached files/images. |
| triggers | {"intent_patterns":["消息记录|聊天历史|message history|聊天记录","发送消息|send message|消息搜索","群里.*说了.*什么|what.*said.*in.*group|看.*群消息|check.*group","谁.*发的|who.*sent|最近.*消息|recent.*messages","帮我.*发|send.*for.*me|转发|forward|回复.*消息|reply.*message","搜索.*聊天|search.*chat|找.*说过|find.*mentioned","下载.*附件|download.*attachment|图片.*聊天|image.*in.*chat","私信|DM|direct.*message|单聊"],"context_signals":{"keywords":["message","消息","chat","聊天","history","send_message","群","group","附件","转发","搜索","私信","DM"]},"confidence_threshold":0.5} |
| priority | 9 |
| requires_tools | ["bash"] |
| max_tokens | 300 |
| cooldown | 15 |
| 用户意图 | module | tool_action | 必填参数 |
|---|---|---|---|
| 发送消息 | message | send_message | chat_id/user_id, content |
| 读取消息历史 | message | history | chat_id |
| 上传文件 | message | upload_file | source, file_type |
python3 skills/feishu-cli/run.py '{
"action": "tool",
"module": "message",
"tool_action": "send_message",
"chat_id": "oc_xxx",
"content": "Hello! 这是一条测试消息"
}'
python3 skills/feishu-cli/run.py '{
"action": "tool",
"module": "message",
"tool_action": "history",
"chat_id": "oc_xxx",
"start_time": "2026-03-01",
"end_time": "2026-03-10",
"page_size": 20
}'
oc_ 开头);必填——可通过参数直传,或由环境变量 LARK_CHAT_ID 自动注入(Lark channel 中默认已注入)ou_ 开头),用于私聊page_token 和 page_size 进行分页start_time 和 end_time 支持日期字符串