# Socialdrop Schedule

> Plan or adjust the publishing calendar for socialdrop drop folders. Use when a user asks when videos will go out, wants to stagger posts across days/platforms, or asks about timezones in schedules.

- Skill: `txrbgy/socialdrop-schedule` (Agent Skill)
- Install (CLI): `npx skillmds@latest add txrbgy/socialdrop-schedule`
- Raw SKILL.md: https://api.skillmd.com/api/skills/txrbgy/socialdrop-schedule/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: txrbgy (https://skillmd.com/u/txrbgy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/txrbgy/socialdrop-schedule

---


# socialdrop scheduling

- Schedule lives in each md frontmatter as `schedule:` with an explicit timezone:
  `schedule: "2026-08-30 10:00 America/New_York"`. No timezone = validation error.
- Empty string `schedule: ""` means publish immediately on next scan/watch cycle.
- To see what is queued, read the `platforms:` keys of each md file and its
  `.socialdrop/<stem>.state.json` status.
- Best practice for cross-posting: jitter times a few minutes apart per platform batch
  to avoid spam-signal correlation. Suggest this proactively when the user schedules
  many videos at the same instant.
- After editing schedules, run `socialdrop doctor <folder>` to validate.

