Social Scheduler

Automates social post scheduling and publishing with queue management and approval workflow.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill social-scheduler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Social Scheduler
Source: https://github.com/ticruz38/skills/tree/main/skills/social-scheduler
Command: npx skills add https://github.com/ticruz38/skills --skill social-scheduler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling posts across multiple social platforms is often complex and error-prone. This Skill provides a centralized scheduler with queue management, an approval workflow, and local storage to simplify publishing at the right time.

Core Features & Use Cases

  • Queue management for a smooth publishing pipeline.
  • Optimal timing recommendations and platform-specific slots.
  • Multi-platform support (Twitter/X, LinkedIn, Facebook, Instagram, YouTube) with a draft approval workflow.
  • Local SQLite storage and audit logs for approvals and publishes.

Quick Start

Queue a post for scheduling on a platform with content and a scheduled time.

Frequently Asked Questions about Social Scheduler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule social media posts across multiple platforms from one queue?

To schedule social media posts across multiple platforms, you can queue content and specify a target platform and time. The system validates platform choices, manages the publishing pipeline, and tracks each post from draft through pending approval, scheduled, and published statuses.

Can I require approval before a scheduled social post is published?

Yes, an approval workflow is built into the scheduling process. Posts must pass through a pending approval stage before they are officially scheduled, and the system logs all approvals and final publish outcomes in a local SQLite database for auditing.

What social platforms are supported for multi-platform publishing and queue management?

Multi-platform publishing supports Twitter/X, LinkedIn, Facebook, Instagram, and YouTube. The scheduler validates your platform choices and provides optimal timing recommendations and platform-specific slots for each network.

How does optimal timing recommendation work for social media scheduling?

Optimal timing recommendations analyze your queue to suggest the best platform-specific slots for publishing. This feature automates the timing selection process to simplify cross-platform posting and ensure content goes live at the right time.

Do I need an external database to track post status and audit logs for social scheduling?

No external database is needed because the scheduler uses local SQLite storage. It automatically tracks post status through draft, pending approval, scheduled, and published stages while logging all approvals and publish outcomes locally.