trigger
Trigger - command-line tool for everyday use Use when you need trigger.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/triggerTrigger
Event trigger toolkit — webhook handlers, file watchers, condition-based automation, event logging, and chain triggers.
Commands
| Command | Description |
|---|---|
trigger run | Execute main function |
trigger list | List all items |
trigger add <item> | Add new item |
trigger status | Show current status |
trigger export <format> | Export data |
trigger help | Show help |
Usage
# Show help
trigger help
# Quick start
trigger run
Examples
# Run with defaults
trigger run
# Check status
trigger status
# Export results
trigger export json
How It Works
Tips
- Run
trigger helpfor all commands - Data stored in
~/.local/share/trigger/
When to Use
- to automate trigger tasks in your workflow
- for batch processing trigger operations
Output
Returns formatted output to stdout. Redirect to a file with trigger run > output.txt.
Configuration
Set TRIGGER_DIR environment variable to change the data directory. Default: ~/.local/share/trigger/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-trigger": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.