← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-decision-journal
功能描述
Personal decision journal and reasoning tracker that helps you become a better decision maker over time. Log important decisions before you make them, captur...
安全使用建议
This appears to be a local-only decision-journal and is internally consistent. Before installing: (1) Review setup.sh if you are concerned about file creation—it will create/modify ~/.nex-decision-journal and write a wrapper to ~/.local/bin (may overwrite an existing file with that name). (2) If you prefer risk isolation, run setup and the CLI inside a throwaway user account, container, or VM. (3) Confirm the source (nex-ai.be) if you want the upstream provenance. (4) Back up any existing ~/.local/bin/nex-decision-journal if you have one. (5) If you need to verify there is truly no telemetry, you can grep the code for network libraries/requests; the provided code shows only local SQLite and filesystem usage.
功能分析
Type: OpenClaw Skill
Name: nex-decision-journal
Version: 1.0.0
The nex-decision-journal skill is a legitimate personal productivity tool for tracking decisions and outcomes. The code implements a standard SQLite-based CLI application with no external dependencies, network activity, or unauthorized data access. All data is stored locally in the user's home directory (~/.nex-decision-journal/), and the setup.sh script follows standard practices for environment initialization and CLI wrapper creation.
能力标签
能力评估
Purpose & Capability
Name/description (decision journal) matches the provided files and runtime behavior: a Python CLI that stores decisions locally in SQLite and offers logging, review, search, stats, and export. Required binary is python3 which is appropriate.
Instruction Scope
SKILL.md instructs running the included setup.sh and using the local CLI. The runtime instructions only reference the local DB, export directory, and CLI commands; they do not ask the agent to read unrelated system files or reach out to external endpoints. The code and docs consistently state 'no telemetry' and local storage.
Install Mechanism
There is no remote install spec; installation is via the included setup.sh (local script). setup.sh initializes the DB, creates ~/.nex-decision-journal and ~/.local/bin/nex-decision-journal wrapper. This is typical for a local CLI but does write files into the user's home and creates a wrapper executable (it will overwrite an existing file at that path without prompting).
Credentials
The skill requests no environment variables or credentials; it optionally respects NEX_DECISION_JOURNAL_DIR to change the data dir. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does create persistent artifacts (data directory, DB, and a CLI wrapper in ~/.local/bin). always:false and normal autonomous invocation are set. The persistent files are limited to the user's home directory and the skill does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nex-decision-journal - 安装完成后,直接呼叫该 Skill 的名称或使用
/nex-decision-journal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of nex-decision-journal.
- Personal decision journal for logging important choices, reasoning, confidence, and outcome.
- Capture predictions and schedule follow-up reviews to record real outcomes and lessons learned.
- Provides full-text search, timeline view, and CSV/JSON export of your decision history.
- Includes statistics and reflection tools to reveal overconfidence, underconfidence, and judgment patterns by category.
- Local-only (SQLite) storage; supports both English and Dutch. No external APIs or tracking.
- CLI tool with commands for logging, listing, reviewing, editing, exporting, and analyzing decisions.
元数据
常见问题
Nex Decision Journal 是什么?
Personal decision journal and reasoning tracker that helps you become a better decision maker over time. Log important decisions before you make them, captur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Nex Decision Journal?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nex-decision-journal」即可一键安装,无需额外配置。
Nex Decision Journal 是免费的吗?
是的,Nex Decision Journal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nex Decision Journal 支持哪些平台?
Nex Decision Journal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nex Decision Journal?
由 Nex AI(@nexaiguy)开发并维护,当前版本 v1.0.0。
推荐 Skills