← 返回 Skills 市场
wiimdy

OpenFunderse Participant

作者 wiimdy · GitHub ↗ · v2.0.2
cross-platform ⚠ suspicious
739
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install openfunderse-participant
功能描述
Participant MoltBot for allocation proposal, validation, and submission
安全使用建议
Before installing: 1) Treat PARTICIPANT_PRIVATE_KEY as highly sensitive — use a dedicated wallet with minimal funds and never reuse admin/treasury keys. 2) Review the npm package source (@wiimdy/[email protected]) before running npx, or install/from a vetted artifact in an isolated environment. 3) The installer/bot-init will write envs and wallet files under ~/.openclaw and may restart the OpenClaw gateway — back up ~/.openclaw/openclaw.json and consider using --no-sync-openclaw-env and --no-restart-openclaw-gateway. 4) Prefer running this skill on a separated VM/container if you want to limit blast radius. 5) Verify RELAYER_URL and TRUSTED_RELAYER_HOSTS values and avoid allowing plain HTTP relayers unless you understand the network risks. If you need greater assurance, ask the publisher for the package source or a signed release and for details about exactly what bot-init writes and where.
功能分析
Type: OpenClaw Skill Name: openfunderse-participant Version: 2.0.2 The skill is classified as suspicious due to several high-risk capabilities and potential vulnerabilities, despite lacking clear evidence of intentional malicious behavior. Key indicators include the `installCommand` in `SKILL.md` which executes remote code via `npx @wiimdy/[email protected]`, introducing a supply chain risk. The skill also handles a highly sensitive `PARTICIPANT_PRIVATE_KEY` (generating, storing backups in `~/.openclaw/workspace/openfunderse/wallets`, and using it for signing), and modifies global OpenClaw runtime state by updating `~/.openclaw/openclaw.json` and restarting the gateway. While these actions are described as part of its legitimate function, they represent significant attack surfaces and powerful capabilities that could be exploited if the external package is compromised or if configurations like `PARTICIPANT_ALLOW_HTTP_RELAYER` are set insecurely.
能力评估
Purpose & Capability
The declared env vars (RPC_URL, RELAYER_URL, CHAIN_ID, PARTICIPANT_PRIVATE_KEY, PARTICIPANT_ADDRESS, BOT_ID, and submission flags) and need for node/npm align with a participant that signs and submits allocation claims on a chain. Nothing requested appears unrelated to the stated participant role.
Instruction Scope
SKILL.md instructs using npx to install a runtime, optionally generating/rotating a wallet, writing env vars into ~/.openclaw/openclaw.json and wallet backups under ~/.openclaw/workspace/openfunderse/wallets, and restarting the OpenClaw gateway. These actions are within the domain of a participant bot but give the skill broad discretion to mutate global agent state and persist keys to disk — important to be aware of.
Install Mechanism
Installation is via an npx command that fetches @wiimdy/openfunderse from npm at runtime. Fetching and executing remote npm code is normal for JS tooling but introduces risk: the package code runs on install and should be reviewed before running in production.
Credentials
Required envs are numerous but relevant for wallet-based blockchain interaction. The primary credential is PARTICIPANT_PRIVATE_KEY (highly sensitive) — the README explicitly warns about this and recommends a dedicated key. The volume of envs is defensible but increases the attack surface if mismanaged.
Persistence & Privilege
The skill (via install/bot-init) writes private keys and envs into user home paths and triggers an OpenClaw gateway restart, which affects global runtime state and other skills. While this may be required for operation, it is a meaningful privilege that warrants caution (backup existing openclaw.json, use flags to avoid auto-sync/restart, or run in isolated environment).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openfunderse-participant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openfunderse-participant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Improve Security part skill release
v2.0.1
Improve Security part skill release
v2.0.0
Improve Security part skill release
v1.1.2
Improve Security part skill release
元数据
Slug openfunderse-participant
版本 2.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

OpenFunderse Participant 是什么?

Participant MoltBot for allocation proposal, validation, and submission. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 739 次。

如何安装 OpenFunderse Participant?

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

OpenFunderse Participant 是免费的吗?

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

OpenFunderse Participant 支持哪些平台?

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

谁开发了 OpenFunderse Participant?

由 wiimdy(@wiimdy)开发并维护,当前版本 v2.0.2。

💬 留言讨论