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

# OpenClaw Skills

> Gina skills for OpenClaw with dead-simple setup

Gina publishes skills on [ClawHub](https://clawhub.ai) for [OpenClaw](https://docs.openclaw.ai/tools/skills). Install them in one command and start using them immediately.

## Available Skills

<CardGroup cols={2}>
  <Card title="askgina-polymarket" icon="chart-line" href="/openclaw-skills/predictions-mcp">
    Search and trade on prediction markets (Polymarket). Sports, politics, crypto, and more.
  </Card>

  <Card title="Gina MCP (Coming Soon)" icon="robot" color="#9ca3af">
    General-purpose Gina assistant with crypto prices, DeFi tools, and market data.
  </Card>

  <Card title="askgina-perps" icon="chart-candlestick" href="/openclaw-skills/perps-mcp">
    Perpetual futures trading on Hyperliquid. Price feeds, positions, and execution.
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Install">
    Install a skill via ClawHub:

    ```bash theme={null}
    clawhub install askgina-polymarket
    ```

    Or manually place a `SKILL.md` in `./skills/askgina-polymarket/`. See the [OpenClaw skills docs](https://docs.openclaw.ai/tools/skills) for loading and precedence.
  </Step>

  <Step title="Authenticate">
    Generate a token at `https://askgina.ai/agent-setup`, then add it as a Bearer header in your OpenClaw MCP config.
  </Step>

  <Step title="Use">
    Just prompt your agent in natural language:

    ```
    "what's trending on Polymarket?"
    "bet $5 on eagles to win tonight"
    "show my positions"
    ```
  </Step>
</Steps>

## Safety

<Warning>
  * Treat third-party skills as untrusted code — review `SKILL.md` before enabling
  * Financial actions (trading) require explicit confirmation for large orders
  * Start with read-only prompts (search, trending) before trading
</Warning>

## Not Using OpenClaw?

You can also connect to Gina's servers directly from any MCP client (Claude Code, Codex, Cursor, Windsurf). See the [Predictions MCP Quick Start](/predictions-mcp/quick-start) or [Perps MCP Quick Start](/perps-mcp/quick-start).
