GataAgent
GataAgent
A personal agent that never sleeps. It runs in an isolated container, self-funds and settles autonomously via a crypto wallet, routes through Gata Inference, and acts before you ask — configured with Skills, a Soul, Connectors, and Automations.
Setup
Create your agent in the console at /app/agent. Setup takes three choices:
1. Pick a runtime
| Field | Type | Description |
|---|---|---|
| OpenClaw | default | Stable, in production since 2026/04. Composio plugin built-in. Best for most users. |
| Hermes | new | Self-improving skill loop, cron/webhook automation, multi-platform gateway. Switching auto-imports your OpenClaw data. |
2. Connect a wallet
Link a self-custodying wallet so the agent can settle payments (A2A) and procure its own compute. Optionally stake $GATA to unlock a free daily quota on select models.
3. Link a channel
Chat with your agent where you already are — Telegram is the quickest to connect. Switch models inline:
/model claude-sonnet-4-6You hold the keys
Skills
Skills are the abilities your agent can use. Install them from the marketplace and toggle per agent. They come in three flavours:
- Core — free, always available (e.g.
web_search,price_check). - Premium — metered or subscription (e.g.
claw_wallet,OI Spike Monitor). - Custom — your own skills, scoped to your agent (e.g.
My Morning Brief).
Browse and install under Skills in the console.
Soul
A SOUL.md file defines your agent's personality, priorities, and knowledge. It's plain Markdown — edit it any time and the agent adapts.
# My AI Assistant
You are a sharp, discreet chief-of-staff. You operate 24/7 in the
background and act before you're asked.
## Voice
- Concise, warm, never sycophantic. Lead with the answer.
## Priorities
1. Protect my time. Triage ruthlessly.
2. Flag anything that moves my portfolio > 5%.
3. Draft in my voice; never send sensitive items without approval.
## Knowledge
- Timezone: Asia/Taipei. Active hours 8am-11pm.Connectors
Connectors give the agent scoped, OAuth-based access to the apps you use. Connect them under Connectors:
- Gmail — read and draft email
- Google Calendar — manage your schedule
- Notion · Slack · Linear — pages, summaries, issues
- GitHub — review PRs and issues
- Telegram · X — chat and drafting
Automations
Automations are scheduled directives — the agent runs them on a cron-like schedule against a chosen model and channel, with no prompt from you. Configure them under Automations.
| Field | Type | Description |
|---|---|---|
| name* | string | What the directive does, e.g. “Daily portfolio brief”. |
| schedule* | cron | preset | When it runs, e.g. “Every day · 9:00” or “Every 2 hours”. |
| model | string | Which model to run on (any Gata Inference model). |
| channel | string | Where to deliver the result — Telegram, Gmail, Slack, Email. |
Always-on
Next steps
- The models powering your agent → Gata Inference
- Code alongside your agent → GataCode