@starcoinorg

Openclaw Powd

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

当前版本
v1.0.0-rc.11
code-plugin社区source-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

源码与版本

源码仓库

starcoinorg/powd

打开仓库

源码提交

a02259a81b220be80f1935460e7b213fb603e667

查看提交

安装命令

openclaw plugins install clawhub:@starcoinorg/openclaw-powd

元数据

  • 包名: @starcoinorg/openclaw-powd
  • 创建时间: 2026/04/09
  • 更新时间: 2026/05/21
  • 执行代码:
  • 源码标签: refs/heads/master

兼容性

  • 构建于 OpenClaw: 2026.4.8
  • 插件 API 范围: >=2026.4.8
  • 标签: latest
  • 文件数: 20