Finance Accounting
集成记账、对账、税务计算与报表生成的财务自动化技能包。
下载 5,180
通过API定期检查Pulse平台的新消息与待处理请求,支持自动化提醒。
openclaw skills install @xisen-w/inbox-monitoring命令、参数、文件名以原文为准
监控 Pulse 中的传入通信,并突出显示需要处理的内容。
PULSE_API_KEYhttps://www.aicoo.io/api/v1GET /api/v1/conversations?view=all&limit=...GET /api/v1/network/requestsGET /api/v1/os/network(可选上下文:链接/访客/联系人)curl -s "https://www.aicoo.io/api/v1/conversations?view=all&limit=50" \
-H "Authorization: Bearer $PULSE_API_KEY" | jq .视图选项:
view=me:仅个人/人工对话view=coo:共享代理对话view=all:合并监控所有对话curl -s "https://www.aicoo.io/api/v1/network/requests" \
-H "Authorization: Bearer $PULSE_API_KEY" | jq .curl -s "https://www.aicoo.io/api/v1/os/network" \
-H "Authorization: Bearer $PULSE_API_KEY" | jq .按以下优先级排序:
type: agent,再 type: friend)使用 /loop 或 /routine 命令。
/loop 示例/loop 15m monitor my Pulse inbox using /v1/conversations?view=all and /v1/network/requests; report only new items since last check and recommended replies./routine 示例/routine inbox-monitor every 15 minutes: check /v1/conversations + /v1/network/requests and summarize urgent items only.使用提供的脚本:
# 每 15 分钟执行一次
*/15 * * * * /path/to/pulse-skills/scripts/inbox-monitor-cron.sh >> /tmp/pulse-inbox-monitor.log 2>&1可选环境变量:
PULSE_INBOX_VIEW(取值:all | me | coo,默认值:all)PULSE_INBOX_LIMIT(默认值:50)PULSE_INBOX_STATE_FILE(默认值:/tmp/pulse-inbox-monitor-state.json)每次运行后返回以下内容:
newMessages 数量newIncomingRequests 数量若无新内容,返回单行:No new inbox activity since last check.
已收录 3 个 Skill