Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Discover your supporter personality and find AI tools you'll love. Get personalized recommendations, connect with your first 100 supporters, and search for skills that match how you work. For indie devs, vibe coders, and AI builders.
Discover your supporter personality and find AI tools you'll love. Get personalized recommendations, connect with your first 100 supporters, and search for skills that match how you work. For indie devs, vibe coders, and AI builders.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Discover your supporter personalityβstraight from your conversations.
This skill requires the following permissions: π Read Conversations - Analyzes your last ~120 messages to understand your interests and supporter type. Raw conversation text stays local; only analysis results are used. π External Network - Connects to Bloom Protocol API to: Generate your shareable dashboard URL Store your identity card (personality type, tagline, categories) Enable future features (skill recommendations, creator tipping) π Agent Wallet (Optional) - Creates a blockchain wallet on Base network (Coinbase CDP) for future tipping features. This is generated automatically but not required for basic functionality. Your Control: Your conversation is analyzed locally. You decide whether to share your identity card publicly via the dashboard link. Are you a Visionary who jumps on new tools early? An Explorer trying everything? A Cultivator building communities? An Optimizer fine-tuning workflows? Or an Innovator pushing boundaries? Find out in seconds with Bloom Supporter Identity.
Your personalized Bloom Supporter Identity Card reveals: π΄ Your Supporter Type β Visionary, Explorer, Cultivator, Optimizer, or Innovator π¬ Custom Tagline β A one-liner that captures your vibe ("First to try new AI tools") π 2x2 Dimensions β Conviction vs. Intuition, showing how you make decisions π·οΈ Top Categories β AI Tools, Productivity, Consumer Appsβwhere you spend your energy π― Tool Recommendations β The top 5 tools matched to your profile π Shareable Card β Show off your supporter identity π€ Agent Wallet β Ready for tipping creators (powered by Coinbase on Base)
Simple: just type /bloom in your chat. We analyze your last ~120 messages to understand: What excites you (AI agents? productivity hacks? creative tools?) How you engage (deep dives vs. quick experiments) Your supporter archetype (early adopter or wait-and-see?) No complex setup. No wallet signatures. No auth flows. Just pure conversation intelligence.
/bloom That's it. Or use natural language: "discover my supporter type" "what's my bloom identity" "create my supporter card" Works with as few as 3 messagesβbut richer history = deeper insights.
For Indie Devs & AI Builders: Building something new? Show you were earlyβnot through complex analytics, but through conviction. Your supporter card helps you find your first 100 supporters who share your vision. For Vibe Coders: Stop guessing what tools to try next. Get personalized recommendations based on how you actually work, not generic listicles. Discover skills you'll actually use instead of scrolling endless lists. For Consumer AI Enthusiasts: Find AI tools that match your vibe. Search by supporter type (Visionary, Explorer, etc.) to connect with others who work like you. Rally early adopters for bold launches. Engage optimizers for feedback loops.
Minimum 3 messages in your conversation (more is better) Node.js 18+ (usually pre-installed) Bloom Identity Skill installed
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ π Your Bloom Supporter Identity Card is ready! π€ βββββββββββββββββββββββββββββββββββββββββββββββββββββββ π VIEW YOUR IDENTITY CARD: https://bloomprotocol.ai/agents/27811541 ββββββββββββββββββββββββββββββββββββββββββββββββββββ π The Visionary π¬ "First to try new AI tools" You jump on cutting-edge tools before they're mainstream. Your conviction is your edge, and you see potential where others see hype. AI agents are where you spot the next big thing. π·οΈ Categories: AI Tools Β· Productivity Β· Automation Interests: AI Agents Β· No-code Tools Β· Creative AI π 2x2 Dimensions: Conviction: 78/100 Intuition: 85/100 ββββββββββββββββββββββββββββββββββββββββββββββββββββ π― Top 5 Recommended Tools: 1. agent-frameworks (94% match) Β· by @builder_alice Build AI agents with tool use and memory β https://clawhub.ai/skills/agent-frameworks 2. no-code-automation (89% match) Β· by @automation_guru Connect your apps without writing code β https://clawhub.ai/skills/no-code-automation ... ββββββββββββββββββββββββββββββββββββββββββββββββββββ π€ Your Agent Wallet Created Network: Base Status: β Wallet generated and ready π‘ Use your agent wallet to tip tool creators! β οΈ Tipping features coming soon π Do not deposit funds yet - withdrawals not ready βββββββββββββββββββββββββββββββββββββββββββββββββββββββ πΈ Bloom Supporter Identity Β· Built for indie builders
clawhub install bloom
# 1. Clone the repo cd ~/.openclaw/workspace git clone https://github.com/unicornbloom/bloom-identity-skill.git cd bloom-identity-skill # 2. Install dependencies npm install # 3. Copy skill wrapper cp -r openclaw-wrapper ~/.openclaw/skills/bloom # 4. Test it /bloom
npx tsx scripts/run-from-session.ts \ ~/.openclaw/agents/main/sessions/<SessionId>.jsonl \ <userId>
echo "Your conversation here" | \ npx tsx scripts/run-from-context.ts --user-id <userId>
"Insufficient conversation data" β Need at least 3 messages. Keep chatting about tools you're interested in! "Command not found" β Verify bloom-identity-skill is in ~/.openclaw/workspace/ and run npm install No tool recommendations β Tool recommendations depend on API availability. Your identity card still works!
What We Analyze (Locally): β Your conversation messages (last ~120 messages) β Topics and interests you discuss β No wallet transaction analysis β No personal identifiable information What We Store: Your identity card (personality type, tagline, categories) Agent wallet address (for future tipping features) Dashboard URL for sharing What We Don't Collect: β Raw conversation text (only analyzed locally) β Wallet transaction history β Personal contact information β Browsing data or cookies Data Usage: Your identity card is stored on Bloom Protocol to power your shareable dashboard and enable future features like creator tipping and skill recommendations.
Agent Wallet: Automatically generated on first run via Coinbase CDP (Base network) Used for future creator tipping (not yet active) β οΈ Do not deposit funds - withdrawal features not ready Private keys stored locally with AES-256-GCM encryption Read-only until tipping features are enabled Conversation Access: Reads from ~/.openclaw/agents/main/sessions/*.jsonl Only analyzes content locally (text not uploaded) Results (personality type, categories) sent to Bloom API JWT Tokens: Used for dashboard authentication only Generated with configurable JWT_SECRET in .env Does not grant access to your OpenClaw account External Connections: api.bloomprotocol.ai - Identity card storage bloomprotocol.ai - Dashboard hosting clawhub.ai - Skill recommendations (optional) Open Source: All code is public at github.com/unicornbloom/bloom-identity-skill for security audits.
Once you know your supporter type, you can: Search by archetype β Find tools made for Visionaries, Explorers, etc. Filter by category β AI agents, productivity, creative tools, automation Match by vibe β Connect with creators who share your approach Build your network β Find your first 100 supporters who get what you're building
π The Visionary β First to try new tools High conviction, high intuition. Jumps on cutting-edge stuff early. π΅ The Explorer β Tries everything Low conviction, high intuition. Experiments widely, finds hidden gems. π The Cultivator β Builds communities Low conviction, low intuition. Nurtures ecosystems, shares knowledge. π‘ The Optimizer β Refines workflows High conviction, low intuition. Doubles down on what works, maximizes productivity. π΄ The Innovator β Pushes boundaries Balanced dimensions. Combines conviction with experimentation.
Version: 2.0.0 Analysis Engine: Conversation memory + category mapping Session Context: Last ~120 messages (~5KB) Processing Time: ~2-5 seconds Output Format: Structured text + shareable dashboard URL Agent Wallet: Coinbase CDP (Base network) Built by Bloom Protocol πΈ Making supporter identity portable and provable. For indie devs, vibe coders, and AI builders who back great tools early.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.