Embed gocron in Go-based agents or operators to run recurring tasks, cron expressions, one-time jobs, singleton executions, concurrency limits, and distributed leader-elected schedules.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill run-durable-go-agent-schedules-with-gocron --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Run Durable Go Agent Schedules With Gocron?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-run-durable-go-agent-schedules-with-gocron)More formats (shields.io, HTML) on the badges page.
---
name: "Run durable Go agent schedules with gocron"
slug: "run-durable-go-agent-schedules-with-gocron"
description: "Embed gocron in Go-based agents or operators to run recurring tasks, cron expressions, one-time jobs, singleton executions, concurrency limits, and distributed leader-elected schedules."
github_stars: 7079
verification: "security_reviewed"
source: "https://github.com/go-co-op/gocron"
author: "Go Co Op"
publisher_type: "open_source"
category: "Templates & Workflows"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "go-co-op/gocron"
github_stars: 7079
---
# Run durable Go agent schedules with gocron
Embed gocron in Go-based agents or operators to run recurring tasks, cron expressions, one-time jobs, singleton executions, concurrency limits, and distributed leader-elected schedules.
## Prerequisites
Go 1.x project using github.com/go-co-op/gocron/v2
## Installation
Basic usage or getting-started notes:
- gocron is a job scheduling package which lets you run Go functions at pre-determined intervals.
- go get github.com/go-co-op/gocron/v2
- golang
- Source: https://github.com/go-co-op/gocron
- Extracted from upstream docs: https://raw.githubusercontent.com/go-co-op/gocron/HEAD/README.md
## Documentation
- https://pkg.go.dev/github.com/go-co-op/gocron/v2
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/run-durable-go-agent-schedules-with-gocron/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!