← Back to Skills Marketplace
jeremy-any

Anyway Traces

by jeremy-any · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
208
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anyway-traces
Description
Adds observability and tracing to AI/LLM applications using the Anyway SDK for monitoring calls to providers like OpenAI and Anthropic.
README (SKILL.md)

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.

Usage Guidance
This skill appears to simply teach an agent how to use the Anyway observability SDK, which is coherent for a tracing helper — but take these precautions before using: - Verify the origin: there is no homepage or source declared. Confirm the publisher and that docs.anyway.sh is the official site for the SDK before trusting it. - Check telemetry behavior: the SKILL.md lists a collector endpoint (https://collector.anyway.sh/). Ask or read the SDK docs to learn exactly what is sent (full prompts, responses, API keys, headers, environment values) and whether sensitive fields are redacted by default. - Confirm credentials and env vars: the skill metadata lists none but the SDK likely needs tokens or configuration. Find the official SDK docs to discover required env vars (collector token, API keys) before providing secrets. - Review upstream packages: if you install anyway-sdk or @anyway-sh/node-server-sdk, inspect the package contents and repository (PyPI/GitHub/npm) to ensure they match the official project and to audit what network endpoints the SDK contacts. - Test in isolation: instrument a non-sensitive test app or sandbox to observe what telemetry is emitted and whether you can point the SDK at a self-hosted collector or disable telemetry. If you can provide the official repository or package names and the list of env vars the SDK requires, I can reassess and raise confidence.
Capability Assessment
Purpose & Capability
The name/description claim to add tracing via the Anyway SDK and the SKILL.md contains links and instructions about installing and initializing the Anyway SDK and configuring tracing. There are no unrelated binaries, credentials, or install steps in the metadata that contradict the stated purpose.
Instruction Scope
The instructions direct the agent to fetch documentation from docs.anyway.sh and to instrument applications (init SDK, call Traceloop.init/initialize, etc.). They do not instruct reading arbitrary local files or exfiltrating system secrets, but they do imply the SDK will auto-instrument LLM provider calls and send telemetry to the collector endpoint (https://collector.anyway.sh/). That means traces (which can include prompts, responses, or metadata) may be sent to a third party — users should confirm what data is collected and redacted.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes direct install risk. The SKILL.md links to upstream install docs and package names but does not itself download or run code.
Credentials
The skill metadata declares no required env vars, but the documentation content repeatedly advises using environment variables and initializing the SDK and references a collector endpoint. That mismatch (no declared telemetry/API token variables) is an omission: the SDK will likely require API keys or a collector token and will send telemetry, so the skill should have declared what credentials/config are needed.
Persistence & Privilege
always is false and there are no install scripts or config-path requests. The skill does not request permanent agent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anyway-traces
  3. After installation, invoke the skill by name or use /anyway-traces
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Introduces the Anyway Traces skill for AI coding agents. - Provides a skill file for instrumenting AI/LLM applications with Anyway's observability SDK. - Supports both Python and JavaScript (Node.js) SDKs. - Links to complete and topic-specific documentation for installation, configuration, and tracing. - Includes essential usage rules and best practices for integrating the SDK. - Enables agents to add tracing, workflow spans, or monitoring to apps using major LLM providers.
Metadata
Slug anyway-traces
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Anyway Traces?

Adds observability and tracing to AI/LLM applications using the Anyway SDK for monitoring calls to providers like OpenAI and Anthropic. It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.

How do I install Anyway Traces?

Run "/install anyway-traces" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Anyway Traces free?

Yes, Anyway Traces is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Anyway Traces support?

Anyway Traces is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Anyway Traces?

It is built and maintained by jeremy-any (@jeremy-any); the current version is v1.0.0.

💬 Comments