# Orchestrator Agent Skill

## Overview

The Orchestrator Agent Skill enables AI agents to interact with the Orchestrator platform — creating projects, managing tokens, querying on-chain data, and more.

## Installation

Add this skill to your agent environment:

```
npx skills add @four-meme/four-meme-ai
```

## Available Commands

- `public-config` — Get platform configuration
- `create-token` — Launch a token on-chain
- `token-info` — Query token details and pricing
- `token-list` — Filter and paginate tokens
- `rankings` — View hot, trending, and graduated tokens
- `buy-sell-quotes` — Estimate trade prices
- `execute-trade` — Execute buy or sell orders
- `on-chain-events` — Monitor token creation, trades, and liquidity
- `send` — Transfer tokens to an address
- `verify` — Run verification checks

## Configuration

Set the following environment variables in your `.env` file:

```
PRIVATE_KEY=your_private_key_here
BSC_RPC_URL=https://your-rpc-endpoint (optional)
```

## License

MIT
