← Back to Skills Marketplace
Publora Mastodon
by
Sergey Bulaev
· GitHub ↗
· v1.2.0
· MIT-0
502
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install publora-mastodon
Description
Post or schedule content to Mastodon using the Publora API. Use this skill when the user wants to publish or schedule Mastodon posts via Publora.
Usage Guidance
Before installing, ask the publisher to clarify how auth is provided: the SKILL.md uses x-publora-key but the skill metadata lists no required credential. Confirm whether you must supply a Publora API key (and how the agent will store/use it) or whether this skill expects a separate 'publora' core skill to provide auth. Be aware that media upload examples read local files (photo.jpg) and upload them to an external uploadUrl — only provide media you trust to be uploaded, and verify you trust api.publora.com and the resulting storage endpoints. If you do not want the agent to access local files or to hold your Publora API key, do not enable this skill until those behaviors are clearly documented.
Capability Analysis
Type: OpenClaw Skill
Name: publora-mastodon
Version: 1.2.0
The skill bundle provides standard documentation and code examples for interacting with the Publora API (api.publora.com) to post or schedule content on Mastodon. The instructions in SKILL.md are well-defined, focused on the stated purpose, and do not contain any malicious patterns, data exfiltration attempts, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md shows how to create/schedule posts and upload media to the Publora API (mastodon.social). However the doc repeatedly shows use of an x-publora-key and refers to a separate 'publora' core skill for auth/scheduling, yet this skill's metadata declares no required env vars, no primary credential, and no dependency on a core skill — an inconsistency.
Instruction Scope
The instructions include direct examples that open local files (open('photo.jpg')) and upload them to an uploadUrl returned by the API. That implies the agent will need filesystem access to read arbitrary user-specified media and will transmit that file to externally-provided upload URLs. The SKILL.md also uses a hardcoded header pattern ('x-publora-key: sk_YOUR_KEY') but gives no guidance in the metadata about where that key comes from.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lower disk/write risk. Nothing is downloaded or installed by the skill itself.
Credentials
The runtime examples require an API key (x-publora-key) but the skill declares no required environment variables or primary credential. Either the skill expects the separate 'publora' core skill to supply auth (not declared), or it fails to declare a needed secret. Missing declaration of a required secret is a meaningful incoherence.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does not declare modifications to other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install publora-mastodon - After installation, invoke the skill by name or use
/publora-mastodon - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.1.0
Add mastodon.social-only constraint, strict 500 char limit (no auto-thread), JPEG/PNG only, federation notes
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Publora Mastodon?
Post or schedule content to Mastodon using the Publora API. Use this skill when the user wants to publish or schedule Mastodon posts via Publora. It is an AI Agent Skill for Claude Code / OpenClaw, with 502 downloads so far.
How do I install Publora Mastodon?
Run "/install publora-mastodon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publora Mastodon free?
Yes, Publora Mastodon is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publora Mastodon support?
Publora Mastodon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publora Mastodon?
It is built and maintained by Sergey Bulaev (@sergebulaev); the current version is v1.2.0.
More Skills