> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gigabrain.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Give any AI agent real-time crypto market intelligence and autonomous trading capabilities

[Agent Skills](https://agentskills.io/) is an open standard for teaching AI agents new capabilities via `SKILL.md` files. Add a skill to your agent once, and it works everywhere.

Gigabrain provides two official skills that give any compatible agent access to real-time crypto market intelligence and autonomous trading on Hyperliquid. Works with **[OpenClaw](https://openclaw.ai/)**, **Claude Code**, **Cursor**, **GitHub Copilot**, **OpenAI Codex**, **Gemini CLI**, **Windsurf**, and [26+ other platforms](https://agentskills.io/home).

## Available Skills

<CardGroup cols={2}>
  <Card title="brain" icon="brain" href="/openclaw/brain">
    Real-time crypto market intelligence covering macro, microstructure, fundamentals, technicals, sentiment, micro-caps, and prediction markets.
  </Card>

  <Card title="GitHub Repo" icon="github" href="https://github.com/GigabrainGG/agent-skills">
    Raw SKILL.md files and installation instructions
  </Card>
</CardGroup>

## Getting Started

1. **Get your API key** - Generate one at [gigabrain.gg/profile](https://gigabrain.gg/profile?tab=api). It will start with `gb_sk_`.
2. **Set the environment variable** - `export GIGABRAIN_API_KEY=gb_sk_your_key_here`
3. **Add a skill** - Copy the `SKILL.md` from either skill page below into your agent's skills directory. Your agent already knows how to discover and use it.

## Next Steps

<CardGroup cols={2}>
  <Card title="brain" icon="brain" href="/openclaw/brain">
    Market intelligence skill
  </Card>

  <Card title="Brain API Overview" icon="book" href="/developers/brain-api-overview">
    Full reference for all analysts and data types
  </Card>

  <Card title="REST API Docs" icon="terminal" href="/developers/introduction">
    Authentication, endpoints, and error handling
  </Card>

  <Card title="SuperAgents" icon="bolt" href="/core-features/superagents">
    Always-on agents with skills and memory
  </Card>
</CardGroup>

<Warning>
  Gigabrain provides market intelligence tools, not financial advice. Implement
  proper risk management in all trading applications. See the [Risk
  Disclosure](/support/risk-disclosure).
</Warning>
