← 返回 Skills 市场
Trigger
作者
BytesAgain2
· GitHub ↗
· v2.0.0
· MIT-0
277
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install trigger
功能描述
Trigger - command-line tool for everyday use Use when you need trigger.
安全使用建议
This skill appears to be a simple local CLI tool that stores logs under ~/.local/share/trigger and does not contact the network or require credentials. Before installing or running: (1) review the script (scripts/script.sh) yourself — it will create and write files in your home directory; (2) be aware the SKILL.md mentions TRIGGER_DIR but the script currently ignores that env var; if you need a custom data directory you may want to modify the script or ask the author; (3) run the script as your normal user, not root; and (4) if you plan to run it in automation, verify outputs and file permissions to avoid accidental exposure of logged content.
功能分析
Type: OpenClaw Skill
Name: trigger
Version: 2.0.0
The 'trigger' skill is a simple bash-based logging and productivity toolkit that records user-provided strings into local log files within ~/.local/share/trigger/. Analysis of scripts/script.sh reveals no network activity, data exfiltration, or malicious execution patterns, and the code logic is consistent with its stated purpose as a utility for tracking events and tasks.
能力评估
Purpose & Capability
The package advertises a CLI 'trigger' utility and the included bash script implements many expected features (add/plan/track/export/status/etc.). This is generally consistent with the description. Minor mismatch: SKILL.md says you can set TRIGGER_DIR to change the data directory, but the script as provided uses DATA_DIR="${HOME}/.local/share/trigger" and does not read TRIGGER_DIR, so the documentation overstates configurability.
Instruction Scope
SKILL.md instructs normal local CLI usage and the script's commands align with that. The instructions do not ask the agent to read unrelated system files, exfiltrate data, or contact external endpoints. Notes: SKILL.md lists a smaller set of commands than the script actually implements, and the documented TRIGGER_DIR environment override is not implemented in the script.
Install Mechanism
No install spec or remote downloads are used; the skill is instruction-only with an included script file. No external packages or network fetches are present in the repository files provided.
Credentials
The skill requests no credentials and no required environment variables. The only environment/config access is to the user's HOME (to create ~/.local/share/trigger). SKILL.md mentions TRIGGER_DIR as configurable via env var, but the script does not honor it—this is an internal inconsistency but not a credential risk.
Persistence & Privilege
The skill does not request 'always' presence, does not modify other skills or system-wide configs, and only writes to its own data directory under the user's home. It runs with normal user privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trigger - 安装完成后,直接呼叫该 Skill 的名称或使用
/trigger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
常见问题
Trigger 是什么?
Trigger - command-line tool for everyday use Use when you need trigger. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。
如何安装 Trigger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trigger」即可一键安装,无需额外配置。
Trigger 是免费的吗?
是的,Trigger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Trigger 支持哪些平台?
Trigger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Trigger?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。
推荐 Skills