← 返回
数据分析 Key 中文

Twinfold

Create, adapt, schedule, publish, and analyze AI-generated social media content across 10 platforms in 13 languages using Twinfold's API.
利用 Twinfold API,跨 10 个平台和 13 种语言,创建、改编、发布及分析 AI 生成的社交媒体内容。
lpbaril
数据分析 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 2
Stars
📥 967
下载
💾 9
安装
1
版本
#latest

概述

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:

  1. Go to twinfold.app → Settings → API Keys
  2. Create a key (starts with twf_)
  3. Set it: export TWINFOLD_API_KEY=twf_... or add to .env

API

Endpoint: POST https://twinfold.app/api/mcp/tools

Auth: Authorization: Bearer

Body: { "tool": "twinfold.", "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.

Tools Quick Reference

Content Creation

ToolUse
-----------
createPostGenerate a post with AI. Supports multilingual, images, first comments, per-platform adaptation, auto-publish
createArticleGenerate long-form articles with Twin knowledge
adaptContentRewrite content for a specific platform's culture and format
generateHooksGet 4 viral hook options with engagement scores
generateImageGenerate an AI image and attach to a post
repurposeContentTurn any text into multi-platform draft posts
planContentGenerate a multi-day content calendar with draft posts

Content Management

ToolUse
-----------
getPostRead a single post with full details
listPostsList posts (filter by status/platform)
updatePostEdit content, platforms, media, schedule
deletePostRemove draft/scheduled posts
listArticlesList articles

Publishing

ToolUse
-----------
publishNowPublish immediately to connected platforms
schedulePostSchedule for a future date/time

Autopilot

ToolUse
-----------
runAutopilotTrigger full autopilot pipeline (discover → create → publish)
getAutopilotQueueList posts pending review
approvePostApprove for scheduled publication
rejectPostReject an autopilot post

Intelligence

ToolUse
-----------
queryTwinAsk the AI Twin questions based on user's expertise
addKnowledgeTeach the Twin new knowledge
getTrendsFetch trending topics scored by relevance

Brand Guide & Voice

ToolUse
-----------
getBrandGuideGet the brand guide markdown
setBrandGuideUpdate brand guide (free, no credits)
generateBrandGuideAI-generate brand guide from Twin knowledge (5 credits)
listBrandVoicesList all brand voice profiles
createBrandVoiceCreate a brand voice manually
updateBrandVoiceUpdate an existing brand voice
deleteBrandVoiceDelete a brand voice
generateBrandVoiceAI-generate a brand voice analysis (5 credits)

Notifications

ToolUse
-----------
getNotificationsList notifications (unread, by type, paginated)
markNotificationReadMark one or all notifications as read
getNotificationPreferencesGet notification channel preferences

Account

ToolUse
-----------
listAccountsConnected social accounts + content languages
getCreditsCredit balance, plan, cost table
getAnalyticsPost 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

OperationCredits
--------------------
Post10
Article50
Hook simulation5
Image10
First comment2
Twin query2
Brand guide generate5
Brand 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 getTrendscreatePost 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

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-29 08:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,628
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,003
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,106