Use this skill when the user wants to monitor Aicoo inbox activity, check new conversations/messages, track pending requests, or run periodic inbox checks. Triggers on: 'inbox monitoring', 'monitor inbox', 'new messages', 'pending requests', 'message watch', '收件箱监控', '/v1/conversations', '/v1/network/requests'.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use this skill when the user wants to monitor Aicoo inbox activity, check new conversations/messages, track pending requests, or run periodic inbox checks. Triggers on: 'inbox monitoring', 'monitor inbox', 'new messages', 'pending requests', 'message watch', '收件箱监控', '/v1/conversations', '/v1/network/requests'.
user-invokable
true
metadata
{"author":"systemind","version":"1.0.0"}
Inbox Monitoring
Monitor incoming communication in Aicoo and surface what needs action.
Prerequisites
AICOO_API_KEY must be set
Base URL: https://www.aicoo.io/api/v1
Endpoints
GET /api/v1/conversations?view=all&limit=...
GET /api/v1/network/requests
GET /api/v1/os/network (optional context: links/visitors/contacts)
New inbound agent/human messages requiring response
Incoming pending requests (type: agent first, then type: friend)
High-signal visitor or share-link activity
Claude Code Automation
Use /loop or /routine.
/loop example
/loop 15m monitor my Aicoo inbox using /v1/conversations?view=all and /v1/network/requests; report only new items since last check and recommended replies.
/routine example
/routine inbox-monitor every 15 minutes: check /v1/conversations + /v1/network/requests and summarize urgent items only.