PARA Second Brain
v2.0.1Organize 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.
⭐ 50· 6.3k·43 current·48 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the actions in the repo: SKILL.md explains making notes searchable, templates provide PARA content, and scripts/setup.sh scaffolds the workspace and creates MEMORY.md and today's log. No extraneous credentials, downloads, or unrelated binaries are requested.
Instruction Scope
Instructions include creating a symlink from your notes/ into memory/ (so memory_search indexes all notes) and changing the Clawdbot memorySearch config to add sessions. These steps are coherent for the stated goal but intentionally broaden what the agent will index (including session transcripts). That expansion can expose sensitive contents if you symlink arbitrary system paths or have secrets in notes.
Install Mechanism
There is no install spec (instruction-only). The included scripts/setup.sh is a small, local scaffolding script that only creates directories and writes template files in the provided workspace path; it performs no network downloads or extraction.
Credentials
The skill requests no environment variables or credentials. However, because it expands indexing to entire notes/ and session transcripts, any secrets already present in files (API keys, tokens, config snippets) could become searchable and effectively exposed to the agent's memory_search results.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings beyond recommending an edit to the agent's memorySearch config and AGENTS.md. The default ability for the model to invoke the skill autonomously is unchanged (platform default) and not combined with other red flags here.
Assessment
This appears to do what it says, but review before enabling: 1) Inspect scripts/setup.sh (it only creates folders and templates). 2) Do NOT ln -s arbitrary system directories into memory/ — only point the symlink at the intended workspace/notes folder; symlinking sensitive paths could expose system files to indexing. 3) Before enabling session transcript indexing or symlinking, search your notes for any secrets (API keys, tokens, passwords) and remove or exclude them. 4) Back up current MEMORY.md and AGENTS.md, then test in an isolated workspace. 5) If you later want to limit what gets indexed, remove the symlink and revert the memorySearch config change. If you want more assurance, ask the skill author for a canonical source/homepage or a signed release to verify provenance.Like a lobster shell, security has layers — review code before you run it.
latestvk9759m6nf0cvyd1ftra0a0hpyd80407q
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
