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

FieldTypeDescription
OpenClawdefaultStable, in production since 2026/04. Composio plugin built-in. Best for most users.
HermesnewSelf-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:

text
/model claude-sonnet-4-6

You hold the keys

The agent's wallet is self-custodying — funds and settlement stay under your control. The agent operates within the limits and approvals you set.

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.

markdown
# 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.

FieldTypeDescription
name*stringWhat the directive does, e.g. “Daily portfolio brief”.
schedule*cron | presetWhen it runs, e.g. “Every day · 9:00” or “Every 2 hours”.
modelstringWhich model to run on (any Gata Inference model).
channelstringWhere to deliver the result — Telegram, Gmail, Slack, Email.

Always-on

The Hermes runtime adds webhook triggers and a self-improving loop on top of schedules, so automations can react to events, not just time.

Next steps

GataAgent — Docs — Gata