{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-logfire",
    "name": "OpenClaw Logfire",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/namabile/openclaw-logfire",
    "canonicalUrl": "https://clawhub.ai/namabile/openclaw-logfire",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-logfire",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-logfire",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "CONTRIBUTING.md",
      "README.md",
      "SKILL.md",
      "docs/worktracking/2025-12-04-logfire-pubsub-observability-plan.md",
      "docs/worktracking/2026-02-12-openclaw-chief-of-staff-deployment.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-logfire"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-logfire",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-logfire/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-logfire/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-logfire/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Logfire Plugin",
        "body": "Pydantic Logfire observability plugin for OpenClaw. Traces the full agent lifecycle with OTEL GenAI semantic conventions — tool calls, token usage, errors, and optional distributed tracing across services."
      },
      {
        "title": "Install",
        "body": "openclaw plugins install @ultrathink-solutions/openclaw-logfire\n\nSet your Logfire write token:\n\nexport LOGFIRE_TOKEN=\"your-token\"\n\nAdd to openclaw.json:\n\n{\n  \"plugins\": {\n    \"entries\": {\n      \"openclaw-logfire\": {\n        \"enabled\": true,\n        \"config\": {}\n      }\n    }\n  }\n}\n\nRestart OpenClaw. Traces appear in your Logfire dashboard."
      },
      {
        "title": "What It Traces",
        "body": "Every agent invocation produces a span tree:\n\ninvoke_agent chief-of-staff          (root span)\n  |-- execute_tool Read              (file read)\n  |-- execute_tool exec              (shell command)\n  |-- execute_tool Write             (file write)\n\nSpans follow OTEL GenAI semantic conventions: gen_ai.agent.name, gen_ai.tool.name, gen_ai.usage.input_tokens, gen_ai.usage.output_tokens, etc."
      },
      {
        "title": "Metrics",
        "body": "gen_ai.client.token.usage — token count histogram (input/output)\ngen_ai.client.operation.duration — agent invocation latency"
      },
      {
        "title": "Key Configuration",
        "body": "SettingDefaultDescriptionenvironmentdevelopmentDeployment environment labelserviceNameopenclaw-agentOTEL service nameproviderName—GenAI provider (e.g. anthropic)captureToolInputtrueRecord tool argumentsredactSecretstrueStrip API keys and JWTsdistributedTracing.enabledfalseW3C traceparent propagation"
      },
      {
        "title": "Security & Privacy",
        "body": "Secret redaction (on by default): Strips API keys, platform tokens, JWTs, and credentials from recorded tool arguments before export\nTool output is not captured by default (captureToolOutput: false)\nMessage content is not captured by default (captureMessageContent: false)\nData destination: Traces are exported via OTLP HTTP to Pydantic Logfire (US or EU region). No other external endpoints are contacted.\nNo local persistence: All data is streamed to Logfire; nothing is written to disk"
      },
      {
        "title": "External Endpoints",
        "body": "URLData Senthttps://logfire-api.pydantic.dev (US)OTLP traces + metricshttps://logfire-api-eu.pydantic.dev (EU)OTLP traces + metrics\n\nBy using this plugin, trace and metric data is sent to Pydantic Logfire. Only install if you trust this destination."
      },
      {
        "title": "Links",
        "body": "GitHub\nnpm\nLogfire\nBlog: We Put OpenClaw Into Production"
      }
    ],
    "body": "OpenClaw Logfire Plugin\n\nPydantic Logfire observability plugin for OpenClaw. Traces the full agent lifecycle with OTEL GenAI semantic conventions — tool calls, token usage, errors, and optional distributed tracing across services.\n\nInstall\nopenclaw plugins install @ultrathink-solutions/openclaw-logfire\n\n\nSet your Logfire write token:\n\nexport LOGFIRE_TOKEN=\"your-token\"\n\n\nAdd to openclaw.json:\n\n{\n  \"plugins\": {\n    \"entries\": {\n      \"openclaw-logfire\": {\n        \"enabled\": true,\n        \"config\": {}\n      }\n    }\n  }\n}\n\n\nRestart OpenClaw. Traces appear in your Logfire dashboard.\n\nWhat It Traces\n\nEvery agent invocation produces a span tree:\n\ninvoke_agent chief-of-staff          (root span)\n  |-- execute_tool Read              (file read)\n  |-- execute_tool exec              (shell command)\n  |-- execute_tool Write             (file write)\n\n\nSpans follow OTEL GenAI semantic conventions: gen_ai.agent.name, gen_ai.tool.name, gen_ai.usage.input_tokens, gen_ai.usage.output_tokens, etc.\n\nMetrics\ngen_ai.client.token.usage — token count histogram (input/output)\ngen_ai.client.operation.duration — agent invocation latency\nKey Configuration\nSetting\tDefault\tDescription\nenvironment\tdevelopment\tDeployment environment label\nserviceName\topenclaw-agent\tOTEL service name\nproviderName\t—\tGenAI provider (e.g. anthropic)\ncaptureToolInput\ttrue\tRecord tool arguments\nredactSecrets\ttrue\tStrip API keys and JWTs\ndistributedTracing.enabled\tfalse\tW3C traceparent propagation\nSecurity & Privacy\nSecret redaction (on by default): Strips API keys, platform tokens, JWTs, and credentials from recorded tool arguments before export\nTool output is not captured by default (captureToolOutput: false)\nMessage content is not captured by default (captureMessageContent: false)\nData destination: Traces are exported via OTLP HTTP to Pydantic Logfire (US or EU region). No other external endpoints are contacted.\nNo local persistence: All data is streamed to Logfire; nothing is written to disk\nExternal Endpoints\nURL\tData Sent\nhttps://logfire-api.pydantic.dev (US)\tOTLP traces + metrics\nhttps://logfire-api-eu.pydantic.dev (EU)\tOTLP traces + metrics\n\nBy using this plugin, trace and metric data is sent to Pydantic Logfire. Only install if you trust this destination.\n\nLinks\nGitHub\nnpm\nLogfire\nBlog: We Put OpenClaw Into Production"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/namabile/openclaw-logfire",
    "publisherUrl": "https://clawhub.ai/namabile/openclaw-logfire",
    "owner": "namabile",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-logfire",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-logfire",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-logfire/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-logfire/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-logfire/agent.md"
  }
}