← 返回 Skills 市场
synergysize

OpenSETI

作者 synergysize · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
546
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openseti-skill
功能描述
Distributed SETI scanner - contribute compute power to analyze real radio telescope data from Breakthrough Listen. Earn tokens when your analysis discovers a...
安全使用建议
This skill appears to implement a distributed SETI client, but you must trust the coordinator it contacts. Before installing/running: (1) verify the coordinator domain (https://claw99.app) and the project origin — there is no homepage or repo linked in the metadata; (2) do not provide your private wallet key — only register a dedicated receiving address; (3) consider setting OpenSETI_COORDINATOR to an official/verified endpoint or auditing network traffic from the script to confirm work units come from Breakthrough Listen; (4) run the script in a sandbox/container with limited network permissions if you want to test it; (5) inspect the remainder of the script (the file was truncated in the package metadata) to ensure there is no hidden behavior such as arbitrary code execution or additional exfiltration. If you cannot verify the coordinator or project provenance, avoid running this on sensitive machines or with privileged network access.
功能分析
Type: OpenClaw Skill Name: openseti-skill Version: 0.1.0 The OpenSETI skill bundle is a distributed computing client designed to analyze radio telescope data. The `SKILL.md` provides clear, benign instructions without any prompt injection attempts. The `scripts/openseti.py` script performs signal processing using standard libraries (NumPy, SciPy), communicates with a hardcoded coordinator URL (`https://claw99.app/coordinator`) to fetch work units and submit results, and stores its configuration in `~/.openseti/config.json`. There is no evidence of malicious behavior such as data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. The script downloads work unit data but processes it as binary signal data, not as executable code, aligning with its stated purpose.
能力评估
Purpose & Capability
The code and SKILL.md align with a distributed SETI scanner: it fetches work from a coordinator, processes data locally, and posts results. However, the coordinator default URL (https://claw99.app/coordinator) and a hard-coded API key are embedded in the script while the SKILL.md claims data comes from the Breakthrough Listen archive — there is no homepage or authoritative source linking the coordinator to Breakthrough Listen. That mismatch is unexpected and worth verifying.
Instruction Scope
Runtime instructions are limited and concrete (register wallet, run scan, continuous mode). The script only reads/writes a config file in ~/.openseti and performs network calls to the coordinator; it does not request arbitrary local files or secrets in the SKILL.md. It stores only the wallet address (not a private key) in config, which matches the documented register flow.
Install Mechanism
This is an instruction-only skill with bundled Python script(s); there is no installer that downloads arbitrary binaries or writes to unexpected system locations. Dependencies are standard Python packages (numpy, scipy, requests) as documented.
Credentials
No required env vars are declared, but the script uses optional OpenSETI_COORDINATOR and OpenSETI_API_KEY environment variables and contains a hard-coded coordinator URL and API key. Embedding an API key and default coordinator domain without providing an authoritative source is disproportionate and requires trust in that remote service. The skill asks to register a Solana wallet address (public address only) — it does not ask for private keys, which is appropriate.
Persistence & Privilege
The script writes only to a per-user config directory (~/.openseti) to save the wallet address. The skill is not always-enabled and does not request elevated privileges or attempt to modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openseti-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openseti-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the OpenSETI distributed scanner. - Users can contribute compute power to analyze real radio telescope data from Breakthrough Listen. - Token rewards offered for detecting anomalies matching ETI signal criteria. - Supports registration of Solana wallets and various scan modes (single, continuous). - Command-line interface with commands for registration, scanning, stats, and leaderboard. - Integration with real data from Green Bank and Parkes observatories.
元数据
Slug openseti-skill
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenSETI 是什么?

Distributed SETI scanner - contribute compute power to analyze real radio telescope data from Breakthrough Listen. Earn tokens when your analysis discovers a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 546 次。

如何安装 OpenSETI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openseti-skill」即可一键安装,无需额外配置。

OpenSETI 是免费的吗?

是的,OpenSETI 完全免费(开源免费),可自由下载、安装和使用。

OpenSETI 支持哪些平台?

OpenSETI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenSETI?

由 synergysize(@synergysize)开发并维护,当前版本 v0.1.0。

💬 留言讨论