ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

para-second-brain

Organize your agent's knowledge using PARA (Projects, Areas, Resources, Archive) — then make it ALL searchable. The symlink trick enables full semantic search across your entire knowledge base, not just MEMORY.md. Includes session transcript indexing and memory flush protocol. Your agent finally has a real second brain.

Why use this skill?

Upgrade your OpenClaw agent with a searchable PARA knowledge base. Organize your projects, resources, and archive for total semantic search across all files.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/halthelobster/para-second-brain
Or

What This Skill Does

The para-second-brain skill transforms your OpenClaw agent's memory from a static file into a dynamic, searchable, and highly organized knowledge management system. By implementing the PARA (Projects, Areas, Resources, Archive) methodology locally within your workspace, this skill ensures that your agent can maintain context across sessions. The core innovation is the 'symlink trick,' which bridges the gap between your standard memory files and your broader notes directory, allowing the agent's semantic search tools to index every piece of information in your workspace. This moves your agent from relying solely on the contents of MEMORY.md to having a comprehensive understanding of every document you provide.

Installation

To get started, first scaffold your directory structure by running mkdir -p memory notes/projects notes/areas notes/resources/templates notes/archive in your workspace terminal. Once the directory hierarchy exists, execute the installation command: clawhub install openclaw/skills/skills/halthelobster/para-second-brain. After installation, the agent will automatically index the contents of the notes/ directory whenever a search command is triggered, ensuring your PARA structure is always synchronized with the agent's current knowledge base.

Use Cases

  • Project Continuity: Maintain complex project states, tracking decisions made in previous weeks that would otherwise be lost to context windows.
  • Knowledge Management: Convert raw research into a structured library of resources, allowing the agent to retrieve reference material quickly.
  • Session Memory: Index meeting transcripts and daily logs to ensure that follow-up tasks and specific stakeholder requirements are never forgotten.
  • Archive Management: Shift finished project documents into the 'Archive' section to clear clutter while keeping the information searchable for future reference.

Example Prompts

  1. "Check the notes in my projects folder to see what the current status of the Q4 marketing campaign is and summarize the last three action items."
  2. "Search through my resources directory to find the documentation on API integration and use it to help me write the boilerplate code for this session."
  3. "Move the contents of the project folder 'beta-launch' into the archive, and then summarize the key takeaways into my MEMORY.md file for future reference."

Tips & Limitations

To get the most out of this skill, ensure your notes are written in clear, descriptive Markdown files. Avoid deeply nested subfolders, as this can occasionally hinder the indexing speed during large semantic searches. Remember that this tool is file-based; while it excels at cross-referencing your own documents, it does not provide native web-based knowledge retrieval unless integrated with a separate browsing skill. Regularly perform a 'memory flush' to remove outdated context and keep the search index clean and performant.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-halthelobster-para-second-brain": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#knowledge-management#para#productivity#organization#memory
Safety Score: 5/5

Flags: file-read, file-write