← Back to Skills Marketplace
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install post-see-scheduler
Description
Turn your OpenClaw into an autonomous social media manager using the Post See API. Use when scheduling, posting, or managing content across Instagram, Linked...
Usage Guidance
This skill appears to do what it claims, but check a few practical things before enabling it: (1) Only provide a least-privilege POST_SEE_API_KEY and test in a sandbox workspace first; keys like this can publish on your connected accounts. (2) If you plan to run the bundled Node CLIs, ensure Node 18+ is available locally (the registry metadata did not explicitly list Node). (3) Be cautious about using local files — the skill suggests hosting media at public HTTPS URLs; making media public can leak content. (4) Revoke the API key if you suspect exposure, and avoid committing keys into repos or .env files that get shared. If you want extra assurance, inspect/approve network endpoints and review the Post See account permissions for the API key before granting access.
Capability Analysis
Type: OpenClaw Skill
Name: post-see-scheduler
Version: 1.0.0
The skill bundle provides a legitimate interface for the Post See social media management API, allowing an agent to schedule and publish content across multiple platforms (X, LinkedIn, Instagram, etc.). The bundle includes a shared Node.js HTTP client (actions/post-see-client.js), platform-specific CLI wrappers, and clear instructions for the agent in SKILL.md and the prompts/ directory. The use of environment variables for authentication and the optional use of ffmpeg for media processing are consistent with the stated purpose, and no evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, code, and runtime instructions align with a Post See API social scheduler: the only required credential is POST_SEE_API_KEY and ffmpeg is justified for optional local-video frame extraction. Minor inconsistency: the bundle contains Node 18+ CLI scripts (actions/*.js) and skill.json documents Node as the runtime, but the top-level requirements list provided to the registry only names ffmpeg (Node is not listed as a required binary). This is likely benign (the platform may supply Node), but you should expect Node 18+ if you plan to run the included scripts locally.
Instruction Scope
SKILL.md instructs only API usage against https://api.post-see.com, local ffmpeg for optional frame extraction, and uses workspace/account IDs returned by the API. It does not instruct reading arbitrary system files or exfiltrating unrelated secrets. It does warn agents may read workspace files and that media must be hosted at public HTTPS URLs.
Install Mechanism
No install/download spec is present (instruction-only install). The package includes source files but does not fetch arbitrary external archives or run an installer; there are no unknown download URLs or extract steps.
Credentials
Only POST_SEE_API_KEY is required (with optional POST_SEE_WORKSPACE_ID and POST_SEE_TIMEZONE). These map to the described API usage and are proportionate to scheduling/publishing functionality.
Persistence & Privilege
The skill is not force-installed (always: false) and does not request system-wide configuration or other skills' credentials. It can be invoked autonomously by the agent (platform default), which is expected for this type of integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install post-see-scheduler - After installation, invoke the skill by name or use
/post-see-scheduler - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Autonomous social media scheduling and publishing via the Post See API.
- Supports management of posts, scheduling, and connected accounts across Instagram, LinkedIn, X (Twitter), Facebook, Threads, Bluesky, Pinterest, YouTube, Mastodon, Discord, and more.
- Requires `POST_SEE_API_KEY` and `ffmpeg` for local video workflows; accepts only public HTTPS media URLs.
- Complete guidance on API authentication, workspace and connection ID resolution, platform-specific options, and error handling.
- Includes best practices for drafts, immediate/scheduled publishing, and results retrieval.
- Emphasizes safety, least-privilege setup, and explicit user role controls.
Metadata
Frequently Asked Questions
What is Post See Social Scheduler?
Turn your OpenClaw into an autonomous social media manager using the Post See API. Use when scheduling, posting, or managing content across Instagram, Linked... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Post See Social Scheduler?
Run "/install post-see-scheduler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Post See Social Scheduler free?
Yes, Post See Social Scheduler is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Post See Social Scheduler support?
Post See Social Scheduler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Post See Social Scheduler?
It is built and maintained by Kishan (@makani20); the current version is v1.0.0.
More Skills