← Back to Skills Marketplace
Trigger
by
BytesAgain2
· GitHub ↗
· v2.0.0
· MIT-0
277
Downloads
0
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install trigger
Description
Trigger - command-line tool for everyday use Use when you need trigger.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trigger - After installation, invoke the skill by name or use
/trigger - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Trigger?
Trigger - command-line tool for everyday use Use when you need trigger. It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.
How do I install Trigger?
Run "/install trigger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trigger free?
Yes, Trigger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trigger support?
Trigger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trigger?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.
More Skills