{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openrouter-analytics",
    "name": "OpenRouter Analytics",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/plgonzalezrx8/openrouter-analytics",
    "canonicalUrl": "https://clawhub.ai/plgonzalezrx8/openrouter-analytics",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openrouter-analytics",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openrouter-analytics",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/endpoints.md",
      "scripts/openrouter_analytics.py"
    ],
    "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. 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. 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/openrouter-analytics"
    },
    "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/openrouter-analytics",
    "agentPageUrl": "https://openagent3.xyz/skills/openrouter-analytics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openrouter-analytics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openrouter-analytics/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenRouter Analytics",
        "body": "Use this skill to pull management-level usage data and request-level troubleshooting details from OpenRouter."
      },
      {
        "title": "Quick Start",
        "body": "Run from this skill folder:\n\ncd ~/clawd/skills/openrouter-analytics\n\nManagement key operations (set OPENROUTER_MANAGEMENT_KEY):\n\npython3 scripts/openrouter_analytics.py activity --limit 20\npython3 scripts/openrouter_analytics.py activity --date 2026-02-18\npython3 scripts/openrouter_analytics.py activity --from 2026-02-01 --to 2026-02-18 --summary --csv /tmp/activity.csv\npython3 scripts/openrouter_analytics.py credits\npython3 scripts/openrouter_analytics.py keys --limit 50 --summary\npython3 scripts/openrouter_analytics.py report --from 2026-02-01 --to 2026-02-18 --format markdown\n\nRequest-level troubleshooting (set OPENROUTER_API_KEY):\n\npython3 scripts/openrouter_analytics.py generation --id <generation_id>\n\nUse --raw on any command to print full JSON."
      },
      {
        "title": "Workflow",
        "body": "Check macro activity\n\nRun activity for daily spend/traffic patterns.\n\n\nCheck account-level usage\n\nRun credits to review consumed vs remaining credits.\n\n\nFind key-level consumers\n\nRun keys to identify which keys are driving usage.\n\n\nInvestigate incidents\n\nRun generation --id ... for detailed logs on one request (latency, fallback providers, finish reason, token and cost details)."
      },
      {
        "title": "Notes",
        "body": "activity, credits, keys, and report require a Management API key.\ngeneration uses a standard OpenRouter API key and requires the request id.\nThe script auto-loads ~/.openclaw/.env and current-directory .env before execution.\nUse --retries and --timeout to tune robustness under transient API/network issues.\nKeep generation IDs in your application logs to support reliable post-incident analysis."
      },
      {
        "title": "Resources",
        "body": "Endpoint reference and field guide: references/endpoints.md\nCLI helper script: scripts/openrouter_analytics.py"
      }
    ],
    "body": "OpenRouter Analytics\n\nUse this skill to pull management-level usage data and request-level troubleshooting details from OpenRouter.\n\nQuick Start\n\nRun from this skill folder:\n\ncd ~/clawd/skills/openrouter-analytics\n\n\nManagement key operations (set OPENROUTER_MANAGEMENT_KEY):\n\npython3 scripts/openrouter_analytics.py activity --limit 20\npython3 scripts/openrouter_analytics.py activity --date 2026-02-18\npython3 scripts/openrouter_analytics.py activity --from 2026-02-01 --to 2026-02-18 --summary --csv /tmp/activity.csv\npython3 scripts/openrouter_analytics.py credits\npython3 scripts/openrouter_analytics.py keys --limit 50 --summary\npython3 scripts/openrouter_analytics.py report --from 2026-02-01 --to 2026-02-18 --format markdown\n\n\nRequest-level troubleshooting (set OPENROUTER_API_KEY):\n\npython3 scripts/openrouter_analytics.py generation --id <generation_id>\n\n\nUse --raw on any command to print full JSON.\n\nWorkflow\nCheck macro activity\nRun activity for daily spend/traffic patterns.\nCheck account-level usage\nRun credits to review consumed vs remaining credits.\nFind key-level consumers\nRun keys to identify which keys are driving usage.\nInvestigate incidents\nRun generation --id ... for detailed logs on one request (latency, fallback providers, finish reason, token and cost details).\nNotes\nactivity, credits, keys, and report require a Management API key.\ngeneration uses a standard OpenRouter API key and requires the request id.\nThe script auto-loads ~/.openclaw/.env and current-directory .env before execution.\nUse --retries and --timeout to tune robustness under transient API/network issues.\nKeep generation IDs in your application logs to support reliable post-incident analysis.\nResources\nEndpoint reference and field guide: references/endpoints.md\nCLI helper script: scripts/openrouter_analytics.py"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/plgonzalezrx8/openrouter-analytics",
    "publisherUrl": "https://clawhub.ai/plgonzalezrx8/openrouter-analytics",
    "owner": "plgonzalezrx8",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openrouter-analytics",
    "downloadUrl": "https://openagent3.xyz/downloads/openrouter-analytics",
    "agentUrl": "https://openagent3.xyz/skills/openrouter-analytics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openrouter-analytics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openrouter-analytics/agent.md"
  }
}