Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create, adapt, schedule, publish, and analyze AI-generated social media content across 10 platforms in 13 languages using Twinfold's API.
Create, adapt, schedule, publish, and analyze AI-generated social media content across 10 platforms in 13 languages using Twinfold's API.
This item is timing out or returning errors right now. Review the source page and try again later.
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
Control Twinfold — the AI thought leadership platform — via its MCP API.
The user needs a Twinfold API key. Check env var TWINFOLD_API_KEY. If missing, tell the user: Go to twinfold.app → Settings → API Keys Create a key (starts with twf_) Set it: export TWINFOLD_API_KEY=twf_... or add to .env
Endpoint: POST https://twinfold.app/api/mcp/tools Auth: Authorization: Bearer <TWINFOLD_API_KEY> Body: { "tool": "twinfold.<toolName>", "arguments": { ... } } All calls return { "result": { ... } } on success or { "error": "..." } on failure.
curl https://twinfold.app/api/mcp/tools Returns all 34 tools with schemas. No auth required.
ToolUsecreatePostGenerate a post with AI. Supports multilingual, images, first comments, per-platform adaptation, auto-publishcreateArticleGenerate long-form articles with Twin knowledgeadaptContentRewrite content for a specific platform's culture and formatgenerateHooksGet 4 viral hook options with engagement scoresgenerateImageGenerate an AI image and attach to a postrepurposeContentTurn any text into multi-platform draft postsplanContentGenerate a multi-day content calendar with draft posts
ToolUsegetPostRead a single post with full detailslistPostsList posts (filter by status/platform)updatePostEdit content, platforms, media, scheduledeletePostRemove draft/scheduled postslistArticlesList articles
ToolUsepublishNowPublish immediately to connected platformsschedulePostSchedule for a future date/time
ToolUserunAutopilotTrigger full autopilot pipeline (discover → create → publish)getAutopilotQueueList posts pending reviewapprovePostApprove for scheduled publicationrejectPostReject an autopilot post
ToolUsequeryTwinAsk the AI Twin questions based on user's expertiseaddKnowledgeTeach the Twin new knowledgegetTrendsFetch trending topics scored by relevance
ToolUsegetBrandGuideGet the brand guide markdownsetBrandGuideUpdate brand guide (free, no credits)generateBrandGuideAI-generate brand guide from Twin knowledge (5 credits)listBrandVoicesList all brand voice profilescreateBrandVoiceCreate a brand voice manuallyupdateBrandVoiceUpdate an existing brand voicedeleteBrandVoiceDelete a brand voicegenerateBrandVoiceAI-generate a brand voice analysis (5 credits)
ToolUsegetNotificationsList notifications (unread, by type, paginated)markNotificationReadMark one or all notifications as readgetNotificationPreferencesGet notification channel preferences
ToolUselistAccountsConnected social accounts + content languagesgetCreditsCredit balance, plan, cost tablegetAnalyticsPost stats and workspace analytics
For detailed tool schemas and workflow examples, read references/workflows.md.
1. twinfold.createPost { topic, platforms, language, autoAdapt: true, autoPublish: true } One call does it all — generates content, adapts per platform, publishes.
1. twinfold.createPost { topic, platforms, language } → postId 2. Show content to user, let them edit 3. twinfold.updatePost { postId, content: editedContent } 4. twinfold.publishNow { postId }
1. twinfold.generateHooks { topic } → pick best hook 2. twinfold.createPost { topic, platforms, language, generateImage: true, generateFirstComment: true } → postId 3. twinfold.getPost { postId } → review 4. twinfold.publishNow { postId }
LinkedIn · Twitter/X · Instagram · Facebook · YouTube · TikTok · Pinterest · Threads · Reddit · Bluesky
English · French · Quebec French (fr-CA) · Spanish · German · Portuguese · Brazilian Portuguese · Italian · Dutch · Japanese · Korean · Chinese · Arabic Set language per social account or per API call. Content generates natively (not translated).
OperationCreditsPost10Article50Hook simulation5Image10First comment2Twin query2Brand guide generate5Brand voice generate5 Always check twinfold.getCredits before heavy operations.
401 → Invalid API key 402 → Insufficient credits (check with getCredits) 400 → Bad arguments (error message explains what's wrong) 429 → Rate limited (wait and retry)
Use autoAdapt: true on createPost to get platform-optimized versions automatically Set language: "fr-CA" for authentic Quebec French content Use getTrends → createPost for trend-jacking workflows repurposeContent turns blog posts, transcripts, or notes into social posts planContent creates a full week of drafts in one call Autopilot runs daily — use getAutopilotQueue + approvePost for review workflows
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.