meditateThink proactively during idle time with sandboxed reflections, adaptive rhythms, and feedback-driven focus areas.
Install via ClawdBot CLI:
clawdbot install ivangdavila/meditateGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
For product managers with intermittent user feedback, the skill analyzes conversation history to identify recurring pain points or feature requests, generating reflective questions about potential product gaps or strategic priorities without suggesting direct actions.
Used by content creators or designers during breaks between projects, it reviews past prompts or style discussions to observe patterns in creative output, prompting questions about evolving artistic approaches or tool efficiencies in a sandboxed manner.
For individuals discussing goals or routines in chats, the skill detects mentions of habits or calendar events to reflect on consistency or alignment with objectives, offering observations on potential adjustments as pure reflections, not actionable advice.
In software teams with sporadic code reviews, it analyzes conversation snippets about architecture or bugs to generate questions on technical debt accumulation or code quality trends, ensuring all output remains discussion-only without executing fixes.
Offer basic meditation features for free to attract users, then charge a subscription for advanced analytics, such as detailed pattern reports or priority topic suggestions, leveraging the skill's feedback-driven focus to upsell value-added services.
License the skill to companies for internal use, integrating it with team collaboration tools to provide proactive reflections on project discussions or strategy meetings, with revenue from annual licenses and custom adaptation fees for specific industries.
Use the skill as a tool in consulting workshops, where trainers help clients set up meditation profiles and interpret insights, generating revenue through service fees for sessions and ongoing support packages based on user feedback integration.
💬 Integration Tip
Integrate this skill by setting up the memory directory first, then configure profile detection based on initial user interactions to tailor reflections without requiring technical expertise.
Scored Jun 19, 2026
Search and analyze your own session logs (older/parent conversations) using jq.
Local semantic memory with Qdrant and Transformers.js. Store, search, and recall conversation context using vector embeddings (fully local, no API keys).
Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md), and keeping IDs consistent. Use when you need deterministic updates to the knowledge graph rather than manual JSON edits.
Manage and retrieve long-term memories with LanceDB using semantic vector search, category filtering, and detailed metadata storage.
Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.
Long-term memory via ChromaDB with local Ollama embeddings. Auto-recall injects relevant context every turn. No cloud APIs required — fully self-hosted.