feat: add htsy skill with CLI usage and API references

This commit is contained in:
dcsunny
2026-07-01 14:22:33 +08:00
commit e933297194
11 changed files with 803 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 海豚私域接口参考索引
本 skill 的接口按模块拆分。处理具体请求时只读取相关模块文件,避免加载无关接口。
- 通用字段和消息体:[api-common.md](api-common.md)
- 账号、用户、席位、角色、订单、通知、操作记录:[api-account.md](api-account.md)
- 微号管理、登录、发消息:[api-bot.md](api-bot.md)
- 客户、联系人、标签:[api-friend.md](api-friend.md)
- 群、群成员、群运营:[api-group.md](api-group.md)
- 素材、话术库、上传 token[api-material.md](api-material.md)
- 自动化、群发、关键词、SOP、营销计划:[api-automation.md](api-automation.md)
- 客服与知识库:[api-customer.md](api-customer.md)
排除原则:不面向用户直接调用的协议实例、Cron、客户端节点、回调上报、内部专用、第三方特供接口不写入模块参考;除非用户明确说明是在维护服务端内部代码,否则不要主动调用这些接口。