← 返回 Skills 市场
Peaka
作者
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
234
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install peaka
功能描述
Peaka integration. Manage Organizations, Pipelines, Users, Filters, Files, Notes and more. Use when the user wants to interact with Peaka data.
安全使用建议
This skill appears internally consistent: it delegates auth and API calls to the Membrane CLI rather than asking for raw API keys. Before installing, consider: (1) npm global install runs third-party code—inspect @membranehq/cli on npm/GitHub or prefer npx to avoid permanent global install; (2) using the CLI requires a Membrane account and grants Membrane access to Peaka on your behalf—review Membrane's privacy and access controls and confirm you trust getmembrane.com; (3) the login flow opens a browser or provides a code for headless environments—be prepared to complete that step; (4) if you do not want the agent to invoke this skill autonomously, disable model invocation for this skill in your agent settings. Overall, there are no unexpected credential requests or file-system access instructions in the skill itself.
功能分析
Type: OpenClaw Skill
Name: peaka
Version: 1.0.3
The skill bundle contains no local source code, instead relying entirely on markdown instructions in SKILL.md that direct the AI agent to perform high-privilege operations. These include the global installation of an external CLI tool (`npm install -g @membranehq/cli`) and the execution of dynamic, remotely-defined actions via the Membrane platform. This architecture is suspicious as it bypasses local code review, requires shell access for software installation, and grants a third-party service (getmembrane.com) significant control over the agent's environment and data access.
能力评估
Purpose & Capability
The skill's name and description (Peaka integration) match the runtime instructions: it calls the Membrane CLI to create connections, discover and run actions against Peaka. Requiring the Membrane CLI is consistent with the stated purpose; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to install and run the Membrane CLI and to use its commands (connect, action list, action run). It confines activity to creating connections, listing/searching actions, and running them. It does not instruct reading local files, environment variables, or transmitting data to unexpected endpoints. Headless login flow is documented and limited to authenticating with Membrane.
Install Mechanism
No install spec in the skill bundle itself (instruction-only). The SKILL.md recommends installing @membranehq/cli via npm (global install or npx). npm installation is a reasonable approach for a CLI but carries the usual moderate risk of executing third-party package code on the host; user should verify the package source (npm page/GitHub) before global installation or choose npx to reduce permanent footprint.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. Authentication is handled by Membrane via an interactive login flow—this is proportionate to a 3rd-party integration that centralizes credentials server-side.
Persistence & Privilege
The skill does not request always:true and is user-invocable with normal autonomous invocation allowed. It does not ask to modify other skills or system-wide settings. Autonomous invocation is the platform default and not a specific concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install peaka - 安装完成后,直接呼叫该 Skill 的名称或使用
/peaka触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Peaka 是什么?
Peaka integration. Manage Organizations, Pipelines, Users, Filters, Files, Notes and more. Use when the user wants to interact with Peaka data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 Peaka?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install peaka」即可一键安装,无需额外配置。
Peaka 是免费的吗?
是的,Peaka 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Peaka 支持哪些平台?
Peaka 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Peaka?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。
推荐 Skills