Databasics

v1.0.0

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

0· 64·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 skill is an instruction-only integration that uses the Membrane CLI to connect to DATABASICS. Requiring network access and a Membrane account matches the described functionality; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits runtime actions to installing/using the @membranehq/cli, logging in, listing connections/actions, running actions, and proxying requests through Membrane. These actions are within the scope of managing and querying DATABASICS data and do not instruct the agent to read unrelated files or environment variables.
Install Mechanism
The skill instructs the user to install @membranehq/cli via npm -g. Installing a public npm CLI is a typical, expected step, but global npm installs modify the host environment and carry moderate risk compared to no-install instruction-only skills. The SKILL.md recommends npx in some places which is safer for one-off runs.
Credentials
No environment variables, credentials, or config paths are required by the skill. Authentication is delegated to Membrane's browser-based flow, which is appropriate for a connector-focused integration.
Persistence & Privilege
The skill is not always-enabled and uses the platform default (the agent may invoke it autonomously). This is expected for integration skills. It does not request to modify other skills or system-wide config.
Assessment
This skill is coherent: it tells the agent to use the Membrane CLI to create a connection and run actions against DATABASICS. Before installing and using it, verify you trust Membrane and the @membranehq package (check the npm page and GitHub repo), and prefer using npx or an isolated environment if you do not want a global npm install. Be aware that once you authenticate a connection, the agent (when authorized) can run actions or arbitrary proxied API calls through Membrane that access your DATABASICS data — only grant access to accounts and connectors you trust and review connection/action IDs before executing destructive commands.

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

latestvk976rb06qg2knhj4zhtvdjzarh845f9m

License

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

Comments