# Send OpenSETI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/openseti-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openseti-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/openseti.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openseti-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T23:29:15.127Z",
      "expiresAt": "2026-05-09T23:29:15.127Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openseti-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openseti-skill",
        "contentDisposition": "attachment; filename=\"openseti-skill-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openseti-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### OpenSETI Distributed Scanner

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.

### Quick Start

Register your Solana wallet:

python scripts/openseti.py register <your-wallet-address>

Run a scan:

python scripts/openseti.py scan

Run continuous scanning (background):

python scripts/openseti.py scan --continuous

### How It Works

Your machine requests a work unit from the OpenSETI network
Work units contain real radio telescope data chunks (~1MB each)
Your machine analyzes the data using FFT and signal processing
Results are submitted back to the network
If an anomaly is detected, you earn tokens

### Analysis Criteria

The scanner looks for signals that match ETI signatures:

Narrowband signals (< 10 Hz bandwidth) - Natural sources are broadband
Doppler drift - Frequency shift indicating non-terrestrial origin
High SNR - Strong signals above noise floor
Hydrogen line proximity - 1420.405 MHz is the "water hole"
Non-RFI patterns - Doesn't match known Earth interference

### Reward Structure

ClassificationScoreTokensNATURAL0.0 - 0.150WEAK_SIGNAL0.15 - 0.40INVESTIGATING0.4 - 0.72,500ANOMALY_FLAGGED0.7+5,000

Tokens are tracked on-chain and distributed when the token launches.

### Commands

openseti register <wallet> - Register your Solana wallet
openseti scan - Run one scan cycle
openseti scan --continuous - Run continuous scanning
openseti stats - Show your contribution stats
openseti leaderboard - Show top contributors

### Requirements

Python 3.8+
NumPy and SciPy (pip install numpy scipy requests)

### Data Source

All data comes from the Breakthrough Listen Open Data Archive:
https://breakthroughinitiatives.org/opendatasearch

Observations from the Green Bank Telescope and Parkes Observatory.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: synergysize
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T23:29:15.127Z
- Expires at: 2026-05-09T23:29:15.127Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openseti-skill)
- [Send to Agent page](https://openagent3.xyz/skills/openseti-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/openseti-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openseti-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/openseti-skill)