repurpose
Transform a blog post into native content for Twitter, LinkedIn, Reddit, HackerNews, Bluesky, and newsletters, preserving URLs and respecting each platform's character limits.
Instructions
Transform a full blog post into platform-native content for twitter, linkedin, reddit, hackernews (title only), bluesky, newsletter (intro paragraph). Costs 1 credit per call. Output preserves URLs and respects each platform's character limits. Returns: { outputs: { twitter?: string[], linkedin?: string, reddit?: { title, body, subreddits }, hackernews?: string, bluesky?: string, newsletter?: string } }. Common errors: insufficient credits (PAYMENT_REQUIRED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The full markdown article to repurpose | |
| title | Yes | The article title | |
| url | No | The published article URL for links and CTAs | |
| platforms | Yes | Target platforms: twitter, linkedin, reddit, hackernews, bluesky, newsletter |