← Back to Skills Marketplace
1811
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-postsyncer
Description
Manage your PostSyncer social media workflows.
Usage Guidance
This skill appears to be a thin wrapper around the PostSyncer CLI but does not declare or install that CLI. Before installing or enabling it: 1) verify you have the official 'postsyncer' CLI installed on your system and that it's the expected tool (check origin and version); 2) confirm the POSTSYNCER_API_KEY is scoped appropriately and was obtained from the official PostSyncer site (https://app.postsyncer.com); 3) if you expect the skill to work without a preinstalled CLI, ask the publisher why there's no install spec or request a versioned install step from a trusted source (GitHub releases or official package registry); 4) treat the API key like a secret — do not reuse high-privilege keys and rotate/revoke if unsure. The main risk here is operational confusion or a broken integration rather than explicit malicious behavior, but the missing binary/install information should be resolved before use.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-postsyncer
Version: 0.1.0
The skill bundle defines a simple OpenClaw skill for managing social media workflows with PostSyncer. It requires an API key (`POSTSYNCER_API_KEY`) as an environment variable, which is a standard practice for interacting with external services. The `SKILL.md` provides clear setup instructions and basic CLI commands (`postsyncer workspaces`, `postsyncer posts`, `postsyncer create-post`) that align with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation in the provided files.
Capability Assessment
Purpose & Capability
The SKILL.md shows runtime commands like `postsyncer workspaces` and `postsyncer create-post`, which require a local 'postsyncer' CLI binary or an install step. The registry metadata lists no required binaries and provides no install spec. That mismatch (skill assumes a binary but doesn't declare or install it) is an incoherence — either the skill should declare the binary as required or provide an install mechanism or change to direct API usage.
Instruction Scope
The instructions are narrowly scoped to managing PostSyncer via an API key and running the 'postsyncer' CLI. They only reference the POSTSYNCER_API_KEY environment variable and the PostSyncer settings URL. They do not request unrelated files, other credentials, or system paths. The only scope issue is the implicit requirement for the CLI binary which is not declared.
Install Mechanism
No install spec is provided and no code is shipped; as an instruction-only skill this is low-risk. However, if the intended runtime relies on a third-party CLI, the absence of an install mechanism means the agent will fail unless the user already installed that tool.
Credentials
The skill claims a single required env var (POSTSYNCER_API_KEY), which matches the described purpose of interacting with PostSyncer. No unrelated credentials or broad access are requested.
Persistence & Privilege
The skill does not request always: true and makes no claims about modifying other skills or system-wide settings. Autonomous invocation is enabled by default but is not excessive here given the limited requested scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-postsyncer - After installation, invoke the skill by name or use
/openclaw-postsyncer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of PostSyncer skill.
- Automates social media scheduling via PostSyncer.
- Supports listing workspaces and posts.
- Allows creating basic text posts for a chosen workspace.
- Requires a POSTSYNCER_API_KEY for setup.
Metadata
Frequently Asked Questions
What is Postsyncer?
Manage your PostSyncer social media workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 1811 downloads so far.
How do I install Postsyncer?
Run "/install openclaw-postsyncer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Postsyncer free?
Yes, Postsyncer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Postsyncer support?
Postsyncer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Postsyncer?
It is built and maintained by abakermi (@abakermi); the current version is v0.1.0.
More Skills