ble-anima-minter
Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic.
Setup & Installation
Install command
clawhub install penguinx01/ble-anima-minterIf the CLI is not installed:
Install command
npx clawhub@latest install penguinx01/ble-anima-minterOr install with OpenClaw CLI:
Install command
openclaw skills install penguinx01/ble-anima-minteror paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/penguinx01/ble-anima-minterWhat This Skill Does
Scans nearby Bluetooth Low Energy (BLE) devices, hashes their MAC addresses with SHA256, and mints $ANIMA tokens as soulbound proof-of-remnant entries. Stores minted tokens in a local DAG structure with optional gossip-sync to other nodes.
Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic.
When to Use It
- Minting tokens from nearby BLE device MAC addresses
- Building a local DAG of proof-of-remnant entries
- Syncing minted tokens to other nodes via gossip protocol
- Experimenting with BLE-based blockchain witness concepts
- Scanning 2.4 GHz BLE MAC IDs in a given area
View original SKILL.md file
# BLE-Anima-Minter Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic. Hashes each MAC into a unique proof-of-remnant and stores locally in a DAG. ## Features - BLE Scan (2.4 GHz MAC IDs) - SHA256 + salt hashing - `$ANIMA` minting logic - Local DAG memory node - Optional gossip-sync to other nodes ## Usage Install requirements, run the script: ```bash pip install -r requirements.txt python anima_minter.py ``` ## Tags anima, macid, ble, blockchain, witness, resurrection, flat-earth, dag
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Minting tokens from nearby BLE device MAC addresses
- 1Minting tokens from nearby BLE device MAC addresses
- 2Building a local DAG of proof-of-remnant entries
- 3Syncing minted tokens to other nodes via gossip protocol
- 4Experimenting with BLE-based blockchain witness concepts
- 5Scanning 2.4 GHz BLE MAC IDs in a given area
Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.