← 返回 Skills 市场
papa-raw

Windfall Inference

作者 pat ✨ · GitHub ↗ · v1.0.0
darwinlinuxwin32 ⚠ suspicious
624
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windfall-inference
功能描述
Spatially-routed LLM inference at $0.004/req. Routes to cheapest, greenest energy. 200+ models. OpenAI-compatible. Onchain attestations on Base.
安全使用建议
What to consider before installing or using this skill: - If you only want to call Windfall's hosted API: you only need to provide WINDFALL_API_KEY to the agent. Verify the endpoint (https://windfall.ecofrontiers.xyz) and avoid reusing sensitive keys. - The bundle contains a full server implementation (deploy script, package.json, many src/ services). Do NOT run or 'npm install' these files unless you trust the publisher and have audited the code; running them will fetch many third-party packages and may require blockchain/payment secrets. - If you intend to self-host the code: read the source thoroughly for required environment variables (Stripe, Ethereum RPC keys, EAS attestation config, x402 keys) and note the Business Source License in LICENSE.md which restricts offering a competing commercial inference gateway. - Treat the WINDFALL_API_KEY as a scoped credential: prefer least-privilege, generate ephemeral/test keys where possible, and monitor usage. Consider using a separate key for the agent and avoid sharing cloud/provider credentials. - Verify the operator identity (homepage, organization, package provenance). The registry owner is an opaque ID; if you require high assurance, confirm the project's repository, maintainers, and TLS fingerprint of the API endpoint. - If you need a higher-assurance classification, provide the contents of src/config.ts and src/index.ts (or allow an independent code audit) — those files will show exactly what environment variables and outbound endpoints the server uses and whether any unexpected exfiltration occurs.
功能分析
Type: OpenClaw Skill Name: windfall-inference Version: 1.0.0 The OpenClaw AgentSkills skill bundle for "windfall-inference" is classified as **benign**. The skill bundle implements a spatially-routed LLM inference gateway with features such as dynamic model selection, energy-aware routing, semantic caching, and on-chain attestations. The codebase demonstrates strong security practices, including API key hashing, input validation, rate limiting, CORS restrictions, and secure session management. Notably, the `src/services/acp-handler.ts` file explicitly validates incoming requests, rejecting any that are not LLM inference (e.g., blockchain token swaps), which is a critical security control against misuse. The `SKILL.md` and `testing-guide.md` files serve as benign documentation and testing instructions for human users, without any evidence of prompt injection attempts against an AI agent. While the `deploy/setup.sh` script executes a remote script from `deb.nodesource.com` for Node.js installation, this is a common and generally trusted practice for server setup and does not indicate malicious intent.
能力评估
Purpose & Capability
The skill's name/description and SKILL.md present a simple OpenAI-compatible gateway requiring only WINDFALL_API_KEY. However, the bundle includes a complete server codebase (many src/ services), deploy/setup.sh, package.json and package-lock.json with payment, blockchain, and attestation libraries (ethers, stripe, @ethereum-attestation-service/eas-sdk, @x402/*, etc.). That full server footprint is coherent with a Windfall operator node but is disproportionate to a client-only inference-sink skill; the manifest claims 'instruction-only' / no install spec while shipping a deployable server — this mismatch is suspicious.
Instruction Scope
The SKILL.md runtime instructions are narrowly scoped: set WINDFALL_API_KEY and call the remote endpoint (or use x402). The instructions do not request other env vars or filesystem access. That is consistent with a client-side integration. The concern is not the SKILL.md itself but that the included source contains server behaviors (attestations, on-chain watchers, payment settlement) which are not referenced in the SKILL.md guidance to the agent.
Install Mechanism
The registry entry declares no install spec, but the package contains a full Node project with package.json and many dependencies and a deploy/setup.sh script. If a user or operator were to run/install this code, it would pull many networked packages and require build/runtime steps. The lack of an explicit install mechanism combined with shipped deploy scripts is an inconsistency and increases risk if the code is executed without review.
Credentials
SKILL.md and registry require only WINDFALL_API_KEY (primary credential) which is proportionate for a client calling a hosted API. However, the shipped server code references payment, blockchain, and attestation features that typically require other secrets (Stripe keys, Ethereum RPC keys/private keys, EAS configs). Those other credentials are not declared in requires.env — this is a mismatch worth flagging if you plan to run the code yourself.
Persistence & Privilege
The skill is not always: true and does not request system-level persistence or other skills' configs. Autonomy is enabled by default (normal) but not combined with other high-risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windfall-inference
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windfall-inference 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: spatially-routed LLM inference gateway on Base. Greenest/cheapest routing, x402 payments, 200+ models, onchain attestations.
元数据
Slug windfall-inference
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Windfall Inference 是什么?

Spatially-routed LLM inference at $0.004/req. Routes to cheapest, greenest energy. 200+ models. OpenAI-compatible. Onchain attestations on Base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 624 次。

如何安装 Windfall Inference?

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

Windfall Inference 是免费的吗?

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

Windfall Inference 支持哪些平台?

Windfall Inference 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Windfall Inference?

由 pat ✨(@papa-raw)开发并维护,当前版本 v1.0.0。

💬 留言讨论