← Back to Skills Marketplace
Postgrest
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
122
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install postgrest
Description
PostgREST integration. Manage data, records, and automate workflows. Use when the user wants to interact with PostgREST data.
Usage Guidance
This skill is internally consistent: it delegates PostgREST access to the Membrane CLI and requires a Membrane account. Before installing or running commands, verify you trust the @membranehq/cli npm package (review its registry page or source repo), prefer using npx for one-off runs if you want to avoid a global install, and be aware that connecting will grant Membrane access to the target database via the connector — only connect databases you intend to share. If you need stronger assurance, review the CLI source code and the Membrane connector documentation and confirm where credentials are stored and how access is scoped.
Capability Analysis
Type: OpenClaw Skill
Name: postgrest
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interact with PostgREST databases using the Membrane CLI. It includes standard procedures for installation (`npm install -g @membranehq/cli`), authentication, and action execution. The instructions emphasize security best practices, such as delegating credential management to the Membrane platform rather than handling raw secrets locally. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (PostgREST integration) match the instructions: the skill tells the agent to use the Membrane CLI to connect to a PostgREST connector and run actions. Requiring network access and a Membrane account is appropriate.
Instruction Scope
Instructions are limited to installing/using the Membrane CLI (npm install or npx) and running membrane login/connect/action commands. They do not instruct reading unrelated files or env vars. Note: the CLI login will cause interactive authentication and creation/storage of connection credentials (normal for CLI tools).
Install Mechanism
There is no automated install in the skill bundle; the README recommends installing @membranehq/cli from npm (public registry). This is a common, proportionate install mechanism for a CLI-based integration.
Credentials
The skill declares no required env vars or credentials. Auth is performed via the Membrane login flow and connection creation, which fits the described workflow and does not request unrelated secrets.
Persistence & Privilege
always is false and model invocation is normal. The skill does not request elevated/system-wide privileges or modify other skills; any credential storage is handled by the Membrane CLI (expected behavior).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install postgrest - After installation, invoke the skill by name or use
/postgrest - 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 Postgrest?
PostgREST integration. Manage data, records, and automate workflows. Use when the user wants to interact with PostgREST data. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Postgrest?
Run "/install postgrest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Postgrest free?
Yes, Postgrest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Postgrest support?
Postgrest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Postgrest?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills