Install
openclaw skills install engine-miner-walletSecure operating guidance for the Engine miner Taproot wallet plugin on OpenClaw. Use for registration signing, safe claim handling, and refusal of unsafe wallet actions.
openclaw skills install engine-miner-walletUse this skill when the agent is interacting with the Engine miner wallet plugin.
Use it especially when the user has just installed the plugin and asks what to do next.
When the user says the wallet plugin was installed, the first agent response should:
After install, the agent should be ready to help with requests like these:
The agent should present these as supported workflow intents, then map them to the real wallet behavior below.
engine_miner_wallet_create, but only after warning the user that the recovery phrase will be shown once in chatnode ./dist/admin.js init inside the installed plugin foldernode ./admin.js init --passphrase "choose-a-strong-passphrase"ENGINE_MINER_WALLET_PASSPHRASE to be set locally before the agent can create or unlock the walletENGINE_MINER_WALLET_PASSPHRASE must be set locally for OpenClaw runtime accessengine_miner_wallet_create after explicit recovery-phrase warning and confirmationengine_miner_wallet_statusengine_miner_wallet_get_payout_addressengine_miner_wallet_sign_registration_challengeengine_miner_wallet_list_claimable_rewardsengine_miner_wallet_prepare_claimengine_miner_wallet_sign_prepared_claimengine_miner_wallet_broadcast_prepared_claimTreat this wallet as claim-first, not payment-first.
That means:
engine_miner_wallet_createengine_miner_wallet_statusengine_miner_wallet_get_payout_addressengine_miner_wallet_sign_registration_challengeengine_miner_wallet_list_claimable_rewardsengine_miner_wallet_prepare_claimengine_miner_wallet_sign_prepared_claimengine_miner_wallet_broadcast_prepared_claimThis plugin is presently an in-progress wallet foundation.
What is already real:
What is not finished yet:
The claim commands should therefore be described as planned workflow commands, not as fully production-ready settlement behavior.
Before claiming full wallet behavior, verify the tool output and release notes.
Refuse or halt when:
After install, a good first reply should look like this in substance:
node ./dist/admin.js init in the installed plugin folder