SkillHub

trigger

v2.0.0

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

Sourced from ClawHub, Authored by BytesAgain2

Installation

Please help me install the skill `trigger` from SkillHub official store. npx skills add ckchzh/trigger

Trigger

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 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