← All skills
Tencent SkillHub · Developer Tools

Twinfold

Create, adapt, schedule, publish, and analyze AI-generated social media content across 10 platforms in 13 languages using Twinfold's API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Create, adapt, schedule, publish, and analyze AI-generated social media content across 10 platforms in 13 languages using Twinfold's API.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/workflows.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 21 sections Open source page

Twinfold Skill

Control Twinfold — the AI thought leadership platform — via its MCP API.

Setup

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

API

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.

Discover tools

curl https://twinfold.app/api/mcp/tools Returns all 34 tools with schemas. No auth required.

Content Creation

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

Content Management

ToolUsegetPostRead a single post with full detailslistPostsList posts (filter by status/platform)updatePostEdit content, platforms, media, scheduledeletePostRemove draft/scheduled postslistArticlesList articles

Publishing

ToolUsepublishNowPublish immediately to connected platformsschedulePostSchedule for a future date/time

Autopilot

ToolUserunAutopilotTrigger full autopilot pipeline (discover → create → publish)getAutopilotQueueList posts pending reviewapprovePostApprove for scheduled publicationrejectPostReject an autopilot post

Intelligence

ToolUsequeryTwinAsk the AI Twin questions based on user's expertiseaddKnowledgeTeach the Twin new knowledgegetTrendsFetch trending topics scored by relevance

Brand Guide & Voice

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)

Notifications

ToolUsegetNotificationsList notifications (unread, by type, paginated)markNotificationReadMark one or all notifications as readgetNotificationPreferencesGet notification channel preferences

Account

ToolUselistAccountsConnected social accounts + content languagesgetCreditsCredit balance, plan, cost tablegetAnalyticsPost stats and workspace analytics

Common Workflows

For detailed tool schemas and workflow examples, read references/workflows.md.

Quick: Create and publish a post

1. twinfold.createPost { topic, platforms, language, autoAdapt: true, autoPublish: true } One call does it all — generates content, adapts per platform, publishes.

Quick: Create, review, then publish

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 }

Full pipeline with images and hooks

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 }

Platforms

LinkedIn · Twitter/X · Instagram · Facebook · YouTube · TikTok · Pinterest · Threads · Reddit · Bluesky

Languages

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).

Credit Costs

OperationCreditsPost10Article50Hook simulation5Image10First comment2Twin query2Brand guide generate5Brand voice generate5 Always check twinfold.getCredits before heavy operations.

Error Handling

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)

Tips

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/workflows.md Docs