ble-anima-minter

AI & LLMs
v1.0.0
Benign

Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic.

11.4K downloads1.4K installsby @penguinx01

Setup & Installation

Install command

clawhub install penguinx01/ble-anima-minter

If the CLI is not installed:

Install command

npx clawhub@latest install penguinx01/ble-anima-minter

Or install with OpenClaw CLI:

Install command

openclaw skills install penguinx01/ble-anima-minter

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/penguinx01/ble-anima-minter

What 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.

INPUT

User asks: Minting tokens from nearby BLE device MAC addresses

AGENT
  1. 1Minting tokens from nearby BLE device MAC addresses
  2. 2Building a local DAG of proof-of-remnant entries
  3. 3Syncing minted tokens to other nodes via gossip protocol
  4. 4Experimenting with BLE-based blockchain witness concepts
  5. 5Scanning 2.4 GHz BLE MAC IDs in a given area
OUTPUT
Turn nearby BLE MAC addresses into soulbound `$ANIMA` tokens using AnimaChain logic.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 27, 2026