Late Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add late-api npx -- -y @trustedskills/late-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"late-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/late-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides guidance and assistance for interacting with the Late API, enabling AI agents to schedule posts across 13 social media platforms. The API allows developers to programmatically manage profiles, connect accounts via OAuth (including Bluesky app passwords and Telegram bot tokens), create and schedule posts, and access analytics data. The base URL for the API is https://zernio.com/api/v1 and documentation can be found at zernio.com/docs.
When to use it
- Automating social media posting schedules across multiple platforms.
- Connecting new social media accounts to a scheduling system.
- Retrieving analytics data for YouTube daily views or LinkedIn performance.
- Managing queued posts and configuring slots within the API.
- Troubleshooting errors related to publishing or authentication.
Key capabilities
- Scheduling posts across 13 platforms (Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, Pinterest, Reddit, Bluesky, Threads, Google Business, Telegram, Snapchat).
- OAuth account connection flows.
- Management of API keys and authentication.
- Access to platform-specific data and limitations.
- Webhook configuration and signature verification.
- Media upload functionality with presigned URLs.
Example prompts
- "Create a post for Twitter/X, Instagram, and Facebook with the content 'Hello!'."
- "Connect my Twitter account using OAuth."
- "What are the supported media formats for YouTube posts?"
- "Show me the error codes related to publishing failures."
Tips & gotchas
- You will need a valid API key (
YOUR_API_KEY) to interact with the Late API. - Refer to the rule files (e.g.,
rules/authentication.md,rules/posts.md) for detailed documentation on specific functionalities and limitations. - OAuth flows require additional steps beyond simple API calls, as indicated in the
rules/connect.mdfile.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.