🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@inferlane/openclaw-skill

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inferlane/openclaw-skill

InferLane node operator MCP skill for OpenClaw — network monitoring, node registration, earnings

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

@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-skill

Or add to MCP config:

{
  "mcpServers": {
    "openclaw": {
      "command": "npx",
      "args": ["-y", "@inferlane/openclaw-skill"]
    }
  }
}

Tools

  • node_status — View online nodes and their health
  • node_earnings — Track pending balance and payouts
  • kv_cache_status — Monitor cached contexts and earnings
  • register_node — Register a new compute node
  • network_health — Network-wide stats and region distribution

Environment Variables

VariableRequiredDescription
INFERLANE_API_URLNoAPI base URL (default: http://localhost:3000)
INFERLANE_API_KEYNoAPI key for authenticated operations

License

Apache-2.0

Keywords

openclaw

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts