@inferlane/openclaw-skill
v2.0.0
Published
InferLane node operator MCP skill for OpenClaw — network monitoring, node registration, earnings
Downloads
156
Maintainers
Readme
@inferlane/openclaw-skill
MCP server for OpenClaw decentralized compute network operators. Monitor nodes, track earnings, manage KV cache, and register new nodes.
Install
npx -y @inferlane/openclaw-skillOr add to MCP config:
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["-y", "@inferlane/openclaw-skill"]
}
}
}Tools
node_status— View online nodes and their healthnode_earnings— Track pending balance and payoutskv_cache_status— Monitor cached contexts and earningsregister_node— Register a new compute nodenetwork_health— Network-wide stats and region distribution
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| INFERLANE_API_URL | No | API base URL (default: http://localhost:3000) |
| INFERLANE_API_KEY | No | API key for authenticated operations |
License
Apache-2.0
