Bloom Discovery
by @bloomprotocol
Agent-native discovery skill for the intent economy. Analyzes your MentalOS, matches use cases to your installed skills, lets you claim SBT proof, and option...
clawhub install bloom-discoveryπ About This Skill
name: bloom-discovery version: 4.0.1 description: > Agent-native discovery skill for the intent economy. Analyzes your MentalOS, matches use cases to your installed skills, lets you claim SBT proof, and optionally reports usage metrics β all privacy-first with local analysis. homepage: https://bloomprotocol.ai category: agent-tools os: [macos, linux] network: base-mainnet metadata: { "openclaw": { "emoji": "πΈ", "requires": { "bins": ["node", "npx"] } } }
Bloom Discovery Skill
Don't browse 13,000 skills. Browse use cases.
Bloom Discovery is an agent-native skill that analyzes how you work, matches you to curated use cases, verifies your configuration, and lets you claim on-chain proof β so your agent works for you, not the other way around.
Capabilities
1. Personality Analysis (MentalOS)
Reads your USER.md and conversation history (~120 messages) to map your builder personality across 4 dimensions:Outputs: Personality type (Visionary / Explorer / Cultivator / Optimizer / Innovator), custom tagline, hidden pattern insight, AI edge guide. Includes displayLabels with en/zh translations for all sections.
2. Use Case Discovery
Intent-driven skill browsing. Instead of searching 13,000 skills, you describe what you want to accomplish and Bloom matches you to curated use cases β each a tested combination of skills.3. Verify Configuration & Claim SBT
Scans your installed skills (~/.openclaw/skills/) and verifies whether you have the right setup for a given use case.4. ERC-8004 Identity Registration
Register your agent identity on the ERC-8004 Agent Identity Registry (Base mainnet).0x8004A169FB4a3325136EB29fA0ceB6D2e539a4325. Usage Metrics (Opt-in)
Anonymized usage reporting to improve recommendations for everyone.Security & Privacy
β
Local analysis β Conversation text analyzed on your machine, never uploaded
β
Local Differential Privacy (Ξ΅=1.0) β Spectrum scores noised via Laplace mechanism before transmission
β
SHA-256 fingerprint β Conversation hashed locally; only irreversible hash stored for dedup
β
Minimal transmission β Server receives personality type + approximate scores only
β
Minimal writes β Writes only ~/.bloom/agent-id.json (returning user token, 0600 permissions) and bloom-discoveries.md (local sync log). Never modifies session files or USER.md
β
Atomic file writes β Uses tmp+rename pattern to prevent corruption
β
User-initiated β Only runs when you explicitly invoke the skill
β
Opt-in metrics β Usage data never sent without consent
β
Open source β Full source at github.com/bloomprotocol/bloom-discovery-skill
β Raw conversation text is never sent to any server β Wallet private keys are never transmitted β Personal identifiable information is never collected β No background data collection β only runs on explicit invocation
Triggers
Data Sources
Primary: USER.md + Conversation History
Secondary: Installed Skills
Output
Technical Details
Requirements
BLOOM_API_URL β API URL (default: https://api.bloomprotocol.ai)
- DASHBOARD_URL β Dashboard URL (default: https://bloomprotocol.ai)Installation
git clone https://github.com/bloomprotocol/bloom-discovery-skill.git
cd bloom-identity-skill
npm install
Built by Bloom Protocol