{
  "schemaVersion": "1.0",
  "item": {
    "slug": "beaconchain",
    "name": "Beaconchain",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ThisIsJeron/beaconchain",
    "canonicalUrl": "https://clawhub.ai/ThisIsJeron/beaconchain",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/beaconchain",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beaconchain",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-notes.md",
      "scripts/check_dashboard.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/beaconchain"
    },
    "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/beaconchain",
    "agentPageUrl": "https://openagent3.xyz/skills/beaconchain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beaconchain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beaconchain/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": "Beaconchain",
        "body": "Use this skill to reduce validator-check anxiety: do one concise daily health check, then only surface issues."
      },
      {
        "title": "Quick Start",
        "body": "Set credentials as env vars:\n\nBEACONCHAIN_API_KEY\nBEACONCHAIN_DASHBOARD_ID\n\n\nRun:\n\npython3 skills/beaconchain/scripts/check_dashboard.py --json\n\nInterpret exit code:\n\n0 = good\n2 = bad (needs attention)\n1 = error (auth/rate-limit/endpoint failure)"
      },
      {
        "title": "Monitoring Workflow",
        "body": "Run scripts/check_dashboard.py once per day.\nIf status=good, respond with a short reassurance and avoid extra detail.\nIf status=bad, report:\n\nBeaconScore (if available)\nWhich signal tripped (missed/penalty fallback)\nNext action: inspect dashboard details and validator logs.\n\n\nIf status=error, report key checks:\n\nAPI key validity\ndashboard ID\nplan/rate-limit permissions."
      },
      {
        "title": "Basic check",
        "body": "python3 skills/beaconchain/scripts/check_dashboard.py"
      },
      {
        "title": "JSON output (for cron/parsing)",
        "body": "python3 skills/beaconchain/scripts/check_dashboard.py --json"
      },
      {
        "title": "Custom threshold",
        "body": "python3 skills/beaconchain/scripts/check_dashboard.py --warn-threshold 75"
      },
      {
        "title": "Notes",
        "body": "Script uses POST /api/v2/ethereum/validators/performance-aggregate with dashboard selector and reads data.beaconscore.total directly.\nDefault window is 24h; supported windows: 24h, 7d, 30d, 90d, all_time.\nKeep responses intentionally terse when healthy to support low-anxiety operations."
      },
      {
        "title": "Security & Transparency",
        "body": "Runtime: python3 only, using Python standard library (argparse, json, urllib, datetime).\nCredentials: reads BEACONCHAIN_API_KEY and BEACONCHAIN_DASHBOARD_ID (or equivalent CLI flags).\nNetwork egress: only https://beaconcha.in/api/v2/ethereum/validators/performance-aggregate.\nLocal filesystem: no writes, no shell execution, no subprocess spawning."
      },
      {
        "title": "References",
        "body": "API overview: references/api-notes.md"
      }
    ],
    "body": "Beaconchain\n\nUse this skill to reduce validator-check anxiety: do one concise daily health check, then only surface issues.\n\nQuick Start\nSet credentials as env vars:\nBEACONCHAIN_API_KEY\nBEACONCHAIN_DASHBOARD_ID\nRun:\npython3 skills/beaconchain/scripts/check_dashboard.py --json\n\nInterpret exit code:\n0 = good\n2 = bad (needs attention)\n1 = error (auth/rate-limit/endpoint failure)\nMonitoring Workflow\nRun scripts/check_dashboard.py once per day.\nIf status=good, respond with a short reassurance and avoid extra detail.\nIf status=bad, report:\nBeaconScore (if available)\nWhich signal tripped (missed/penalty fallback)\nNext action: inspect dashboard details and validator logs.\nIf status=error, report key checks:\nAPI key validity\ndashboard ID\nplan/rate-limit permissions.\nCommand Patterns\nBasic check\npython3 skills/beaconchain/scripts/check_dashboard.py\n\nJSON output (for cron/parsing)\npython3 skills/beaconchain/scripts/check_dashboard.py --json\n\nCustom threshold\npython3 skills/beaconchain/scripts/check_dashboard.py --warn-threshold 75\n\nNotes\nScript uses POST /api/v2/ethereum/validators/performance-aggregate with dashboard selector and reads data.beaconscore.total directly.\nDefault window is 24h; supported windows: 24h, 7d, 30d, 90d, all_time.\nKeep responses intentionally terse when healthy to support low-anxiety operations.\nSecurity & Transparency\nRuntime: python3 only, using Python standard library (argparse, json, urllib, datetime).\nCredentials: reads BEACONCHAIN_API_KEY and BEACONCHAIN_DASHBOARD_ID (or equivalent CLI flags).\nNetwork egress: only https://beaconcha.in/api/v2/ethereum/validators/performance-aggregate.\nLocal filesystem: no writes, no shell execution, no subprocess spawning.\nReferences\nAPI overview: references/api-notes.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ThisIsJeron/beaconchain",
    "publisherUrl": "https://clawhub.ai/ThisIsJeron/beaconchain",
    "owner": "ThisIsJeron",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/beaconchain",
    "downloadUrl": "https://openagent3.xyz/downloads/beaconchain",
    "agentUrl": "https://openagent3.xyz/skills/beaconchain/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beaconchain/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beaconchain/agent.md"
  }
}