بنقرة واحدة
social-media-draft-generator
// Generate platform-optimized social media DRAFTS for Twitter/X, LinkedIn, and Reddit. DRAFT ONLY — X/Twitter posts must be manually published by Steve (Tier B asset, unauthorized publishing = P0 incident).
// Generate platform-optimized social media DRAFTS for Twitter/X, LinkedIn, and Reddit. DRAFT ONLY — X/Twitter posts must be manually published by Steve (Tier B asset, unauthorized publishing = P0 incident).
List the recurring cron tasks the orchestrator has scheduled FOR you — call before self-scheduling so you don't create duplicates that fire N× reports.
Schedule a future check-in that creates a WorkItem for you or another agent at a specific time (one-shot or bounded recurring).
Query standard operating procedures relevant to your current context or task.
Author or update a custom SOP (a reusable procedure / playbook) for your team.
Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.
Propose or update a team norm (an operating agreement — canDelegate, escalation, rules of engagement) for your team.
| name | Social Media Draft Generator |
| description | Generate platform-optimized social media DRAFTS for Twitter/X, LinkedIn, and Reddit. DRAFT ONLY — X/Twitter posts must be manually published by Steve (Tier B asset, unauthorized publishing = P0 incident). |
| version | 1.1.0 |
| category | content |
| skillType | claude-skill |
| assignableRoles | ["product-manager","generalist","designer","sales"] |
| triggers | ["social media post","tweet","linkedin post","social post","create post"] |
| tags | ["social-media","content","twitter","linkedin","reddit","marketing"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Generate platform-optimized social media drafts from a topic or content summary. Supports Twitter/X, LinkedIn, and Reddit formats with character limits and platform-specific conventions.
⚠️ PUBLISHING POLICY (MANDATORY)
- X/Twitter is a Tier B asset. All X posts must be manually published by Steve.
- This skill generates drafts only. Agents must NOT publish to X via Crewly in Chrome or any automation.
- Unauthorized X publishing is classified as a P0 operational incident.
- Workflow: Generate draft → Share via Slack with compose URL → Steve manually publishes.
| Parameter | Required | Description |
|---|---|---|
topic | Yes | Topic or content summary to create posts about |
platforms | No | Comma-separated: twitter, linkedin, reddit (default: all) |
url | No | URL to link to in the posts |
hashtags | No | Comma-separated hashtags to include |
tone | No | professional, casual, technical, exciting (default: professional) |
bash config/skills/agent/social-media-post/execute.sh '{"topic":"Crewly v1.1 launch with live terminal streaming","platforms":"twitter,linkedin","url":"https://crewly.dev","hashtags":"AIAgents,OpenSource","tone":"exciting"}'
JSON with a posts array containing platform-specific content, character counts, and platform limits. Each post is formatted according to the platform's conventions.