← 返回
效率工具 Key 中文

Typefully Skill

Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Masto...
在 Typefully 上创建、安排、列出、编辑和删除草稿。支持单条推文、推文串及多平台发布(X、LinkedIn、Threads、Bluesky、Mastodon 等)。
chapati23
效率工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 2
Stars
📥 603
下载
💾 6
安装
1
版本
#latest

概述

Typefully Skill

Manage Typefully drafts via the v2 API.

Setup

  1. Set your API key via one of:
    • Environment variable: export TYPEFULLY_API_KEY=your-key
    • Password store: pass insert typefully/api-key
  2. (Optional) Set your social set ID:
    • Environment variable: export TYPEFULLY_SOCIAL_SET_ID=123456
    • Password store: pass insert typefully/social-set-id
    • If not set, the script auto-detects (errors if multiple accounts exist — use list-social-sets to find yours)
  3. Enable "Development mode" in Typefully Settings → API to see draft IDs in the UI.

Script Usage

bash scripts/typefully.sh <command> [options]

Commands

CommandDescription
----------------------
list-drafts [status] [limit]List drafts. Status: draft, scheduled, published (default: all). Limit default: 10.
`create-draft [--thread] [--platform x,linkedin,...] [--schedule next-free-slot>]`Create a draft. For threads, separate posts with \n---\n. Use - or omit text to read from stdin. Default platform: x.
get-draft Get a single draft with full details.
edit-draft [--thread] [--platform x,linkedin]Update draft content. Supports --thread for thread editing.
`schedule-draft next-free-slot\now>`Schedule or publish a draft.
delete-draft Delete a draft.
list-social-setsList available social sets (accounts).

Examples

Create a simple tweet draft:

bash scripts/typefully.sh create-draft "Just shipped a new feature 🚀"

Create a thread:

bash scripts/typefully.sh create-draft "First tweet of the thread\n---\nSecond tweet\n---\nThird tweet" --thread

Create a thread from stdin (for longer content):

cat <<'EOF' | bash scripts/typefully.sh create-draft - --thread
First tweet of the thread\n---\nSecond tweet\n---\nThird tweet with the punchline
EOF

Create cross-platform draft (X + LinkedIn):

bash scripts/typefully.sh create-draft "Exciting update!" --platform x,linkedin

Schedule a draft for a specific time:

bash scripts/typefully.sh create-draft "Morning thoughts ☀️" --schedule "2026-03-01T09:00:00Z"

Schedule to next free slot:

bash scripts/typefully.sh schedule-draft 8196074 next-free-slot

List recent drafts:

bash scripts/typefully.sh list-drafts draft 5

Notes

  • publish_at: "now" publishes immediately — use with caution
  • publish_at: "next-free-slot" uses the user's Typefully queue schedule
  • Thread posts are separated by \n---\n in the text argument
  • The script outputs JSON; pipe through jq for formatting
  • All API errors surface meaningful messages (401, 404, 429, etc.)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Skill

chapati23
监控API服务的故障和延迟波动,通过Telegram发送详细告警。包括状态监控、延迟探测和自动恢复通知。
★ 2 📥 1,115
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,962
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,113