← All skills
Tencent SkillHub · Communication & Collaboration

Typefully Skill

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

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

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

⬇ 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
README.md, SKILL.md, scripts/typefully.sh

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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.0

Documentation

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

Typefully Skill

Manage Typefully drafts via the v2 API.

Setup

Set your API key via one of: Environment variable: export TYPEFULLY_API_KEY=your-key Password store: pass insert typefully/api-key (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) Enable "Development mode" in Typefully Settings → API to see draft IDs in the UI.

Script Usage

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

Commands

CommandDescriptionlist-drafts [status] [limit]List drafts. Status: draft, scheduled, published (default: all). Limit default: 10.create-draft <text> [--thread] [--platform x,linkedin,...] [--schedule <iso8601|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 <draft_id>Get a single draft with full details.edit-draft <draft_id> <text> [--thread] [--platform x,linkedin]Update draft content. Supports --thread for thread editing.schedule-draft <draft_id> <iso8601|next-free-slot|now>Schedule or publish a draft.delete-draft <draft_id>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.)

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/typefully.sh Scripts