🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Typefully Skill

by @chapati23

Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Masto...

Versionv1.0.0
Installs2
πŸ’‘ 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

βš™οΈ Configuration

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.

πŸ“‹ Tips & Best Practices

  • 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.)
  • View on ClawHub
    TERMINAL
    clawhub install typefully-skill

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’