← 返回 Skills 市场
Postavel
作者
Vladimir Nikolic
· GitHub ↗
· v1.5.0
610
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install postavel
功能描述
Connect to Postavel social media management platform via MCP (Model Context Protocol). Create, schedule, and manage social media posts across Facebook, Insta...
安全使用建议
This skill appears coherent for connecting an AI assistant to Postavel via an MCP client. Before installing: (1) verify that https://postavel.com is the legitimate service you expect; (2) prefer running the included local script (~/.openclaw/workspace/skills/postavel/scripts/setup-mcp.sh or scripts/install-mcp.sh) after inspecting it instead of piping a remote URL directly to bash; (3) avoid running installation commands with sudo unless required and inspect any binary downloaded to /usr/local/bin; (4) be aware the flow opens your browser for OAuth and stores tokens in ~/.config/mcporter — you can revoke access later from Postavel settings; (5) if uncertain about mcporter, install it from its official upstream (Homebrew, npm, or GitHub releases) instead of a site-hosted installer.
功能分析
Type: OpenClaw Skill
Name: postavel
Version: 1.5.0
The skill is classified as suspicious primarily due to the high-risk installation method described in `SKILL.md` and implemented in `scripts/install-mcp.sh`. The instruction `curl -fsSL https://postavel.com/install-mcp | bash` combined with the script's use of `sudo curl -L -o /usr/local/bin/mcporter` for binary download represents a significant supply chain vulnerability. If `postavel.com` were compromised, an attacker could replace the installation script with arbitrary malicious code, leading to remote code execution with elevated privileges on the user's system. While the current script content is benign and aims to install a legitimate tool, this method creates a critical attack surface. There are no direct prompt injection attempts with malicious intent in `SKILL.md`, nor any other clear indicators of intentional malware like data exfiltration or persistence.
能力评估
Purpose & Capability
Name/description match the actions requested: the skill connects to Postavel via MCP, uses an MCP client (mcporter), and lists/creates/schedules posts. No unrelated credentials, binaries, or behaviors are requested.
Instruction Scope
SKILL.md stays within the stated purpose: it instructs installing/configuring mcporter, running OAuth in the browser, and then calling Postavel MCP operations. It does not ask the agent to read unrelated system files or exfiltrate data. The instructions do include an inline curl | bash installer and commands that run mcporter and write ~/.config/mcporter/postavel.json (expected for this integration).
Install Mechanism
No package is forced by the skill itself (instruction-only), but the docs and scripts recommend installing mcporter via Homebrew/npm or a direct download from GitHub releases. SKILL.md also suggests running curl -fsSL https://postavel.com/install-mcp | bash — a convenient but higher-risk pattern. The included scripts mirror the same steps, and direct downloads point to GitHub releases (reasonable).
Credentials
The skill declares no required env vars or credentials. Reference docs mention optional MCPORTER_POSTAVEL_* env vars for convenience, which are proportionate to an MCP client. OAuth tokens are stored locally under ~/.config/mcporter as described — expected for this flow.
Persistence & Privilege
always:false and no attempt to modify other skills or system-wide agent settings. The skill writes a mcporter config into the user's ~/.config/mcporter/ (normal for this client) and launches an OAuth flow. This is expected and proportionate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install postavel - 安装完成后,直接呼叫该 Skill 的名称或使用
/postavel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
Fix mcporter workflow: use config add + auth, not auth URL directly
v1.4.0
Fix MCP setup: use correct mcporter auth syntax, simplify to 2 steps
v1.3.0
Simplify setup: one-command installer, automatic PATH detection, handles edge cases
v1.2.0
Add interactive first-time setup detection and guided mcporter configuration
v1.1.0
Add automated setup script and detailed MCP configuration guide
v1.0.0
Initial release of the Postavel skill with Model Context Protocol (MCP) support.
- Connect to Postavel and manage social media content across Facebook, Instagram, and LinkedIn.
- Create, schedule, and approve posts; review content calendars and post statuses.
- Support for listing workspaces, clients, brands, and connected platforms.
- Handles role-based permissions and approval workflows.
- Works with prompts in English, Serbian/Croatian, and German.
- Guides first-time setup, authentication, and troubleshooting.
元数据
常见问题
Postavel 是什么?
Connect to Postavel social media management platform via MCP (Model Context Protocol). Create, schedule, and manage social media posts across Facebook, Insta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 610 次。
如何安装 Postavel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install postavel」即可一键安装,无需额外配置。
Postavel 是免费的吗?
是的,Postavel 完全免费(开源免费),可自由下载、安装和使用。
Postavel 支持哪些平台?
Postavel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Postavel?
由 Vladimir Nikolic(@nezaboravi)开发并维护,当前版本 v1.5.0。
推荐 Skills