share

Solid

Turn a BS report (or any analysis result) into ready-to-paste posts for X/Twitter, LinkedIn, Facebook, Reddit, Hacker News, or a newsletter issue — plus a branded image carousel (PNGs + PDF) for visual platforms. Use when the user wants to share, post, publish, or promote a report, asks for "a thread", "a LinkedIn post", "a carousel", or "format this for X".

Data & Documents 142 stars 10 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
72
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# share Take a finished report and produce platform-native content, ready to paste. Nothing generic: each platform gets its own format, length, and link etiquette. ## Workflow 1. **Locate the report.** A file the user points at, the report from this conversation, or — if there is none — offer to run the `bullshit-detector` skill first. 2. **Ask which platforms** if not stated. Default set: X thread + LinkedIn post. 3. **Write the posts** following the per-platform specs in [PLATFORMS.md](PLATFORMS.md) exactly — hooks, length limits, link placement. Output each as a separate fenced block the user can copy verbatim. 4. **Carousel (if requested or if the platform benefits):** extract the report into a `slides.json` (schema below) and render: ```bash uv run <this-skill-dir>/scripts/render_carousel.py slides.json -o carousel/ ``` First run needs a one-time browser install: `uv run --with playwright playwright install chromium`. Output: `slide-N.png` (1080×1350, works on X, LinkedIn, Instagram) + `carousel.pdf` (LinkedIn document post). ## slides.json schema ```json { "title": "Video/article title", "source": "Author · Platform · 1.16M views", "score": 5, "verdict_line": "Real tools, fantasy income math", "footer": "@their-handle · their-link (the sharer's, not the tool author's — see rules)", "slides": [ { "type": "hook" }, { "type": "claim", "n": "1/12", "claim": "Quoted or paraphrased claim, ≤200 chars", "verdict": "misleading", "evidence": "One-...

Details

Author
SerhiiKorniienko
Repository
SerhiiKorniienko/bullshit-detector
Created
1 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

social-repurpose

Turn one long-form asset (blog post, essay, transcript, report) into platform-native social posts. Use whenever the user shares long content and asks to "make posts from this", "repurpose", "turn this into a thread", "LinkedIn post from my article", "content for X/Twitter", or wants to promote a piece across channels. Trigger even when they just paste an article and say "post-ify this".

0 Updated 1 months ago
moses607
AI & Automation Listed

report-publisher

Turn research, analysis, or any markdown the agent just produced into a live, beautifully designed web report with a shareable tracked URL via ReportRoom. Use when the user says "publish this", "make this shareable", "turn this into a report", "put this on a page", or wants findings to live beyond the chat. Not for recurring client deliverables (use client-reporter), slide decks (use deck-publisher), or proposals that need view alerts (use proposal-tracker).

12 Updated 1 months ago
dashaworks
Code & Development Listed

carousel

Use this skill to turn a blog post, or any source article, into a finished social carousel for LinkedIn and Instagram. Trigger whenever someone asks to make a carousel, a slide post, a document post, a swipe post, or to "turn this blog into social", or asks to repurpose, atomize, or break a post into slides. Also use when asked to restyle or re-cut an existing carousel, change its angle, or regenerate it at a different length. Produces 1080x1350 PNGs, a LinkedIn PDF, captions, alt text, and a shareable HTML review page. Do not use for single-image graphics, video scripts, or plain social captions with no slides.

0 Updated 1 weeks ago
moihars