{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openseti-skill",
    "name": "OpenSETI",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/synergysize/openseti-skill",
    "canonicalUrl": "https://clawhub.ai/synergysize/openseti-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openseti-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openseti-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/openseti.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/openseti-skill"
    },
    "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/openseti-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/openseti-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openseti-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openseti-skill/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": "OpenSETI Distributed Scanner",
        "body": "Contribute your compute power to scan real Breakthrough Listen radio telescope data for signs of extraterrestrial intelligence. This is a SETI@home-style distributed computing project with token rewards."
      },
      {
        "title": "Quick Start",
        "body": "Register your Solana wallet:\n\npython scripts/openseti.py register <your-wallet-address>\n\nRun a scan:\n\npython scripts/openseti.py scan\n\nRun continuous scanning (background):\n\npython scripts/openseti.py scan --continuous"
      },
      {
        "title": "How It Works",
        "body": "Your machine requests a work unit from the OpenSETI network\nWork units contain real radio telescope data chunks (~1MB each)\nYour machine analyzes the data using FFT and signal processing\nResults are submitted back to the network\nIf an anomaly is detected, you earn tokens"
      },
      {
        "title": "Analysis Criteria",
        "body": "The scanner looks for signals that match ETI signatures:\n\nNarrowband signals (< 10 Hz bandwidth) - Natural sources are broadband\nDoppler drift - Frequency shift indicating non-terrestrial origin\nHigh SNR - Strong signals above noise floor\nHydrogen line proximity - 1420.405 MHz is the \"water hole\"\nNon-RFI patterns - Doesn't match known Earth interference"
      },
      {
        "title": "Reward Structure",
        "body": "ClassificationScoreTokensNATURAL0.0 - 0.150WEAK_SIGNAL0.15 - 0.40INVESTIGATING0.4 - 0.72,500ANOMALY_FLAGGED0.7+5,000\n\nTokens are tracked on-chain and distributed when the token launches."
      },
      {
        "title": "Commands",
        "body": "openseti register <wallet> - Register your Solana wallet\nopenseti scan - Run one scan cycle\nopenseti scan --continuous - Run continuous scanning\nopenseti stats - Show your contribution stats\nopenseti leaderboard - Show top contributors"
      },
      {
        "title": "Requirements",
        "body": "Python 3.8+\nNumPy and SciPy (pip install numpy scipy requests)"
      },
      {
        "title": "Data Source",
        "body": "All data comes from the Breakthrough Listen Open Data Archive:\nhttps://breakthroughinitiatives.org/opendatasearch\n\nObservations from the Green Bank Telescope and Parkes Observatory."
      }
    ],
    "body": "OpenSETI Distributed Scanner\n\nContribute your compute power to scan real Breakthrough Listen radio telescope data for signs of extraterrestrial intelligence. This is a SETI@home-style distributed computing project with token rewards.\n\nQuick Start\nRegister your Solana wallet:\npython scripts/openseti.py register <your-wallet-address>\n\nRun a scan:\npython scripts/openseti.py scan\n\nRun continuous scanning (background):\npython scripts/openseti.py scan --continuous\n\nHow It Works\nYour machine requests a work unit from the OpenSETI network\nWork units contain real radio telescope data chunks (~1MB each)\nYour machine analyzes the data using FFT and signal processing\nResults are submitted back to the network\nIf an anomaly is detected, you earn tokens\nAnalysis Criteria\n\nThe scanner looks for signals that match ETI signatures:\n\nNarrowband signals (< 10 Hz bandwidth) - Natural sources are broadband\nDoppler drift - Frequency shift indicating non-terrestrial origin\nHigh SNR - Strong signals above noise floor\nHydrogen line proximity - 1420.405 MHz is the \"water hole\"\nNon-RFI patterns - Doesn't match known Earth interference\nReward Structure\nClassification\tScore\tTokens\nNATURAL\t0.0 - 0.15\t0\nWEAK_SIGNAL\t0.15 - 0.4\t0\nINVESTIGATING\t0.4 - 0.7\t2,500\nANOMALY_FLAGGED\t0.7+\t5,000\n\nTokens are tracked on-chain and distributed when the token launches.\n\nCommands\nopenseti register <wallet> - Register your Solana wallet\nopenseti scan - Run one scan cycle\nopenseti scan --continuous - Run continuous scanning\nopenseti stats - Show your contribution stats\nopenseti leaderboard - Show top contributors\nRequirements\nPython 3.8+\nNumPy and SciPy (pip install numpy scipy requests)\nData Source\n\nAll data comes from the Breakthrough Listen Open Data Archive: https://breakthroughinitiatives.org/opendatasearch\n\nObservations from the Green Bank Telescope and Parkes Observatory."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/synergysize/openseti-skill",
    "publisherUrl": "https://clawhub.ai/synergysize/openseti-skill",
    "owner": "synergysize",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openseti-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/openseti-skill",
    "agentUrl": "https://openagent3.xyz/skills/openseti-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openseti-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openseti-skill/agent.md"
  }
}