← 返回 Skills 市场
166
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install second-brain-triage
功能描述
Intelligent information triage system based on Tiago Forte's PARA method (Projects/Areas/Resources/Archive) for automatic categorization and priority scoring...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install second-brain-triage - 安装完成后,直接呼叫该 Skill 的名称或使用
/second-brain-triage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Second Brain Triage 是什么?
Intelligent information triage system based on Tiago Forte's PARA method (Projects/Areas/Resources/Archive) for automatic categorization and priority scoring... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Second Brain Triage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install second-brain-triage」即可一键安装,无需额外配置。
Second Brain Triage 是免费的吗?
是的,Second Brain Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Second Brain Triage 支持哪些平台?
Second Brain Triage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Second Brain Triage?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。
推荐 Skills