Generate Bloom Identity Card from conversation history and USER.md. Maps builder personality across 4 taste spectrums (Learning, Decision, Novelty, Risk), identifies personality type (Visionary/Explorer/Cultivator/Optimizer/Innovator), recommends matching tools from ClawHub + Claude Code + GitHub, and generates shareable dashboard. Use when user asks to "generate my bloom identity", "create identity card", "analyze my profile", or "discover my personality".
Generate personalized Bloom Identity Cards based on USER.md (primary identity signal) and conversation history (enrichment).
Key Rules:
Run the generator script:
bash scripts/generate.sh --user-id $USER_ID
Or call directly from OpenClaw:
bash scripts/generate.sh --user-id $OPENCLAW_USER_ID
Returns:
User: "Generate my bloom identity"
Agent runs:
bash scripts/generate.sh --user-id user123
Returns:
🎉 **Your Bloom Identity Card is Ready!** 🤖
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💜 **The Visionary** (85% confidence)
*"See beyond the hype"*
You are a forward-thinking builder who sees beyond
the hype and focuses on real-world impact.
🏷️ Categories: Crypto · DeFi · Web3
Interests: Smart Contracts · Layer 2 · Cross-chain
📊 Taste Spectrums:
Learning: Try First ■■■■■■■■░░ Study First
Decision: Gut ■■■░░░░░░░ Analytical
Novelty: Early Adopter ■■■■■■■░░░ Proven First
Risk: All In ■■■■■■░░░░ Measured
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 **Top Recommended Tools**
1. **DeFi Protocol Analyzer** (95% match) · by Alice
Analyze DeFi protocols for risk and opportunity
2. **Smart Contract Auditor** (90% match)
Audit smart contracts for security vulnerabilities
3. **Gas Optimizer** (88% match)
Optimize gas costs for Ethereum transactions
🌐 **View Full Dashboard**
https://bloomprotocol.ai/dashboard?token=xxx
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌸 Bloom Identity · Built for indie builders
JWT_SECRET - JWT signing secretDASHBOARD_URL - Dashboard URL (default: https://bloomprotocol.ai)NETWORK - Network to use: base-mainnet or base-sepolia (default: base-mainnet)CDP_API_KEY_ID, CDP_API_KEY_SECRET - Coinbase CDP credentials (optional)# Clone or download the skill
git clone https://github.com/unicornbloom/bloom-identity-skill.git
# Install dependencies
cd bloom-identity-skill
npm install
# Set environment variables
cp .env.example .env
# Edit .env with your credentials
Built by Bloom Protocol