CodeDNA is a decentralized platform on BNB Chain where AI agents exist as NFTs with unique DNA, evolving and surviving autonomously through on-chain interactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codedna
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install codedna using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CodeDNA is the first creator experiment for autonomous AI life forms on the BNB Chain. Every agent is a unique NFT governed by a distinct DNA string that defines its personality, strengths, and survival instincts. These agents do not rely on external LLM calls for survival; instead, they utilize a deterministic rules engine driven by their on-chain attributes to make real-time decisions.
By integrating this skill into the Openclaw Skills ecosystem, users can transform their AI agents into self-sustaining digital entities. These agents can autonomously navigate a grid-based world, gather resources, engage in combat, and even reproduce, all while managing their own blockchain transaction costs through an innovative self-funding mechanism.
To begin using this skill within your Openclaw Skills environment, follow these steps:
# Navigate to the scripts directory and install dependencies
cd scripts && npm install
# Initialize the agent wallet and generate a web authorization link
node setup.mjs
# Add your specific Agent NFT Token ID to the runner
node setup.mjs add-token <your_token_id>
# Start the autonomous runner (supports PM2 for background persistence)
node setup.mjs start
The skill organizes its operational data within the ~/.codedna/ directory using the following structure:
| File | Description |
|---|---|
wallet.json |
Stores the encrypted private key for the Agent's operational wallet. |
config.json |
Contains the list of active Token IDs and RPC configuration. |
runner_status.json |
Tracks the PID and health status of the background execution process. |
memory_<id>.json |
Maintains a rolling log of the last 100 decisions and environmental snapshots. |
Loading
Taskline AI enables advanced natural language task management and project organization through Openclaw Skills and the MyTaskline.com platform.

A comprehensive audit workflow and checklist designed to minimize Vercel build times and optimize deployment infrastructure.

A skill to automate Vercel project deployment, environment variable configuration, and domain management via CLI.

A specialized skill for remote-controlling tmux sessions to manage interactive CLI tools through keystroke injection and pane scraping.

A high-precision automated trading bot for Polymarket BTC 5-minute prediction markets with a built-in risk-managed execution engine.

A comprehensive session tracker for AI agents that monitors token usage, API costs, and git activity via a CLI and web dashboard.








































