A specialized agent skill to clone and run the decision-making framework, mental models, and analytical style of any public figure.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install copy-brain
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 copy-brain using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The copy-brain developer tool is a standout framework designed for Openclaw Skills developers who want to map out decision trees of domain experts. Instead of simply replicating writing style or superficial tone, it reverse-engineers the strategic views, heuristics, and analytical models of notable figures. This tool allows developers to establish highly specialized reasoning agents tailored to specific real-world tasks.
By building on top of this framework, agents can process new, unseen dilemmas and suggest actions that align with the logical paths of specified industry leaders. The compiled outcomes are exported as reusable, structured Markdown assets that serve as portable cognitive blueprints.
To configure this utility within your local workspace, follow these straightforward steps:
cd <SKILL_DIR>
pip install -r requirements.txt
# macOS / Linux
export TAVILY_API_KEY="your_key"
export SCRAPEBADGER_API_KEY="your_key"
export REDFOX_API_KEY="your_key"
# Windows PowerShell
$env:TAVILY_API_KEY="your_key"
$env:SCRAPEBADGER_API_KEY="your_key"
$env:REDFOX_API_KEY="your_key"
python scripts/check_keys.py
The copy-brain architecture relies on specific environment parameters, localized crawling scripts, and standardized Markdown output templates.
| Service | Variable Name | Data Capture Range |
|---|---|---|
| Tavily | TAVILY_API_KEY |
Fallback web and historical searches |
| ScrapeBadger | SCRAPEBADGER_API_KEY |
Raw posts and user profile insights from X (Twitter) |
| RedFox | REDFOX_API_KEY |
Articles, media, and long-form Chinese-language channels |
All structured cognitive profiles are compiled and exported directly to this destination directory:
<SKILL_DIR>/output/{people_name_slug}-{scenario_slug}.mdThese output assets are pre-configured with active frontmatter variables, ensuring they can be imported straight into compatible Openclaw Skills automated engines.
Loading
A quantitative market sentiment analyzer for A-share trading that computes a 7-dimensional score to pinpoint market phases and detect inflection points.

A production-grade, high-performance Node.js web crawler library optimized for large-scale crawling, concurrent execution, and robust proxy routing.

An immersive AI companion skill based on Anita Diamant's novel, empowering users to reclaim silenced narratives, foster female community, and explore the sacred traditions of womanhood.

An AI-powered grammar and punctuation assistant inspired by Lynne Truss's bestselling book, designed to help you write with absolute clarity and precision.

An automated security vulnerability monitor and analysis agent that tracks codebase dependencies and performs deep triage on critical CVEs.

A robust quantitative stock data query REST API skill for AI agents to seamlessly fetch cross-market financial metrics, indicators, and macroeconomic data.








































