[PR #6804] docs: Add opencode-scheduler plugin to ecosystem #12117

Closed
opened 2026-02-16 18:17:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6804

State: closed
Merged: Yes


Summary

Adds opencode-scheduler to the ecosystem page.

opencode-scheduler is a plugin that enables scheduling recurring jobs using:

  • launchd on macOS
  • systemd on Linux

Features:

  • Cron-style scheduling syntax
  • Survives reboots
  • Catches up on missed runs (if computer was asleep)
  • Working directory support for MCP configs
  • Environment variable injection for node/npx access

Example use case: Schedule a daily 9am job to search Facebook Marketplace for deals and send results to Telegram.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6804 **State:** closed **Merged:** Yes --- ## Summary Adds [opencode-scheduler](https://github.com/different-ai/opencode-scheduler) to the ecosystem page. **opencode-scheduler** is a plugin that enables scheduling recurring jobs using: - **launchd** on macOS - **systemd** on Linux Features: - Cron-style scheduling syntax - Survives reboots - Catches up on missed runs (if computer was asleep) - Working directory support for MCP configs - Environment variable injection for node/npx access Example use case: Schedule a daily 9am job to search Facebook Marketplace for deals and send results to Telegram.
yindo added the pull-request label 2026-02-16 18:17:03 -05:00
yindo closed this issue 2026-02-16 18:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12117