A minimal example that fetches unread emails and posts a categorized summary to Slack.
agentio gmail profile add
agentio slack profile add
agentio config exportRun claude setup-token to authenticate and get a token for CI/CD:
claude setup-tokenThis opens a browser for authentication and outputs a token. Copy it for the next step.
| Secret | Value |
|---|---|
AGENTIO_CONFIG |
cat agentio.config | base64 |
AGENTIO_KEY |
Encryption key from export |
CLAUDE_CODE_OAUTH_TOKEN |
Token from claude setup-token |
| File | Purpose |
|---|---|
agentio.json |
Declares which agentio plugins to install |
prompt.md |
Instructions for Claude |
.github/workflows/daily-briefing.yml |
GitHub Actions workflow |
- Edit
prompt.mdto change the briefing format - Modify the cron schedule in the workflow
- Add more plugins to
agentio.json(e.g.,agentio-telegram@agentio)