Install
Or download SKILL.md to upload to Claude or any AI tool manually.
What’s included
The skill teaches your AI agent how to use the Mallary API. It covers endpoint selection, parameter usage, pagination, uploads, and platform-specific rules. These rules cover all 10 supported platforms, including TikTok, Instagram, YouTube, LinkedIn, Twitter/X, Reddit, and Facebook.
Authentication
For OpenClaw, Hermes, and other CLI-backed agent harnesses, install the Mallary CLI and start browser-based OAuth:
The CLI shows a Mallary sign-in URL and one-time code. The agent should show those to you and wait while you approve access in your browser. Do not paste your password, API key, access token, or refresh token into the agent.
One OAuth login gives the agent access to view data, publish posts, reply to comments, and manage settings and connections. You do not choose OAuth scopes or sign in again for another capability. Login itself does not post or change anything. After setup, a clear request to publish, schedule, upload media for a requested post, or send a supplied reply is enough authorization. The agent should ask only when a needed detail is missing or unclear, and it should not ask you to approve the same action again.
Connect with OAuth
- Sign up at https://mallary.ai
- Connect your social media accounts in the Mallary dashboard
- Run
mallary auth login and approve Mallary access
MALLARY_API_KEY remains available as an optional fallback for CI or another environment where OAuth is not practical. Keep it in a masked secret store and never paste it into an agent prompt. When set, it takes precedence over stored OAuth.
Skill vs MCP
The MCP server gives your AI agent direct API access. It can call Mallary endpoints on your behalf. The skill teaches the agent best practices for those APIs: which endpoint to pick, how to upload files, and the platform-specific rules. Use the skill and the MCP server together, or use each one alone.
Agents can use Mallary for post-publication engagement without browser automation:
- Find the Mallary
post_id/job ID from the post list or job lookup.
- Call
GET /api/v1/comments or MCP mallary_list_comments.
- Write the reply in the user’s voice.
- Call
POST /api/v1/comments/reply or MCP mallary_reply_to_comment with the exact reply text.
Comment listing and supplied replies are available on all plans for Facebook, Instagram, Threads, LinkedIn, X, and YouTube.
Links
Last modified on August 14, 2026