← 返回 Skills 市场
jeremy-any

Anyway Traces

作者 jeremy-any · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
208
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install anyway-traces
功能描述
Adds observability and tracing to AI/LLM applications using the Anyway SDK for monitoring calls to providers like OpenAI and Anthropic.
使用说明 (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.

安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anyway-traces
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anyway-traces 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug anyway-traces
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论