trigger

by BytesAgain

Trigger - command-line tool for everyday use Use when you need trigger.

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/trigger

文档

Trigger

Event trigger toolkit — webhook handlers, file watchers, condition-based automation, event logging, and chain triggers.

Commands

CommandDescription
trigger runExecute main function
trigger listList all items
trigger add <item>Add new item
trigger statusShow current status
trigger export <format>Export data
trigger helpShow help

Usage

bash
# Show help
trigger help

# Quick start
trigger run

Examples

bash
# Run with defaults
trigger run

# Check status
trigger status

# Export results
trigger export json

How It Works

Tips

  • Run trigger help for 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