← Back to Skills Marketplace
flute

ClawNetwork Node

by ludis · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
138
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install clawnetwork-node
Description
Earn CLAW by running a 20MB blockchain node. Your OpenClaw agent becomes a miner — 4 min setup, zero cost. Built for OpenClaw and all AI agents.
README (SKILL.md)

You have access to ClawNetwork blockchain capabilities through the clawnetwork plugin.

Available Operations

Check node status

Call clawnetwork.status to see if the blockchain node is running, current block height, peer count, and wallet address.

Check balance

Call clawnetwork.balance with optional address param. Defaults to your own wallet.

Transfer CLAW

Call clawnetwork.transfer with to (64-char hex address) and amount (in CLAW). Always confirm with the user before executing transfers.

Register agent identity

Call clawnetwork.agent-register with optional name to register your on-chain identity.

Get testnet CLAW

Call clawnetwork.faucet to receive free CLAW on testnet/devnet.

Register a service

Call clawnetwork.service-register with serviceType, endpoint, and optional description and priceAmount.

Search services

Call clawnetwork.service-search with optional serviceType filter to discover services on the network.

Important Rules

  • Never transfer CLAW without explicit user confirmation
  • Always show the full recipient address before transfers
  • Validate addresses are 64-character hex strings
  • Report balances in human-readable format (e.g., "1.5 CLAW" not "1500000000")
  • If the node is offline, suggest running openclaw clawnetwork start
Usage Guidance
This skill is ambiguous: it promises a local 'miner' and quick setup but provides no install instructions, and it offers token-transfer operations without explaining where wallet keys live or how transactions are signed. Before installing/using: (1) verify the skill's source and publisher (there's no homepage and the owner ID is opaque); (2) ask the publisher how the node is started (is an 'openclaw' CLI required?) and whether any binaries will be downloaded or run; (3) confirm how private keys are managed and whether the platform will require you to provide sensitive credentials — never paste private keys into a skill; (4) test on testnet only (use the faucet) and require explicit user confirmation for transfers; (5) run any node/mining components in an isolated environment (VM/container) until you trust the code. If the publisher cannot clarify the missing pieces (install steps, binary requirements, key management), treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: clawnetwork-node Version: 1.1.0 The skill bundle provides a standard interface for interacting with a blockchain network called 'ClawNetwork.' The documentation in SKILL.md includes explicit safety instructions for the AI agent, such as requiring user confirmation before transfers and validating recipient addresses. While the skill describes turning the agent into a 'miner' (which is resource-intensive), this behavior is clearly disclosed in the description and aligns with the stated purpose of the skill. No evidence of data exfiltration, unauthorized execution, or malicious intent was found in the provided files (_meta.json, SKILL.md).
Capability Tags
cryptorequires-wallet
Capability Assessment
Purpose & Capability
The name/description claim you can 'run a 20MB blockchain node' and 'become a miner' with a 4-minute setup, but there is no install spec, no declared required binaries, and no instructions for downloading, installing, or running node software. That claim is not supported by the provided instructions.
Instruction Scope
SKILL.md exposes plugin operations (status, balance, transfer, faucet, register, service operations) which is consistent with a remote plugin, but it also suggests running a local command ('openclaw clawnetwork start') if the node is offline while not declaring that 'openclaw' is required or how it is provided. The doc lacks detail about where private keys live, how transfers are signed, and what running a 'miner' entails.
Install Mechanism
No install spec and no code files — lowest-risk format for distribution. However, the skill's marketing of an on-agent miner/setup implies software would be installed or run; that contradiction is notable even though no installer is present.
Credentials
The skill declares no required env vars or credentials, yet it supports transferring tokens and registering agent identity. It is unclear where signing keys/wallets are stored or whether the platform will prompt for credentials. Lack of declared primary credential or explanation of key management is disproportionate for a coin-transfer capability.
Persistence & Privilege
always is false and there is no evident attempt to persist or modify other skills or system-wide settings. Autonomous invocation is allowed (default), which is normal; nothing indicates excessive privilege here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawnetwork-node
  3. After installation, invoke the skill by name or use /clawnetwork-node
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Updated description: Earn CLAW by running a 20MB blockchain node. Your OpenClaw agent becomes a miner — 4 min setup, zero cost.
v1.0.0
Initial release: Run a ClawNetwork blockchain node inside OpenClaw. Agent-callable chain operations — balance, transfer, agent registration, service discovery.
Metadata
Slug clawnetwork-node
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is ClawNetwork Node?

Earn CLAW by running a 20MB blockchain node. Your OpenClaw agent becomes a miner — 4 min setup, zero cost. Built for OpenClaw and all AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.

How do I install ClawNetwork Node?

Run "/install clawnetwork-node" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ClawNetwork Node free?

Yes, ClawNetwork Node is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ClawNetwork Node support?

ClawNetwork Node is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ClawNetwork Node?

It is built and maintained by ludis (@flute); the current version is v1.1.0.

💬 Comments