trigger-tasks
trigger tasks
What it does
- Creating background jobs or async workflows
- Building AI agents that need long-running execution
- Processing webhooks, emails, or file uploads
- Scheduling recurring tasks (cron)
- Any work that shouldn't block your main application
Requirements & configuration
- Building AI agents that need long-running execution
- token: "user-approval-token",
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
trigger-tasks FAQ
What does the trigger-tasks skill do?
Build AI agents, workflows and durable background tasks with Trigger.dev. Use when creating tasks, triggering jobs, handling retries, scheduling cron jobs, or implementing queues and concurrency control. Creating background jobs or async workflows Building AI agents that need long-running execution
What does trigger-tasks require?
Building AI agents that need long-running execution token: "user-approval-token",
How do I install trigger-tasks?
Run: npx -y skills add https://github.com/triggerdotdev/skills --skill trigger-tasks --agent claude-code — the source lives at github.com/triggerdotdev/skills.
Maintain trigger-tasks?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[trigger-tasks on getagentictools](https://getagentictools.com/skills/triggerdotdev-skills-trigger-tasks?ref=badge) npx agentictools info skills/triggerdotdev-skills-trigger-tasks The second line is the CLI lookup for this page — handy in READMEs and docs.