← Back to Skills Marketplace
gora050

Peaka

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
234
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install peaka
Description
Peaka integration. Manage Organizations, Pipelines, Users, Filters, Files, Notes and more. Use when the user wants to interact with Peaka data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install peaka
  3. After installation, invoke the skill by name or use /peaka
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug peaka
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Peaka?

Peaka integration. Manage Organizations, Pipelines, Users, Filters, Files, Notes and more. Use when the user wants to interact with Peaka data. It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install Peaka?

Run "/install peaka" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Peaka free?

Yes, Peaka is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Peaka support?

Peaka is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Peaka?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments