Download SKILL.md
Download the skill file and add it to your AI coding agent’s context.
What is this?
A skill file is a markdown file that gives AI coding agents (Claude Code, Cursor, Windsurf, OpenClaw, etc.) domain-specific knowledge. The Anyway skill teaches your agent how to add observability and tracing to your AI applications using the Anyway SDK. With this skill installed, you can give your agent instructions like:- “Add Anyway tracing to my app”
- “Instrument this function with workflow and task spans”
- “Set up the Anyway SDK with environment variables”
- “Create a product with a payment link”
- “List my orders as JSON”
What’s included
The skill covers four areas: SDK Tracing — Python (anyway-sdk) and JavaScript (@anyway-sh/node-server-sdk) quick reference with code examples, environment variables, decorator/function usage, and the full list of auto-instrumented providers.
CLI — All anyway CLI commands (products, orders, wallets, dashboard, traces, developer, chat) with flags and usage patterns for both interactive and automation workflows.
Crypto Payment — Programmatically pay Anyway payment links with USDC on Base (Ethereum L2), including wallet balance checks, human-in-the-loop confirmation flow, and payment confirmation API.
Documentation Links — Pointers to the full docs so your agent always fetches the latest configuration details before implementing.
Links
Website
anyway.sh
Console
app.anyway.sh
Docs
docs.anyway.sh
Python SDK
PyPI
JavaScript SDK
npm
CLI
npm
GitHub
anyway-platform
How to install
- Claude Code
- Cursor / Windsurf
- OpenClaw / ClawHub
Save the file as
SKILL.md in your project root or ~/.claude/skills/ directory.