Install
$ agentstack add skill-gokulb20-crewm8-social-media-manager-skill-graph-schedule-queue ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Schedule Queue
Take approved content and queue it to the right scheduling tool for the right platform at the right time. This skill bridges "content is written" and "content is live."
Purpose
The gap between content creation and publishing is where most social strategies die. This skill eliminates that gap by handling formatting, media attachment, timing optimization, and queue management — so all that's left is clicking "schedule all."
When to Use
- Weekly batch scheduling session
- Posts drafted and approved (passed
draft-review) - Content calendar is locked
- Founder approved the queue
- Rebalancing a queue mid-week
Inputs Required
- Approved posts per platform (text, formatted)
- Target posting times per platform (from
cadence-timing) - Media assets per post (images, videos, GIFs)
- Scheduling tool (Buffer, Hypefury, Typefully, native — or any equivalent)
- Auto-plug rules for threads
- Bio link update schedule
Quick Reference
| Scheduling Tool | Best For | Platform Support | |----------------|---------|-----------------| | Buffer | Multi-platform queue, team collaboration | X, LinkedIn, IG (limited), TikTok (limited) | | Hypefury | X-focused with auto-plug, threads | X, LinkedIn, IG | | Typefully | X threads, analytics, auto-plug | X, LinkedIn | | Native schedulers | Platform-specific features | X (Media Studio), LinkedIn (native), IG (Meta Business Suite), TikTok (native) | | Later | IG-first with visual planning | IG, TikTok, LinkedIn, X |
Procedure
- Gather all approved posts for the scheduling window:
- Post text per platform
- Target platforms
- Recommended posting times
- Media assets (formatted per
asset-format) - Special rules (thread structure, auto-plug settings)
- Assign each post to a time slot:
- Match
cadence-timingbest times - Check for collisions (two posts same platform within 30 min — too close)
- Space thread tweets 1-2 minutes apart
- Format content per platform before queuing:
- X: character count verified, links only in final tweet or reply
- LinkedIn: 3-5 hashtags at end
- IG: first 2 lines optimized, hashtags in first comment or end of caption
- TikTok: caption short, no links
- Attach media assets:
- Confirm correct dimensions
- Write alt-text for accessibility
- Set thumbnail for video if custom needed
- Verify captions/subtitles embedded
- Set auto-plug rules:
- Threads: add link to tweet 1 after [X likes or Y minutes]
- Link-in-bio posts: ensure bio link is updated BEFORE post goes live
- Set queue management:
- Maximum posts per day per platform to avoid fatigue
- Fallback times if a slot is empty
Output Format
# Publishing Queue: [Week of Date]
## Queue Summary
- **Total posts:** [N] across platforms
- **Scheduling tool:** [Tool name]
- **Window:** [Date range]
- **Flex slots reserved:** [N]
## Queue by Platform
### X
| Time | Content | Type | Media | Auto-plug | Status |
|------|---------|------|-------|-----------|--------|
| Mon 9:00 AM | [Hook truncated] | Thread (8 tweets) | Image tweet 3 | Link after 20 likes | Queued |
...
### LinkedIn / Instagram / TikTok
[Same structure per platform]
## Collision Check
[Any posts within 30 min of each other?]
## Bio Link Coordination
[Posts that require bio link updates — when to update]
Done Criteria
The skill is complete when:
- Every approved post has a time slot
- No platform collisions exist
- All media is attached and correctly formatted
- Auto-plug rules are configured
- Bio link coordination is documented
- Queue is ready for the "schedule all" action
Pitfalls
- Scheduling threads with zero spacing (unfolds as one block)
- Forgetting to check media dimensions (queue stalls when platform rejects it)
- Scheduling a post linking to a URL that isn't live yet
- Not updating bio link before "link in bio" post goes live
Verification
Preview the queue in the scheduling tool's calendar view. Does the week look balanced? Does every post have media if needed? Does every thread have correct tweet spacing?
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gokulb20
- Source: gokulb20/Crewm8-Social-Media-Manager-Skill-Graph
- License: MIT
- Homepage: https://crewm8.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.