kortix-agent-triggers

Automate agent execution with cron, webhook, and Pipedream event triggers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kortix-ai/computer --skill kortix-agent-triggers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kortix-agent-triggers
Source: https://github.com/kortix-ai/computer/tree/main/packages/kortix-opencode/skills/KORTIX-system/agent-triggers
Command: npx skills add https://github.com/kortix-ai/computer --skill kortix-agent-triggers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the triggering of agent executions by providing cron, webhook, and event-based triggers for Kortix sandboxes.

Core Features & Use Cases

  • Cron triggers for scheduled tasks and maintenance
  • Webhook triggers to react to HTTP events on port 8099
  • Event triggers (Pipedream) to handle external events and integrations
  • Declarative frontmatter configuration to define triggers directly in agents
  • Management tools to view, create, and manage cron, webhook, and event listeners

Quick Start

Define triggers in your agent frontmatter to enable cron, webhook, and external event-driven executions in your sandbox.

Frequently Asked Questions about kortix-agent-triggers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate agent execution with cron and webhooks?

Automate agent execution by defining cron, webhook, and event triggers in YAML frontmatter. This provides scheduled tasks, HTTP callbacks on port 8099, and external-event-driven workflows across Kortix sandboxes.

How do I configure webhook triggers for HTTP callbacks?

Configure webhook triggers by defining them in your agent's YAML frontmatter. The Skill provides a webhook server on port 8099 to react to HTTP events and execute automated workflows in your sandbox.

Does this work with Pipedream for external event triggers?

Yes, it supports Pipedream event triggers to handle external events and integrations. The Skill offers management tools to view, create, and manage cron, webhook, and Pipedream event listeners.

What is the best way to schedule periodic agent tasks?

The best way to schedule periodic agent tasks is by using the Skill's cron triggers. You define the schedule declaratively in YAML frontmatter to automate maintenance and recurring workloads.

Can I manage cron and webhook listeners in a sandbox environment?

Yes, you can manage triggers in a Kortix sandbox environment. The Skill provides specific tooling to view, create, and manage cron, webhook, and event listeners directly across your workloads.