🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Trigger

by @ckchzh

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

Versionv2.0.0
Downloads496
Installs3
TERMINAL
clawhub install trigger

πŸ“– About This Skill


name: trigger version: "2.0.0" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [trigger, tool, utility] description: "Trigger - command-line tool for everyday use Use when you need 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 | Add new item | | trigger status | Show current status | | trigger export | 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*

    ⚑ When to Use

    TriggerAction
    - for batch processing trigger operations

    πŸ’‘ Examples

    # Run with defaults
    trigger run

    Check status

    trigger status

    Export results

    trigger export json

    βš™οΈ 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*

    πŸ“‹ Tips & Best Practices

  • Run trigger help for all commands
  • Data stored in ~/.local/share/trigger/