social-media-post

When the user wants social media content, post variants, threads, captions, hooks, or channel-specific copy for X, LinkedIn, Instagram, TikTok, or YouTube Shorts. Also use when the user wants to turn a topic, campaign idea, product page, article, or transcript into social posts, or asks for platform-specific repurposing instead of one generic draft. Use this whenever research, source extraction, and writing should be routed through DumplingAI-powered capabilities.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "social-media-post" with this command: npx skills add dumplingai/cli/dumplingai-cli-social-media-post

Social Media Post

Overview

Turn a niche, topic, or campaign idea into platform-specific social posts using DumplingAI v2 capabilities.

Allowed Commands

dumplingai run capability google_search --input '{"query":"topic"}'
dumplingai run capability scrape_page --input '{"url":"https://example.com"}'
dumplingai run capability get_youtube_transcript --input '{"videoUrl":"https://youtube.com/watch?v=ID"}'

Workflow

  1. Identify the niche, audience, goal, and target platforms.
  2. Research the topic first with google_search, then deepen with scrape_page.
  3. Use transcripts as optional source material when a video is provided.
  4. Draft platform-specific copy instead of reusing one generic post everywhere.

Output Strategy

dumplingai run capability google_search --input '{"query":"AI sales assistant pain points for SMB founders"}' > .dumplingai/search.json
dumplingai run capability scrape_page --input '{"url":"https://example.com/product-page"}' > .dumplingai/product.json
dumplingai run capability get_youtube_transcript --input '{"videoUrl":"https://youtube.com/watch?v=ID"}' > .dumplingai/transcript.json

Read incrementally:

head -80 .dumplingai/search.json
rg '"results"|"content"|"transcript"' .dumplingai/product.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

youtube-to-blog-post

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dumplingai-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

discovering-dumplingai-apis

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

firecrawl

Web scraping, search, and browser automation CLI. Returns clean markdown optimized for LLM context windows.

Repository SourceNeeds Review
13.8K184firecrawl