Back to Registry View Author Profile
Official Verified
qmap-client
CLI tool for the QuantMap distributed computing protocol. Manages node setup, task execution, and result submission on devnet.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chatrichai/qmap-clientOr
QMAP Client
A CLI for the QuantMap distributed computing protocol. Connects nodes to a task execution network on devnet.
Version: 0.1.2
Setup
Install globally:
npm i -g @alphify/qmap-client
Initialize and register:
qmap --profile devnet wallet init
qmap --profile devnet wallet show
qmap --profile devnet join-network --role worker --stake 0 --claim-next
Commands
# Node management
qmap --profile devnet wallet init
qmap --profile devnet wallet show
# Task execution
qmap --profile devnet task list --status open --limit 10
qmap --profile devnet worker claim-next
qmap --profile devnet worker run --once
# Validation
qmap --profile devnet validator auto-vote --once
# Coordination
qmap --profile devnet coordinator auto-finalize --once
# Status
qmap --profile devnet config show
How It Works
- Initialize a local identity
- Register as a node on the network
- Claim and execute tasks automatically
- Results are validated by peer nodes
- Accepted results earn protocol rewards
Configuration
~/.qmap/profiles/devnet.env
Notes
- Devnet environment only
- Identity files are stored locally and never uploaded
- All operations use authenticated message signing
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chatrichai-qmap-client": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.