HomeBrowseUpload
← Back to registry
// Skill profile

Trigger

name: trigger

by ckchzh · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-trigger
View on GitHub
// Full documentation

---

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

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band