← Back to Skills Marketplace
166
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install second-brain-triage
Description
Intelligent information triage system based on Tiago Forte's PARA method (Projects/Areas/Resources/Archive) for automatic categorization and priority scoring...
Usage Guidance
This skill appears to be a self-contained Node.js library/CLI for classifying and scoring personal content using PARA and local heuristics. It does not request credentials or contact external servers. Things to consider before installing: (1) origin unknown — review the code yourself or run in a sandbox before granting it access to sensitive files; (2) it reads any file path you pass to the CLI, so avoid pointing it at directories with secrets; (3) there are no external dependencies, but test the package (npm test) to verify behavior in your environment; (4) if you plan to integrate it into an automated agent, remember the agent could run it on arbitrary content you supply — ensure inputs are trusted.
Capability Analysis
Type: OpenClaw Skill
Name: second-brain-triage
Version: 1.0.1
The skill bundle is a legitimate implementation of a productivity triage system based on the PARA method. It performs local text analysis, metadata extraction, and priority scoring using standard JavaScript logic and regular expressions. There are no external dependencies, network calls, or suspicious execution patterns (like eval or child_process), and the instructions in SKILL.md are purely descriptive of the tool's functionality without any attempt at prompt injection or unauthorized data access.
Capability Assessment
Purpose & Capability
Name/description (PARA triage, urgency scoring, relatedness) match the included code (ContentAnalyzer, ParaClassifier, UrgencyScorer, RelatednessDetector). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and CLI instructions only describe local analysis, batch processing, and exporting (JSON/Markdown/CSV). The runtime code reads provided files or CLI args and performs in-memory analysis. Instructions do not direct the agent to read unrelated system state or send data externally.
Install Mechanism
There is no installer spec in the registry (instruction-only), but the package contains source files and package.json. The code uses only Node.js standard libraries (fs/path) and declares no external download/install steps — low install risk.
Credentials
requires.env and primary credential are empty, and the code does not access environment secrets or external service tokens. All environment/credential demands are proportional (none).
Persistence & Privilege
The skill is not force-included (always: false) and does not modify other skills or system-wide agent settings. It runs as a normal, local library/CLI without elevated persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install second-brain-triage - After installation, invoke the skill by name or use
/second-brain-triage - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
**Streamlined triage system: Reimplemented with automated PARA classification and urgency scoring.**
- Introduced core source files for content analysis, PARA categorization, urgency scoring, and relatedness detection
- Switched to Tiago Forte's PARA method (Projects/Areas/Resources/Archive) for automatic content sorting
- Added batch triage, report export, and CLI usage examples
- Updated documentation with simplified features and technical architecture
- Removed older technical specification in favor of a concise, user-facing README
v1.0.0
Initial release: intelligent information triage with PARA classification.
Metadata
Frequently Asked Questions
What is Second Brain Triage?
Intelligent information triage system based on Tiago Forte's PARA method (Projects/Areas/Resources/Archive) for automatic categorization and priority scoring... It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Second Brain Triage?
Run "/install second-brain-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Second Brain Triage free?
Yes, Second Brain Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Second Brain Triage support?
Second Brain Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Second Brain Triage?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.
More Skills