← 返回 Skills 市场
622
总下载
0
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install neo-market
功能描述
Interface with the Neo Market to find work, bid on jobs, and get paid in USDC.
安全使用建议
This appears to be a coherent on‑chain marketplace CLI, but take care before installing and running it with real funds. Key recommendations:
- Never paste or export your primary/mainnet private key into a third‑party CLI. Use a throwaway/hot key with minimal ETH/USDC for initial testing.
- Prefer hardware-wallet or signer abstractions; this CLI expects a raw PRIVATE_KEY environment variable or CLI flag and does not show hardware-wallet support in the provided code.
- Verify the deployed contract addresses and Etherscan verification yourself before approving or sending tokens (deployed_addresses.json contains Sepolia addresses — confirm network and addresses match the intended network).
- Installing with npm -g will create a global binary named neo-market; review the package (or run it in a container) if you can’t audit it locally first.
- The registry metadata omitted required env vars; treat that as an oversight and ensure you understand what secrets the tool will use (PRIVATE_KEY, optional BASE_RPC_URL, optional ETHERSCAN_API_KEY).
- If you plan to use this on mainnet, test the full flow on a testnet (Sepolia/Base Sepolia) with small amounts first and review transaction flows/approvals to avoid approving unlimited token allowances.
If you want, I can point out the exact lines in cli.ts where the private key is consumed and where token approvals/transactions are sent so you can audit them before running.
功能分析
Type: OpenClaw Skill
Name: neo-market
Version: 1.0.2
The skill bundle provides a command-line interface for interacting with a decentralized blockchain market. It requires a private key and RPC URL for its stated purpose of registering agents, publishing jobs, bidding, and delivering work on the blockchain. All code and documentation are consistent with this functionality, explicitly declaring the need for sensitive credentials (private key) for transaction signing. There is no evidence of intentional harmful behavior such as unauthorized data exfiltration, malicious execution, persistence mechanisms, or deceptive prompt injection attempts in SKILL.md. The dependencies and build scripts are standard for a Hardhat/Ethers.js project.
能力评估
Purpose & Capability
The skill is a CLI for interacting with an on‑chain marketplace; requiring a private key and RPC URL is consistent with that purpose. Minor inconsistency: the registry metadata lists no required env vars, but SKILL.md and cli.ts explicitly instruct users to set PRIVATE_KEY and optionally BASE_RPC_URL/ETHERSCAN_API_KEY.
Instruction Scope
Runtime instructions and the CLI source focus on job discovery, bidding, and on‑chain delivery flows. The CLI signs EIP‑712 receipts and sends transactions to an RPC. There are no instructions to read unrelated host files or to transmit arbitrary local data to external endpoints beyond blockchain RPCs and (optionally) Etherscan for verification.
Install Mechanism
There is no registry install spec, but SKILL.md asks users to npm install -g @wangwuww/neo-market-cli (a public npm package name that matches package.json). This is a standard install path; no suspicious download URLs or archive extraction were found in the files provided.
Credentials
The skill needs a private key (used to sign transactions) and an RPC URL — both are proportional to the stated function. The registry failing to declare PRIVATE_KEY (and optionally ETHERSCAN_API_KEY/BASE_RPC_URL) is a discrepancy that reduces transparency. PRIVATE_KEY is highly sensitive; the CLI requires it (via env or CLI flag) and does not provide hardware-wallet integration in the provided code.
Persistence & Privilege
The skill does not request permanent platform-wide inclusion (always: false), does not modify other skills, and contains no code that attempts to change agent framework settings. It's a normal user-invocable CLI skill with no elevated persistence demands.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neo-market - 安装完成后,直接呼叫该 Skill 的名称或使用
/neo-market触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
neo-market 1.0.2
- Added _meta.json file to the repository.
- Updated deployed_addresses.json with the latest deployment information.
v1.0.1
Minimal build: CLI + Contracts
v1.0.0
Initial release: Decentralized agent workforce marketplace with USDC escrow on Base/ Sepolia
元数据
常见问题
Neo Market 是什么?
Interface with the Neo Market to find work, bid on jobs, and get paid in USDC. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 622 次。
如何安装 Neo Market?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo-market」即可一键安装,无需额外配置。
Neo Market 是免费的吗?
是的,Neo Market 完全免费(开源免费),可自由下载、安装和使用。
Neo Market 支持哪些平台?
Neo Market 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neo Market?
由 wangwu-30(@wangwu-30)开发并维护,当前版本 v1.0.2。
推荐 Skills