← 返回 Skills 市场
dcprevere

org-cli

作者 DCPRevere · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install org-cli
功能描述
Task capture, scheduling, and linked knowledge in org-mode files via the `org` CLI. Query, mutate, link, and search the user's org files and org-roam database.
安全使用建议
This skill will read and write files in whatever directories you point it at (ORG_CLI_DIR, ORG_CLI_ROAM_DIR) and operate against the specified SQLite DB (ORG_CLI_DB). Before installing, confirm those env vars point to the correct org workspace and that the `org` binary you intend to use is trusted. Be aware the plugin injects shortcut handling so quick-capture prefixes (t:, n:, k:, d:, s:, f:) can trigger writes — if you want an extra safety gate, avoid enabling autonomous invocation or set the workspace paths to a non-sensitive test folder first. Note also that the plugin executes the local `org` binary via execFile (not a shell), which reduces shell-injection risk, but the plugin will still perform arbitrary mutations to files it has access to, so check file permissions and backups if you are concerned about unintended changes.
功能分析
Type: OpenClaw Skill Name: org-cli Version: 1.0.2 The org-cli skill bundle provides a legitimate interface for managing Org-mode files and knowledge bases via an external CLI binary. The implementation in `plugin/lib.ts` uses `execFile` for command execution, which is a secure practice, and the `SKILL.md` documentation includes explicit 'Command safety' instructions to prevent shell injection when handling user-provided text. No evidence of data exfiltration, unauthorized persistence, or malicious intent was found across the code or agent instructions.
能力评估
Purpose & Capability
Name/description match the actual behavior: it runs a local `org` binary and reads/writes the user's org workspace, roam dir, and SQLite DB. Required env vars (ORG_CLI_DIR, ORG_CLI_ROAM_DIR, ORG_CLI_DB, ORG_CLI_BIN, ORG_CLI_INBOX_FILE) are appropriate for this purpose and no unrelated credentials or services are requested.
Instruction Scope
SKILL.md and plugin code limit operations to the declared workspace, roam directory, and DB. Instructions describe searching, creating, and mutating headlines/nodes and explicitly require surfacing IDs and printing write confirmations. The plugin injects shortcut-handling instructions into agent context (expected for a capture tool). There are no instructions to read or transmit unrelated system data or to contact external endpoints.
Install Mechanism
No external install/download spec is included; the package is source-only with a small npm dependency. No arbitrary remote archives or URL downloads are part of the install spec, so installation risk is low.
Credentials
Requested environment variables are non-secret configuration (paths and binary name) and are proportional to the skill's actions. The plugin does not request API keys, tokens, or other unrelated secrets.
Persistence & Privilege
always is false and the plugin registers hooks/tools normally; it prepends instruction context at session start and registers tools that can write to the declared org files/DB. This is expected for a capture/agent-facing plugin. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install org-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /org-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
org-cli 1.0.2 - Added new environment variables to requirements: ORG_CLI_ROAM_DIR, ORG_CLI_DB, ORG_CLI_BIN, ORG_CLI_INBOX_FILE. - Updated documentation to reflect new environment requirements and improved variable coverage. - Version bumped from 1.0.0 to 1.0.2 across the project. - No functional behavior changes; metadata and documentation improvements only.
v1.0.1
- Updated dependencies in package.json and package-lock.json for improved stability. - Internal updates to plugin/index.ts. - Plugin metadata in openclaw.plugin.json refreshed. - No changes to user-facing features or documentation.
v1.0.0
org-cli 1.0.0 – Initial release - Adds commands for capturing tasks, scheduling, and linked knowledge in org-mode files via the `org` CLI. - Supports quick-action prefixes: `n:` (note), `k:` (knowledge), `f:` (find), `t:` (TODO), `s:` (schedule), `d:` (done). - Enforces surface of stable IDs with every org item mentioned; every mutation and search surfaces an ID. - Details strict handling of writes—no silent or context-only updates; all changes are confirmed with output. - Integrates with org-roam for structured personal knowledge management and search. - Users can act and reference items by their surfaced IDs for all workflow operations.
元数据
Slug org-cli
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

org-cli 是什么?

Task capture, scheduling, and linked knowledge in org-mode files via the `org` CLI. Query, mutate, link, and search the user's org files and org-roam database. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 org-cli?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install org-cli」即可一键安装,无需额外配置。

org-cli 是免费的吗?

是的,org-cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

org-cli 支持哪些平台?

org-cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 org-cli?

由 DCPRevere(@dcprevere)开发并维护,当前版本 v1.0.2。

💬 留言讨论