Anyway Traces
/install anyway-traces
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.
AI Agent Skill
Copy the Anyway skill to teach your AI coding agent how to instrument your applications
\x3CCard title="Download SKILL.md" icon="download" href="https://docs.anyway.sh/skills.md"> Download the skill file and add it to your AI coding agent's context. \x3C/Card>
What is this?
A skill file is a markdown file that gives AI coding agents (Claude Code, Cursor, Windsurf, 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"
Skill
Copy the content below or use the download link above to add the skill to your AI coding agent's context.
---
name: anyway
description: Instrument AI/LLM applications with Anyway observability SDK. Use when adding tracing, monitoring, or observability to code that calls OpenAI, Anthropic, or other LLM providers.
user-invocable: false
---
Anyway is a financial OS for AI agents that lets you monetize agent outcomes and capture real value. Anyway SDK provides AI observability, cost tracking, and better monetization for LLM applications.
## SDKs
- **Python** (`anyway-sdk`): Python 3.10+
- **JavaScript** (`@anyway-sh/node-server-sdk`): Node.js 18+
## Documentation
Fetch the relevant page(s) below for up-to-date installation, configuration, and usage instructions:
- Quickstart: https://docs.anyway.sh/quickstart
- Python SDK installation: https://docs.anyway.sh/sdk/python/installation
- Python SDK configuration: https://docs.anyway.sh/sdk/python/configuration
- Python SDK tracing: https://docs.anyway.sh/sdk/python/tracing
- JavaScript SDK installation: https://docs.anyway.sh/sdk/js/installation
- JavaScript SDK configuration: https://docs.anyway.sh/sdk/js/configuration
- JavaScript SDK tracing: https://docs.anyway.sh/sdk/js/tracing
## Rules
- Never hardcode API keys — use environment variables or a secrets manager
- Always call `Traceloop.init()` (Python) or `initialize()` (JS) before any LLM calls
- For ESM/Next.js projects, always pass provider modules via `instrumentModules`
- The collector endpoint is `https://collector.anyway.sh/`
- The SDK auto-instruments calls to OpenAI, Anthropic, Cohere, Bedrock, Vertex AI, and other providers — manual span creation is only needed for workflow/task structure
Built with Mintlify.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anyway-traces - 安装完成后,直接呼叫该 Skill 的名称或使用
/anyway-traces触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Anyway Traces 是什么?
Adds observability and tracing to AI/LLM applications using the Anyway SDK for monitoring calls to providers like OpenAI and Anthropic. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Anyway Traces?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anyway-traces」即可一键安装,无需额外配置。
Anyway Traces 是免费的吗?
是的,Anyway Traces 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Anyway Traces 支持哪些平台?
Anyway Traces 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anyway Traces?
由 jeremy-any(@jeremy-any)开发并维护,当前版本 v1.0.0。