Publora Mastodon
ReviewAudited by ClawScan on May 1, 2026.
Overview
This is a straightforward instruction-only Publora/Mastodon posting guide, but it uses a Publora API key to create public or scheduled Fediverse posts.
Before installing or using this skill, make sure you trust the Publora workflow, protect your Publora API key, and require confirmation of the exact post content, media, account, and schedule before any public Mastodon/Fediverse publication.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used with the wrong content, account, or timing, the agent could publish or schedule an unwanted Mastodon post.
The skill documents a direct API call that creates a Mastodon post. This is central to the stated purpose, but it is a public account action and should be user-approved.
await fetch('https://api.publora.com/api/v1/create-post', { method: 'POST' ... platforms: ['mastodon-123456789'] })Only use the skill after confirming the final post text, media, target Mastodon account/platform ID, and scheduled time with the user.
Anyone or any agent with the key may be able to create or schedule posts through the connected Publora account.
The skill requires a Publora API key to act on the user's Publora-connected Mastodon account. This is expected for the integration, but it is still account authority.
**Header:** `x-publora-key: sk_YOUR_KEY`
Store the Publora key securely, avoid pasting real keys into shared chats or logs, and use the least-privileged/revocable key Publora supports.
A mistaken post may be copied or seen across federated servers, making it harder to contain after publication.
The artifact explicitly notes that posts can propagate beyond mastodon.social to the broader Fediverse, increasing the impact of accidental or unwanted publication.
- **Federation**: Posts federate automatically to the broader Fediverse
Review public visibility and wording carefully before posting, especially for sensitive, private, or time-dependent content.
