Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in
docs/USE-CASES-WORKFLOWS.md.
Copy and paste this prompt to start your conversation with Claude:
I want to set up a personal knowledge base and action management system in a local directory that helps me stay organized and maintain continuity between conversations with AI assistants.
This system should:
- Help me track what I need to work on
I am Claude Code, an AI assistant with a comprehensive suite of tools designed for software engineering tasks. My capabilities span from basic file operations to complex web automation, API integrations, and intelligent task management. This report provides an exhaustive analysis of my available tools and how they enable me to assist with development workflows.
- Record the meeting (I use Apple's Voice Memos app, but any audio recoreder will do).
- Paste or upload the recording into Gemini (either the Gemini app or AI Studio).
- Paste the prompt.
- Fill in the
RECEIPIENTSat the end. - Use Gemini 2.5 Flash for good enough, Gemini 2.5 Pro for superb.
- Get detailed meeting notes and diarised transcript.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*****RTL*****/ | |
| .roam-block-container[data-direction*="RTL"] .rm-block-main, | |
| .rm-block-children .rm-block__children .rm-level-0 .flex-h-box { | |
| direction: rtl; | |
| } | |
| .roam-block-container[data-direction*="RTL"] .rm-block-children | |
| .rm-multibar{ | |
| left:unset; | |
| right:1px; | |
| border-right:unset; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Math and Multi Language OCR for Roamresearch | |
| // @author Connected Cognition Crumbs <c3founder@gmail.com> | |
| // @require Roam42: Wait until Roam42 loads completely | |
| // @version 0.4 | |
| // @description Ctrl+click => Math OCR using Mathpix (need to register on mathpix.com and activate the API) | |
| // Shift+click => First Language OCR with Tesseract | |
| // Alt+click => Second Language OCR with Tesseract | |
| // Alt+a c => Replace the image with the OCR result | |
| // @match https://*.roamresearch.com |