๐ฆ ClawHub
obsidian-wiki
by @jayxjw
Build and maintain a personal knowledge Wiki using the LLM Wiki pattern with OpenClaw-optimized step-by-step execution. Use sub-agents for parallel processin...
๐ Tips & Best Practices
For the Orchestrator
1. Always use TaskList - Track every operation 2. Parallelize where possible - Independent tasks run together 3. Chunk large files - Prevent partial reads 4. Aggregate before updating - Batch index updatesFor Sub-Agents
1. Complete the task fully - Don't return partial results 2. Report errors clearly - Include context for debugging 3. Respect dependencies - Wait for prerequisite tasks 4. Write atomically - Complete page writes in one operationFor the User
1. Check TaskList - Monitor progress of long operations 2. Review sub-agent outputs - Verify correctness 3. Report failures - Help improve error handlingTERMINAL
clawhub install obsidian-wiki-auto