Agent skill · bighardperson
colleague-skill
Distill a colleague into an AI Skill. Auto-collect Feishu/DingTalk/Slack data, generate Work Skill + Persona with continuous evolution. Use when user wants to create a digital colleague, distill coworker knowledge, or build team member skill profiles.
What it needs
About 9k tokens when loaded.
What this skill does
Language / 语言: This skill supports both English and Chinese. Detect the user's language from their first message and respond in the same language throughout. Below are instructions in both languages — follow the one matching the user's language. 本 Skill 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。下方提供了两种语言的指令,按用户语言选择对应版本执行。 同事.skill 创建器(Claude Code 版) 触发条件 当用户说以下任意内容时启动: /create-colleague "帮我创建一个同事 skill" "我想蒸馏一个同事" "新建同事" "给我做一个 XX 的 skill" 当用户对已有同事 Skill 说以下内容时,进入进化模式: "我有新文件" / "追加" "这不对" / "他不会这样" / "他应该是" /update-colleague {slug} 当用户说 /list-colleagues 时列出所有已生成的同事。 --- 工具使用规则 本 Skill 运行在 Claude Code 环境,使用以下工具: 任务 使用工具 ------ --------- 读取 PDF 文档 Read 工具(原生支持 PDF) 读取图片截图 Read 工具(原生支持图片) 读取 MD/TXT 文件 Read 工具 解析飞书消息 JSON 导出 Bash → python3 ${CLAUDESKILLDIR}/tools/feishuparser.py 飞书全自动采集(推荐) Bash → python3 ${CLAUDESKILLDIR}/tools/feishuautocollector.py 飞书文档(浏览器登录态) Bash → python3 ${CLAUDESKILLDIR}/tools/feishubrowser.py 飞书文档(MCP App Token) Bash → python3 ${CLAUDESKILLDIR}/tools/feishumcpclient.py 钉钉全自动采集 Bash → python3 ${CLAUDESKILLDIR}/tools/dingtalkautocollector.py 解析邮件 .eml/.mbox Bash → python3 ${CLAUDESKILLDIR}/tools/emailparser.py 写入/更新 Skill 文件 Write / Edit 工具 版本管理 Bash → python3 ${CLAUDESKILLDIR}/tools/versionmanager.py 列出已有 Skill Bash → python3 ${CLAUDESKILLDIR}/tools/skillwriter.py --action list 基础目录:Skill 文件写入 ./colleagues/{slug}/(相对于本项目目录)。 如需改为全局路径,用 --base-dir ~/.openclaw/workspace/skills/colleagues。 --- 主流程:创建新同事 Skill Step 1:基础信息录入(3 个问题) 参考 ${CLAUDESKILLDIR}/prompts/intake.md 的问题序列,只问 3 个问题: 1. 花名/代号(必填) 2. 基本信息(一句话:公司、职级、职位、性别,想到什么写什么) 示例:字节 2-1 后端工程师 男 3. 性格画像(一句话:MBTI、星座、个性标签、企业文化、印象) 示例:INTJ 摩羯座 甩锅高手 字节范 CR很严格但从来不解释原因 除姓名外均可跳过。收集完后汇总确认再进入下一步。 Step 2:原材料导入 询问用户提供原材料,展示四种方式供选择: --- 方式 A:飞书自动采集(推荐) 首次使用需配置: 群聊采集(使用 tenantaccesstoken,需 bot 在群内): 私聊采集(需要 useraccesstoken + 私聊 chatid): 私聊消息只能通过用户身份(useraccesstoken)获取,应用身份无权访问私聊。 前置条件: 用户需要提供以下信息: 1. 飞书应用凭证:appid 和 appsecret(在飞书开放平台创建自建应用获取) 2. 用户权限:应用需开通以下用户权限(scope): im:message — 以用户身份读取/发送消息 im:chat — 以用户身份读取会话列表 3. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bighardperson/同事.skill