Skip to content

Schedule plugin development

storage/plugins/schedule/* · plugins only emit candidates; host dedupes, rate-limits, creates jobs

Product: Schedules · Schedule plugins.

Examples:

Principles

  1. Output candidate items (https? URL + stable key) only
  2. No Job creation / SQLite / own cron
  3. High risk → default off
  4. Prefer ctx.safeFetch when networking

Layout

text
storage/plugins/schedule/<dir>/
  plugin.json
  index.js

API

/api/schedule-plugins — list, rescan, install zip, enable, config, uninstall package.

Full Chinese reference