Open-source skills and resources for the okoro ecosystem.
gcal
All API calls go through the okoro proxy, which signs requests, enforces permission scopes, and writes an audit trail for every action your agent takes.
Requirements
| Variable | Description |
|---|---|
OKORO_SERVICE_TOKEN | Service token from the okoro dashboard (svc_...) |
How it works
Rather than giving your agent raw Google Calendar credentials, you configure a service token once. When the skill runs, it exchanges that token for a short-lived operation token scoped to exactly the action being performed. The okoro proxy signs the request, forwards it to Google Calendar, and records the intent in an audit log.
gmail
All API calls go through the okoro proxy, which signs requests, enforces permission scopes, and writes an audit trail for every action your agent takes.
Requirements
| Variable | Description |
|---|---|
OKORO_SERVICE_TOKEN | Service token from the okoro dashboard (svc_...) |
How it works
Rather than giving your agent raw Gmail credentials, you configure a service token once. When the skill runs, it exchanges that token for a short-lived operation token scoped to exactly the action being performed. The okoro proxy signs the request, forwards it to Gmail, and records the intent in an audit log.