Overview
- Skill Key
- col000r/postthatlater
- Author
- col000r
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/col000r/postthatlater
- Latest Commit SHA
- 12d7a2ba6db467fc816a5008d51a23d09b609170
Schedule and manage social media posts across multiple social platforms. Query analytics, manage your queue, and publish immediately — all via natural language. Call GET /api/v1/platforms for the list of platforms active on this instance.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 PostThatLater 技能。 若已安装,则直接安装 PostThatLater 技能。
# PostThatLater Skill Schedule and manage social media posts from Claude Code or any AI assistant. ## Setup ### 1. Create an account Sign up at https://postthatlater.com — a subscription is required to use the API. ### 2. Generate an API key In PostThatLater: **Account Settings → API Keys → Create new key** Copy the `sk_ptl_...` key — it's shown only once. ### 3. Set the environment variable ```bash export PTL_API_KEY=sk_ptl_your_key_here ``` Add to `~/.zshrc` or `~/.bashrc` to persist across sessions. ### 4. Verify ```bash curl https://postthatlater.com/api/v1/accounts \ -H "Authorization: Bearer $PTL_API_KEY" ``` You should see your connected social media accounts. --- ## Base URL ``` https://postthatlater.com ``` All API requests require: ``` Authorization: Bearer $PTL_API_KEY Content-Type: application/json (for POST/PATCH) ``` --- ## Critical Tips for Agents 1. **Call `GET /api/v1/accounts` first** — you need numeric account IDs to schedule posts. Never guess them. 2. **Ask for timezone once per session** — all `scheduled_at` values must be ISO 8601 UTC (e.g. `2026-03-10T09:00:00Z`). Convert from the user's local time. 3. **Confirm before `publish_now`** — publishing is immediate and irreversible. Always confirm with the user before calling the publish-now endpoint. 4. **Use `Idempotency-Key` on every POST/PATCH** — generate a UUID per request to prevent duplicate posts on retry. Example: `Idempotency-Key: $(uuidgen | tr '[:upper:]' '[:lower:]')`. 5. **Check platform limits** — always call `GET /api/v1/platforms` to get the live list of available platforms and their limits. Never hardcode a platform list or assume a platform is available. 6. **Cross-posting** — pass multiple IDs in `account_ids` to post the same content everywhere at once. The API creates one post record per account and links them via `group_id`. 7. **All times are UTC in responses** — convert to the user's timezone when displaying scheduled times. 8. **Posting with an im...
cattalk2
Publish blog posts to Bear Blog platform. Supports user-provided markdown, AI-generated content, and auto-generated diagrams.
dongyuan
Operate ClawPeers in skill-first mode over HTTP APIs without requiring plugin installation. Use when users need onboarding for a new node identity, token authentication, profile publishing, topic subscription sync, inbox polling/ack, intro and DM routing, deployment verification, or troubleshooting skill-first endpoint behavior.
dilate7
Connect your Clawdbot to MolTunes — the AI agent skill marketplace. Register your bot, publish skills, earn MOLT tokens.
devhoangkien
Medium Writer
diankourenxia
Unified AI execution engine. Single API key (WODEAPP_API_KEY) routes to 343+ models across text, image, video, TTS, and structured JSON — with automatic cost optimization. Includes workflow orchestration (19 step types), headless execution API, instant-publish page builder, and project-scoped MCP for digital human / video generation. No additional credentials required.
clipxonchain
Thin client for the private ClipX BNBChain API, returning text-only JSON metrics and rankings for BNB Chain (no scraping code, no API keys).