← Back to Skills Marketplace
Publora Facebook
by
Sergey Bulaev
· GitHub ↗
· v1.2.1
· MIT-0
708
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install publora-facebook
Description
Post or schedule content to Facebook Pages using the Publora API. Use this skill when the user wants to publish or schedule Facebook posts via Publora.
Usage Guidance
What to consider before installing:
- The SKILL.md expects a Publora API key (x-publora-key) but the skill metadata does not declare any required environment variable or primary credential. Expect the agent to ask you for that key at runtime — treat it as sensitive.
- Verify the skill's provenance: there is no homepage and the owner is unknown. Prefer skills with a clear vendor/homepage and documented API ownership before giving credentials.
- Understand what the key can do: a Publora API key granted to this skill can create and schedule posts and upload media for Pages. If possible, obtain a scoped/restricted key or test account rather than using high-privilege production keys.
- Media uploads use an uploadUrl returned by the API (likely cloud storage). Confirm where those upload URLs point (S3, CDN, etc.) and do not upload sensitive content unless you trust Publora's storage and retention policies.
- The SKILL.md references a separate 'publora' core skill for auth. If that core skill is not present on your agent, ask the publisher how authentication should be provided and where the key will be stored.
- Test with non-sensitive content first (e.g., a test Page or draft posts) to confirm behavior and limits.
- If you choose to install/use this skill, monitor Page activity and audit tokens; revoke or rotate the Publora key if you see unexpected posts.
Additional information that would raise confidence: a valid homepage or vendor documentation, an explicit required environment variable (e.g., PUBLORA_API_KEY) and primaryEnv declaration, or a published 'publora' core skill dependency with clear auth flow. Without those, treat this skill as functional but under-specified and proceed cautiously.
Capability Analysis
Type: OpenClaw Skill
Name: publora-facebook
Version: 1.2.1
The skill bundle for 'publora-facebook' is a documentation-only package providing instructions and examples for interacting with the Publora API (api.publora.com). It contains no executable code, obfuscation, or malicious instructions, and its behavior is entirely consistent with its stated purpose of scheduling and publishing Facebook posts.
Capability Assessment
Purpose & Capability
The SKILL.md clearly describes posting/scheduling to Facebook via the Publora API (uses endpoints under https://api.publora.com and an x-publora-key header). That purpose is consistent with the skill name/description, but the registry metadata declares no required environment variables or primary credential even though the runtime instructions expect an API key (sk_YOUR_KEY). The omitted credential declaration is an incoherence.
Instruction Scope
The instructions are concrete and limited to calling Publora endpoints, creating posts, requesting upload URLs, and PUT-ing media to the returned uploadUrl. They refer to a separate 'publora' core skill for auth. The doc does not instruct reading local files or other unrelated secrets, but it is vague about how imageBytes are obtained and about how the API key is supplied. The uploadUrl step means the agent will PUT bytes to a third-party URL returned by the API (expected for media uploads but worth noting).
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by an installer in this package. This is low-install risk.
Credentials
Runtime examples use an x-publora-key API key, but the skill metadata lists no required env vars or primary credential. That mismatch is problematic: the skill will need a Publora API key (and that key allows posting/scheduling on behalf of connected Pages) but the package does not declare it, so a user or agent may be prompted unexpectedly for a sensitive credential. No other unrelated credentials are requested, which is appropriate.
Persistence & Privilege
The skill does not request always:true, does not install components, and does not request system-level config paths. It appears not to request persistent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install publora-facebook - After installation, invoke the skill by name or use
/publora-facebook - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
Fix: Text via API up to 63,206 chars (Publora editor caps at 2,200 only). Video Publora server limit is 512MB. 59-day token auto-refresh. Multiple videos unsupported. Mixed media not pre-validated by Publora.
v1.2.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.1.0
Add multi-page support, 59-day token auto-refresh, album behavior, no-text-only-post note
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Publora Facebook?
Post or schedule content to Facebook Pages using the Publora API. Use this skill when the user wants to publish or schedule Facebook posts via Publora. It is an AI Agent Skill for Claude Code / OpenClaw, with 708 downloads so far.
How do I install Publora Facebook?
Run "/install publora-facebook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publora Facebook free?
Yes, Publora Facebook is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publora Facebook support?
Publora Facebook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publora Facebook?
It is built and maintained by Sergey Bulaev (@sergebulaev); the current version is v1.2.1.
More Skills