← Back to Skills Marketplace
Phyllo
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install phyllo
Description
Phyllo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Phyllo data.
Usage Guidance
This skill is coherent: it delegates Phyllo access to the Membrane CLI. Before installing, verify you trust the @membranehq/cli package (check the npm package page and GitHub repository), consider using npx rather than a global install to avoid altering your system, and be prepared to authenticate via a browser/code (the CLI will store local auth state). If you do not want an agent to run shell commands or make network requests autonomously, avoid enabling autonomous execution for this skill or limit its permissions. If you need higher assurance, inspect the Membrane CLI source or run it in an isolated environment (container or dedicated machine) before granting it access to your data.
Capability Analysis
Type: OpenClaw Skill
Name: phyllo
Version: 1.0.1
The skill requires the agent to perform high-risk operations including global package installation ('npm install -g @membranehq/cli') and extensive shell command execution for authentication and data management. It also enables dynamic action creation ('membrane action create'), allowing the agent to generate and execute new integration logic on the fly. While these capabilities are aligned with the stated purpose of the Membrane/Phyllo integration, the reliance on shell-based interactions and global system modifications in SKILL.md constitutes a significant attack surface without explicit input sanitization guidance.
Capability Assessment
Purpose & Capability
The skill is an integration wrapper for Phyllo via Membrane; the SKILL.md consistently instructs the user/agent to install and use the Membrane CLI and to create a Phyllo connection. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to installing the Membrane CLI, logging in, creating/listing connections, discovering/creating/running actions, and handling JSON output. The doc does not instruct reading unrelated files or exfiltrating arbitrary data.
Install Mechanism
This is an instruction-only skill (no install spec). It recommends installing @membranehq/cli from the public npm registry (npm install -g or using npx). That is a reasonable, traceable install method, but installing global npm packages modifies the system environment — users may prefer npx or a containerized environment.
Credentials
The skill declares no required environment variables or credentials, which fits its description. Be aware that the Membrane CLI login flow will create local auth state/config and will direct you to authenticate via browser (or complete a code in headless mode). Review where the CLI stores tokens if you need strict local control.
Persistence & Privilege
always:false and no special OS/config paths are requested. The skill does not request persistent, platform-wide privileges or attempt to modify other skills' settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install phyllo - After installation, invoke the skill by name or use
/phyllo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Phyllo?
Phyllo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Phyllo data. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Phyllo?
Run "/install phyllo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Phyllo free?
Yes, Phyllo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Phyllo support?
Phyllo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Phyllo?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills