@starcoinorg

Openclaw Powd

powd gives OpenClaw a local mining capability that an agent can use through natural language.

Current version
v1.0.0-rc.11
code-pluginCommunitysource-linked

@starcoinorg/openclaw-powd

powd gives OpenClaw a local mining capability that an agent can use through natural language.

How To Use In OpenClaw

  1. Install the plugin in OpenClaw:

    openclaw plugins install clawhub:@starcoinorg/openclaw-powd
    openclaw gateway restart
    
  2. In OpenClaw, say install powd.

  3. Then keep going in chat, for example:

    • set my wallet to 0x...
    • show my mining status
    • start mining

What it does

  • adds powd_install and powd_setup_status tools for agents
  • adds /powd install and /powd status commands
  • adds openclaw powd install and openclaw powd status CLI subcommands
  • downloads the latest stable powd release binary on demand
  • writes mcp.servers.powd in OpenClaw config

It does not set a wallet or start mining automatically.

Local Packaging

Create a local plugin archive with:

npm pack

Install it into OpenClaw with:

openclaw plugins install ./starcoinorg-openclaw-powd-<version>.tgz
openclaw gateway restart

Then, inside OpenClaw, say:

install powd

To pin a specific release instead of the latest stable one, say:

install powd 1.0.0-rc.1

Local Testing

Local tests inject fixture release URLs directly into the installer. The published plugin always resolves releases from the official starcoinorg/powd GitHub Releases endpoints.

Advanced release override

For local smoke tests or mirrored releases, set plugin config under plugins.entries.powd.config:

  • releaseBaseUrl
  • releaseApiBaseUrl

Example:

openclaw config set plugins.entries.powd.config.releaseBaseUrl '"http://127.0.0.1:<port>/releases/download"'
openclaw config set plugins.entries.powd.config.releaseApiBaseUrl '"http://127.0.0.1:<port>/api/releases"'

The plugin appends /v<version>/<asset> to releaseBaseUrl, and it requests /latest from releaseApiBaseUrl.

Supported platforms

  • Linux x86_64
  • macOS Apple Silicon

Source and release

Source repository

starcoinorg/powd

Open repo

Source commit

a02259a81b220be80f1935460e7b213fb603e667

View commit

Install command

openclaw plugins install clawhub:@starcoinorg/openclaw-powd

Metadata

  • Package: @starcoinorg/openclaw-powd
  • Created: 2026/04/09
  • Updated: 2026/05/21
  • Executes code: Yes
  • Source tag: refs/heads/master

Compatibility

  • Built with OpenClaw: 2026.4.8
  • Plugin API range: >=2026.4.8
  • Tags: latest
  • Files: 20