← Back to Skills Marketplace
Publora Instagram
by
Sergey Bulaev
· GitHub ↗
· v2.0.1
· MIT-0
937
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install publora-instagram
Description
Post or schedule content to Instagram using the Publora API. Use this skill when the user wants to publish images, reels, stories, or carousels to Instagram...
Usage Guidance
This skill appears to be what it says (a Publora-backed Instagram poster), but the SKILL.md clearly uses an API key (x-publora-key) while the skill metadata declares no required credential. Before installing: 1) Confirm where you'll store the Publora API key (ask the skill author to declare a required env var like PUBLORA_API_KEY or primaryEnv) and prefer a least-privilege key. 2) Verify the API base URL (https://api.publora.com) is the official endpoint you expect. 3) Understand that the skill will upload your local images/videos to S3 upload URLs returned by Publora — avoid sending sensitive media unless you trust the service. 4) Check whether the referenced 'publora' core skill is required (authentication/workspace webhook docs) and whether it's available/trusted. 5) If you need to allow autonomous invocation, be aware the agent could post on your behalf whenever invoked; consider restricting invocation or reviewing prompts that trigger it. If anything above is unclear, ask the skill author to update the metadata to declare the API key requirement and to document where tokens are stored/used.
Capability Analysis
Type: OpenClaw Skill
Name: publora-instagram
Version: 2.0.1
The skill bundle provides legitimate documentation and code examples for using the Publora API (api.publora.com) to manage Instagram posts. The instructions in SKILL.md are well-structured, align with the stated purpose, and do not contain any malicious commands, data exfiltration attempts, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The SKILL.md describes publishing/scheduling Instagram posts via the Publora API and the provided example calls (create-post, get-upload-url, PUT to uploadUrl) match that stated purpose. It also references a separate 'publora' core skill for auth/docs — which is sensible but not included here and should be clarified.
Instruction Scope
Runtime instructions tell the agent to call Publora endpoints and to PUT media bytes to S3 upload URLs obtained from the API. This is expected for a posting/scheduling skill, but examples imply reading local image/video files (and using an API key in the x-publora-key header). The SKILL.md does not instruct the agent to read unrelated system files, but it does rely on external upload endpoints (Publora + S3).
Install Mechanism
Instruction-only skill with no install spec or code files. No files will be written to disk by an installer — lowest install risk.
Credentials
The documentation and examples require an API key header (x-publora-key: sk_YOUR_KEY), yet the registry metadata lists no required environment variables or primary credential. This is an inconsistency: the skill will need a secret (Publora API key) to function but does not declare it. That omission hinders safe permissioning and secret storage decisions.
Persistence & Privilege
The skill is not marked always:true and requests no config paths; autonomous invocation is allowed (platform default). There is no evidence the skill tries to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install publora-instagram - After installation, invoke the skill by name or use
/publora-instagram - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix: Business account recommended (Creator may work). JPEG recommended (not strictly required). Reels: design for 3min API limit. Add Stories platformSettings. Reels feed tab: 5-90s eligible. Aspect ratios, hashtag limits.
v2.0.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.2.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.1.0
Add carousel guide (2-10 images, same postGroupId), Stories support (videoType STORIES), platformSettings, aspect ratio limits, 30 hashtag limit
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Publora Instagram?
Post or schedule content to Instagram using the Publora API. Use this skill when the user wants to publish images, reels, stories, or carousels to Instagram... It is an AI Agent Skill for Claude Code / OpenClaw, with 937 downloads so far.
How do I install Publora Instagram?
Run "/install publora-instagram" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publora Instagram free?
Yes, Publora Instagram is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publora Instagram support?
Publora Instagram is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publora Instagram?
It is built and maintained by Sergey Bulaev (@sergebulaev); the current version is v2.0.1.
More Skills