ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

trigger

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/trigger
Or

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

# 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

Metadata

Author@ckchzh
Stars3562
Views1
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-trigger": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#trigger#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.