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

# SKILL.md

> Copy the Anyway skill to teach your AI coding agent how to instrument your applications

<Tip>
  **Using an AI coding agent?** Paste this to get started instantly:

  ```
  Read raw content (use curl), install and setup anyway: https://s.anyway.sh/SKILL.md
  ```
</Tip>

<Card title="Download SKILL.md" icon="download" href="https://s.anyway.sh/SKILL.md">
  Download the file and add it to your agent's context.
</Card>

## What is this?

A skill file is a markdown file that gives AI coding agents domain-specific knowledge about a platform. The Anyway skill teaches your agent how to set up an Anyway account, manage wallets and payment links, and pay for APIs on SuperAPI — all via the CLI.

With this skill installed, you can give your agent instructions like:

* "Set up my Anyway account and agent wallet"
* "Create a payment link for my API service"
* "Pay for a SuperAPI call using my agent wallet"
* "List my recent orders as JSON"
* "Check my wallet balance"

## What's included

**CLI** — Account setup, products, payment links, orders, and wallet management via `@anyway-sh/cli`.

**SuperAPI Payments** — Pay for 60+ APIs (search, crypto, AI, social, finance) per-call with USDC on Base. No API keys needed.

**Agent Wallet** — Manage the wallet and policy your agent uses after org-level Anyway Credits are insufficient.

**Payment Links** — Generate shareable links to receive USDC payments. Works for humans (checkout page) and agents (Pay Agent API).

## Links

<CardGroup cols={3}>
  <Card title="Website" icon="globe" href="https://anyway.sh">
    anyway.sh
  </Card>

  <Card title="Console" icon="browser" href="https://app.anyway.sh">
    app.anyway.sh
  </Card>

  <Card title="Docs" icon="book" href="https://docs.anyway.sh">
    docs.anyway.sh
  </Card>

  <Card title="Python SDK" icon="python" href="https://pypi.org/project/anyway-sdk/">
    PyPI
  </Card>

  <Card title="JavaScript SDK" icon="npm" href="https://www.npmjs.com/package/@anyway-sh/node-server-sdk">
    npm
  </Card>

  <Card title="CLI" icon="npm" href="https://www.npmjs.com/package/@anyway-sh/cli">
    npm
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/anyway-platform">
    anyway-platform
  </Card>
</CardGroup>

## How to install

<Tabs>
  <Tab title="Claude Code">
    Save the file as `SKILL.md` in your project root or `~/.claude/skills/` directory.
  </Tab>

  <Tab title="Cursor / Windsurf">
    Add the content to your `.cursorrules` or project-level AI instructions file.
  </Tab>

  <Tab title="OpenClaw / ClawHub">
    Install via ClawHub:

    ```
    https://clawhub.ai/jeremy-any/anyway-traces
    ```
  </Tab>
</Tabs>
