Fractel

v1.0.2

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

0· 98·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
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description say it's a FracTEL integration and the runtime instructions all describe using Membrane to connect to FracTEL, discover actions, run them, and proxy API requests — these requirements match the stated purpose. Minor naming inconsistency: SKILL.md references 'developers.fructel.com' while the skill is called 'FracTEL' (likely a typo) but this does not change functionality.
Instruction Scope
All runtime instructions are limited to installing the Membrane CLI, authenticating (via browser flow), listing/connecting/searching actions, running actions, and proxying requests to the FracTEL API. The instructions do not ask to read unrelated files, harvest environment variables, or transmit data to unexpected endpoints beyond Membrane and FracTEL.
Install Mechanism
The SKILL.md instructs installing @membranehq/cli via npm (global). This is expected for a CLI-based integration, but installing a global npm package executes third-party code on the host — a moderate-risk operation compared with no-install instruction-only skills. The skill does not provide an automated install spec in the registry; the install step is manual/optional per the doc.
Credentials
The skill declares no required environment variables, no config paths, and no direct credential requests. It intentionally defers auth to Membrane (which handles credentials server-side). Requiring a network connection and a Membrane account is proportionate to the integration.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or global agent config. Autonomous invocation is allowed (platform default) but there are no additional persistence or elevated privileges requested.
Assessment
This skill appears to be what it says: a Membrane-based FracTEL connector. Before installing/running: (1) confirm you trust Membrane (@membranehq/cli) because running 'npm install -g' executes third-party code on your machine; consider installing in a controlled environment or using npx to avoid a global install; (2) verify the connector and API endpoints returned by Membrane before sending sensitive data; (3) note the small doc typo ("fructel" vs "FracTEL") — if in doubt, verify the official FracTEL developer docs and the Membrane connector listing; and (4) if you need higher assurance, request the repository or manifest that created this skill so you can audit exact commands and versions.

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

latestvk975aqjkbyc6v8bmaf7zsw47358439kz

License

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

Comments