Commit Graph

  • 2d3ea3f68b feat(dingtalk-knowledge-search): 新增钉钉知识库搜索与读取技能 main v0.8.0 breath57 2026-06-26 19:35:16 +08:00
  • 9e778be829 docs: 新增 Hermes Agent 安装方式 breath57 2026-05-28 22:43:41 +08:00
  • 43ccd4daa7 chore: 将 traffic/ 移出版本库,改为本地 ignore breath57 2026-03-30 18:27:35 +08:00
  • 311c53f181 docs: 修正 npx skills add 批量安装指令格式 breath57 2026-03-30 18:24:39 +08:00
  • 03497d7f0a chore(traffic): 每日数据更新 [2026-03-30] breath57 2026-03-30 09:00:12 +08:00
  • cd237100c6 chore(traffic): 每日数据更新 [2026-03-29] breath57 2026-03-29 09:00:11 +08:00
  • 74bcab2182 chore(traffic): 每日数据更新 [2026-03-28] breath57 2026-03-28 09:00:09 +08:00
  • 6e9d8eb24b chore(traffic): 每日数据更新 [2026-03-27] breath57 2026-03-27 09:00:15 +08:00
  • 6d462f1ad8 feat(traffic): 多仓库支持 + 7777 端口看板服务 + 全新 UI breath57 2026-03-26 19:45:03 +08:00
  • d8b2fc7b1b docs: 移除一键安装括注和 -y 参数 breath57 2026-03-26 19:40:32 +08:00
  • 43aa64bbd2 feat(traffic): 新增每日 traffic 采集脚本与可视化看板 breath57 2026-03-26 17:53:58 +08:00
  • 71082cfe34 docs: 优化安装说明措辞,所有 OpenClaw 加 🦞 标识 breath57 2026-03-26 17:40:08 +08:00
  • 2f206c1521 docs: 修正 Skills.sh/ClawHub 链接,新增一键安装全部 v0.7.2 breath57 2026-03-26 17:32:53 +08:00
  • 9324c92ec6 refactor(dingtalk-message): 引入 dt_helper.sh,精简 SKILL.md(273→86 行) v0.7.1 breath57 2026-03-26 14:45:53 +08:00
  • c02e66e092 docs: 重构 README,新增技能纵览表、双安装方式、修正 calendar ClawHub 链接 v0.7.0 breath57 2026-03-25 16:34:22 +08:00
  • 5606c36ebb feat(dingtalk-calendar): 扩展会议室与签到签退文档及测试 breath57 2026-03-24 13:30:46 +08:00
  • e28237d24c feat(dingtalk-calendar): 新增钉钉日程技能与集成测试 breath57 2026-03-24 13:27:19 +08:00
  • 5e860f3f28 docs: add ClawHub link for dingtalk-ai-web-search breath57 2026-03-18 11:38:24 +08:00
  • 3fb9cd1274 feat(dingtalk-ai-web-search): add web search skill with xiaoshu AI search v0.6.0 breath57 2026-03-18 11:32:00 +08:00
  • 13fc219fa7 refactor(skill-creator): enhance probing phase with SDK usage and permission collection process breath57 2026-03-18 11:30:40 +08:00
  • 51d29c43e0 docs: add long-term goals section to README and README_EN for clarity on project direction v0.5.0 breath57 2026-03-16 20:10:49 +08:00
  • 117d24e2d2 refactor(todo): enhance skill optimization notes and add collaboration suggestions breath57 2026-03-16 20:10:45 +08:00
  • 70e13746f9 feat(test-doc-content): add compatibility tests for document IDs in the API breath57 2026-03-16 20:10:41 +08:00
  • 991db964ef refactor(dingtalk-message): streamline API reference extraction commands for clarity breath57 2026-03-16 20:09:58 +08:00
  • 133eee5377 refactor(dingtalk-contact): update workflow and configuration management for clarity and efficiency breath57 2026-03-16 20:08:59 +08:00
  • 7b5d0a0b92 refactor(dingtalk-ai-table): 大幅度优化ai-table skill的流程 breath57 2026-03-16 20:08:28 +08:00
  • 75d2389070 feat(dingtalk-document): add dt_helper.sh script for Dingtalk API token management and configuration breath57 2026-03-16 19:15:00 +08:00
  • d0a1f684c0 fix(SKILL.md): update helper script path placeholder for consistency breath57 2026-03-16 19:14:16 +08:00
  • ab70eac41e fix(SKILL.md): update helper script path placeholder for clarity breath57 2026-03-16 19:13:17 +08:00
  • 885e14ce94 refactor(dingtalk-document): 完全重构技能,进一步优化体验和token损耗 breath57 2026-03-16 19:11:42 +08:00
  • 1bde24dbd6 docs: add ClawHub links for all skills, fix duplicate tables, update project structure v0.4.0 breath57 2026-03-13 16:46:38 +08:00
  • 2be0874dd1 fix(dt_helper): rename --force to --nocache for token skip-cache flag breath57 2026-03-13 16:38:18 +08:00
  • 729e4c4c42 fix(dt_helper): replace --clear-old-token with --force flag on --token/--old-token breath57 2026-03-13 16:34:26 +08:00
  • d8c2ae2408 docs(api.md): add token retrieval instructions for NEW_TOKEN and OLD_TOKEN breath57 2026-03-13 15:23:22 +08:00
  • 471c54bef2 fix(dt_helper): add --clear-old-token command; document 401 retry in SKILL.md breath57 2026-03-13 15:23:03 +08:00
  • 08bf10bf31 fix(dt_helper): use expires_in from API response for --old-token cache TTL breath57 2026-03-13 14:42:14 +08:00
  • 0603646e18 fix(dt_helper): add cache for --old-token, update help text and masking breath57 2026-03-13 14:36:29 +08:00
  • be84e84c26 docs: add dingtalk-contact to README, README_EN, AGENTS.md breath57 2026-03-13 14:06:33 +08:00
  • c054765abd feat(dingtalk-contact): add integration tests (20 tests passing) breath57 2026-03-13 14:06:33 +08:00
  • f34afd08b9 feat(dingtalk-contact): add new skill with SKILL.md, api.md, dt_helper.sh breath57 2026-03-13 14:06:33 +08:00
  • b6527fd25d feat(dingtalk-skill-creator): update SKILL.md to use dt_helper.sh pattern breath57 2026-03-13 14:06:33 +08:00
  • 50cd488b3b chore(scripts): enable dingtalk-contact in common_scripts_load.sh breath57 2026-03-13 14:06:33 +08:00
  • 846b31533a fix(dt_helper): remove --init command, use --set KEY=VALUE instead breath57 2026-03-13 14:06:33 +08:00
  • 631efceb8c test: 新增 tests/test_dt_helper.sh dt_helper.sh 集成测试 breath57 2026-03-13 10:44:03 +08:00
  • 4afa8ba7d2 refactor(skills): 配置键名加 MY_ 前缀更准确表达操作者自身身份 breath57 2026-03-13 10:43:46 +08:00
  • 879f076793 feat: 新增 scripts/common/dt_helper.sh 公共辅助脚本 breath57 2026-03-13 10:42:17 +08:00
  • e5eaab982c docs: 更新 README/AGENTS.md 同步 dingtalk-todo 技能信息 v0.3.0 breath57 2026-03-12 23:22:20 +08:00
  • 8c7caa3d16 feat(dingtalk-todo): 新增钉钉待办管理技能 breath57 2026-03-12 23:06:52 +08:00
  • 4f13af2420 chore: 更新共享测试基础设施 breath57 2026-03-12 23:06:32 +08:00
  • bae298448f refactor(dingtalk-ai-table): userId-first 身份模型重构 breath57 2026-03-12 23:04:06 +08:00
  • a68ca9db39 refactor(dingtalk-document): userId-first 身份模型重构 breath57 2026-03-12 23:03:53 +08:00
  • a50fdc6818 docs: 添加 ClawHub 链接并强调 OpenClaw 适配 breath57 2026-03-12 13:42:53 +08:00
  • 5135ed8429 docs: 新增优化建议至 todo.md breath57 2026-03-11 18:21:44 +08:00
  • d8ad7eb440 docs: 新增 dingtalk-message 技能描述 v0.2.0 breath57 2026-03-11 17:52:26 +08:00
  • bb2d5f8f2b test(dingtalk-message): 新增集成测试(robot/webhook/work_notification) breath57 2026-03-11 17:43:25 +08:00
  • 04e4e09b1e feat(dingtalk-message): 新增钉钉消息发送技能 SKILL.md 及 API 文档 breath57 2026-03-11 17:42:13 +08:00
  • 92cc4906ec docs: 加粗零依赖与自动管理配置亮点 v0.1.0 breath57 2026-03-06 18:11:24 +08:00
  • ca378dce9a docs: 删除'开箱即用',零依赖说明移至顶部介绍 breath57 2026-03-06 18:06:33 +08:00
  • 36c27fa165 docs: 优化 README 亮点描述,完善 AGENTS.md 技能目录与测试规范 breath57 2026-03-06 18:01:20 +08:00
  • 683b86a794 docs: 完善 README,补全两个 skill 的能力列表及配置管理说明 breath57 2026-03-06 17:52:04 +08:00
  • b5908abf1d feat: 配置管理机制 + base_id/operatorId 使用背景说明 breath57 2026-03-06 17:48:07 +08:00
  • 35bc36a285 docs: 完善两个 skill 中 operatorId (unionId) 的获取说明 breath57 2026-03-06 17:13:05 +08:00
  • 7811701b21 docs: 更新思考笔记,补充 API 文档可验证性问题 breath57 2026-03-05 23:22:32 +08:00
  • d434d96764 fix(dingtalk-ai-table): 修正 Skill 文档,使用正确的 Notable API breath57 2026-03-05 23:21:54 +08:00
  • 2f386cada3 test(dingtalk-ai-table): 基于 notable API 重写测试套件 breath57 2026-03-05 23:21:41 +08:00
  • ebbdec659e docs: 添加 notes 笔记 breath57 2026-03-05 23:09:08 +08:00
  • 48bed7b472 feat(dingtalk-document): 完整文档 CRUD 测试 + 修正创建/删除接口 breath57 2026-03-05 22:29:20 +08:00
  • 60882ee690 refactor(tests): 按 skill 名称重组测试目录结构 breath57 2026-03-05 22:16:12 +08:00
  • f39500d931 fix(dingtalk-document): 用已验证的正确 API 端点全量重写 SKILL.md 和 api.md breath57 2026-03-05 21:41:55 +08:00
  • 162d73ee2e feat(dingtalk-document): 新增文档正文内容读取与写入支持 breath57 2026-03-05 17:49:53 +08:00
  • d83263ff7f feat(dingtalk-document): 新增文档正文内容读取与写入支持 breath57 2026-03-05 17:47:46 +08:00
  • 53be27b463 docs: 添加 AGENTS.md,定义项目结构、技能规范与提交规范 breath57 2026-03-05 17:36:51 +08:00
  • 6175520419 feat(dingtalk-ai-table): 新增钉钉 AI 表格技能 breath57 2026-03-05 17:36:42 +08:00
  • f0e29459ca feat(dingtalk-document): 新增钉钉知识库与文档技能 breath57 2026-03-05 17:36:31 +08:00
  • e0160170e0 chore: 安装 skill-creator 技能开发框架 breath57 2026-03-05 17:36:20 +08:00
  • d2aad4ecdd chore: 初始化 skill-creator 依赖锁(anthropics/skills) breath57 2026-03-05 17:35:30 +08:00
  • 6d2d4953db docs: 添加中英文双语 README breath57 2026-03-05 17:34:50 +08:00
  • 32df02bbaa init breath57 2026-03-05 16:31:19 +08:00