Appbaseio

v1.0.2

Appbase.io integration. Manage data, records, and automate workflows. Use when the user wants to interact with Appbase.io data.

0· 102·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description say this is an Appbase.io integration and the SKILL.md consistently documents using the Membrane CLI to connect, list actions, run actions, and proxy Appbase API calls. Required resources (network and a Membrane account) match the stated purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to installing and using the Membrane CLI, creating connections, listing actions, running actions, and proxying requests to Appbase.io. The skill does not instruct reading arbitrary files, environment variables, or sending data to unexpected endpoints. Authentication is delegated to Membrane (browser-based login or headless flow) as described.
Install Mechanism
The skill has no formal install spec in its registry metadata (instruction-only), but SKILL.md instructs users to install @membranehq/cli via npm (npm install -g or npx usage). This is a common package-install flow, but it means code will be fetched from the npm registry at runtime — verify the npm package and its publisher before installation.
Credentials
The skill declares no required environment variables or credentials. It requires a Membrane account and network access, which is proportional since Membrane handles auth and proxies requests to Appbase.io. The SKILL.md explicitly warns not to request raw API keys, which is appropriate.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. Model invocation is enabled (the platform default), which means an agent could autonomously call the Membrane CLI if the agent has permission — this is expected behavior and not excessive by itself, but consider limiting autonomous invocation if you want to prevent unattended operations against your Appbase/Membrane account.
Assessment
This skill is an instruction-only wrapper for using the Membrane CLI to interact with Appbase.io and appears internally consistent. Before installing or using it: (1) Verify and trust the @membranehq/cli npm package and the Membrane service (homepage and repo links provided in the SKILL.md). (2) Be aware you will need a Membrane account and to complete browser-based authentication (or headless code flow). (3) Installing the CLI downloads code from npm (global install writes to disk); review that package's code or its publisher if you have concerns. (4) If you do not want the agent to perform actions autonomously, restrict or monitor autonomous invocation — the skill itself does not request extra credentials, but an agent with ability to run CLI commands could act on your Membrane account if credentials are present. Overall the skill is coherent with its purpose.

Like a lobster shell, security has layers — review code before you run it.

latestvk972gn3jj8xwzznv546t4r24pn843vcv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments