← 返回 Skills 市场
abakermi

Postsyncer

作者 abakermi · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1811
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-postsyncer
功能描述
Manage your PostSyncer social media workflows.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-postsyncer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-postsyncer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug openclaw-postsyncer
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Postsyncer 是什么?

Manage your PostSyncer social media workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1811 次。

如何安装 Postsyncer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-postsyncer」即可一键安装,无需额外配置。

Postsyncer 是免费的吗?

是的,Postsyncer 完全免费(开源免费),可自由下载、安装和使用。

Postsyncer 支持哪些平台?

Postsyncer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Postsyncer?

由 abakermi(@abakermi)开发并维护,当前版本 v0.1.0。

💬 留言讨论