$npx skillfedfor your agent

openhands-automation

Set up automations that run on your OpenHands agent server, triggered by cron schedules or webhook events from GitHub and other services. The skill guides you through checking backend access, gathering required information, and deploying your automation with a clear preview before it goes live.

OpenHands Automation lets you create and manage automations triggered by cron schedules or webhook events.

AI-generated summary based on this skill's SKILL.md

130 58 MITupdated by OpenHands

Decision gist · record as of 2026-07-27

OpenHands Automation lets you create and manage automations triggered by cron schedules or webhook events. Set up automations that run on your OpenHands agent server, triggered by cron schedules or webhook events from GitHub and other services. The skill guides you through checking backend access, gathering required information, and deploying your automation with a clear preview before it goes live.

manual: git clone https://github.com/OpenHands/extensions → cp -r extensions/skills/openhands-automation ~/.claude/skills/openhands-automation
skills/openhands-automation/SKILL.md · version 41a73eea

Use it when

  • OpenHands Automation supports cron schedule triggers for deterministic scheduled tasks and webhook event triggers from GitHub (pull.
  • OpenHands Automation lets you automate GitHub pull requests, issues, and code changes by configuring webhook integrations.

Verify before relying

Read SKILL.md below before installing (9 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

OpenHands/extensions/openhands-automation · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create an automation in OpenHands?

OpenHands Automation lets you build automations that run on your agent server, triggered by cron schedules or webhook events. Start by checking your backend access, gathering the required information for your trigger type (schedule or webhook), then deploy with a clear preview before going live. The skill guides you through each step to ensure your automation is configured correctly.

What trigger types does OpenHands Automation support?

OpenHands Automation supports cron schedule triggers for deterministic scheduled tasks and webhook event triggers from GitHub (pull requests, issues, code changes) and other external services. You can configure custom webhook integrations for any service that sends HTTP events, giving you flexible options for when and how your automations run.

How do I set up GitHub event-triggered automation?

OpenHands Automation lets you automate GitHub pull requests, issues, and code changes by configuring webhook integrations. The skill walks you through gathering your GitHub webhook details and deploying the automation with a preview. Once live, your agent will respond automatically to the GitHub events you've specified.

Can I schedule recurring tasks with OpenHands Automation?

Yes, OpenHands Automation supports cron job scheduling for recurring tasks. You can create deterministic scheduled automations with minimal LLM overhead by specifying your cron expression. The skill helps you configure the schedule and deploy it to OpenHands Cloud sandbox for monitoring.

What webhook integration options are available?

OpenHands Automation supports webhook integrations for GitHub events and custom webhooks from external services. Configure webhook events by providing your service's webhook URL and event details. The skill guides you through the setup process and lets you preview your automation before deployment to ensure it triggers correctly.

How do I deploy and monitor automations in OpenHands Cloud?

OpenHands Automation deploys your configured automations to OpenHands Cloud sandbox. After gathering your trigger information and previewing your automation, you deploy it live. The skill supports monitoring your automation runs so you can verify they execute as expected and troubleshoot any issues.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

OpenHands Automations

Create and manage automations that run inside an OpenHands agent server — triggered by cron schedules or webhook events (GitHub, custom services). Windows PowerShell equivalents for the automation API curl examples and shell-variable conventions are in references/windows.md.

Automation Creation Process

The agent must follow these steps when creating an automation: * Quickly check that you can access the correct automations backend using the auth mechanism below * Quickly check that you can access any necessary integrations (e.g. GitHub, Slack); if access fails, inform the user and stop * Ask the user for any necessary information, e.g. if you need

(truncated - see the full file via the links below)

File tree — 9 files
skills/openhands-automation/.claude-plugin
skills/openhands-automation/.codex-plugin
skills/openhands-automation/.plugin/plugin.json
skills/openhands-automation/README.md
skills/openhands-automation/SKILL.md
skills/openhands-automation/commands/automation-create.md
skills/openhands-automation/references/ab-testing.md
skills/openhands-automation/references/custom-automation.md
skills/openhands-automation/references/windows.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Create and manage automations triggered by cron schedules or webhook events”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

slack-channel-monitor
by OpenHands · OpenHands/extensions

This skill automates Slack channel monitoring by running a cron job that polls up to 10 channels every minute. When a message contains your chosen trigger phrase, it opens an OpenHands conversation with that message and recent context, then posts a link back to the Slack thread. Subsequent replies in the thread are forwarded to continue the conversation, and the agent's final response is posted back to Slack.

MITupdated Jul 2026
★ 130repo stars
slack-standup-digest
by OpenHands · OpenHands/extensions

This skill sets up a recurring automation that pulls Slack activity from your chosen channels, organizes updates by project with dedicated sections for shipped work, active tasks, blockers, and decisions, then delivers a summary to your target channel on a schedule you define. Configure source channels, target channel, timing, timezone, and whether digests post automatically or await your approval first.

MITupdated Jul 2026
★ 130repo stars
github-pr-reviewer
by OpenHands · OpenHands/extensions

Set up a cron-based automation that watches your GitHub repository for pull requests with a configurable label, initiates an AI review conversation for each labeled PR, and posts the analysis back as a GitHub comment. The skill handles polling, state tracking, and comment posting deterministically in Python, invoking the LLM only for the review itself.

MITupdated Jul 2026
★ 130repo stars
discord
by OpenHands · OpenHands/extensions

Automate Discord integrations using webhooks for one-way notifications, bot tokens for two-way control, or slash commands for user-invoked actions. The skill covers safe token handling, rate-limit management, and includes ready-to-use scripts for posting messages and managing channels.

MITupdated Jul 2026
★ 130repo stars
worktrunk
by jjmartres · jjmartres/opencode

Worktrunk is a CLI that streamlines git worktree management, making it as straightforward as branching. Launch multiple AI agents in parallel across isolated branches, each with its own environment, and automate setup through hooks for dev servers, databases, and dependencies. Features include LLM-generated commit messages, Claude Code integration, and Zellij support for seamless agent handoffs.

MITfor opencodeupdated Apr 2026
★ 133repo stars
opensearch-skills
by opensearch-project · opensearch-project/opensearch-agent-skills

OpenSearch Skills provides a modular toolkit for constructing search applications with advanced retrieval strategies including vector and semantic search, plus observability features for log analysis and trace investigation. Deploy locally or to AWS, process documents at scale, and route queries intelligently across search, observability, and cloud infrastructure tasks.

Apache-2.0updated Jul 2026
★ 37repo stars
Tags
task-schedulingevent-driven-workflowsgithub-integrationwebhook-deliverycron-expressionsapi-automationsandbox-executionworkflow-orchestrationdeterministic-tasks