What problem does it solve?
This skill helps an agent manage its email inbox at [email protected] by interfacing with the Rho Cloud REST API. It enables polling, reading, replying, and sending messages, and it enforces a sender allowlist for security.
Core Features & Use Cases
- Inbox polling, reading, and sending via the Rho Cloud API.
- Sender allowlist enforcement to limit processing to trusted senders.
- Credential-based automation workflow: load credentials from ~/.config/rho-cloud/credentials.json and authorize API calls with curl and jq.
- Use Case: Automatically check the inbox for unread messages from approved senders and draft templated replies.
Quick Start
Load credentials from ~/.config/rho-cloud/credentials.json (api_key, agent_id, email) and use curl with the Authorization header to interact with the API and jq to parse responses. Then check inbox, read messages, and send responses through the outbox.