Axis Lms

v1.0.2

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

0· 56·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 skill's stated purpose (Axis LMS integration) matches its instructions: it uses Membrane to connect, list actions, run actions, and proxy requests to Axis LMS. Minor incoherence: the registry shows 'required binaries: none' even though the SKILL.md instructs installing the @membranehq/cli (npm global) or using npx; the skill should have declared that dependency explicitly.
Instruction Scope
Instructions are scoped to interacting with Axis LMS via the Membrane CLI and do not attempt to read unrelated files or ask for unrelated environment variables. Important behavioral note: the skill tells you to proxy raw API requests through Membrane — that means request payloads and Axis data will be sent to Membrane's service (including auth headers handled by Membrane). This is coherent with the skill but a privacy/trust consideration.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but the SKILL.md recommends installing @membranehq/cli globally via npm (or using npx). Installing a global npm package is a non-trivial action and should be vetted: verify the npm package name, publisher, and that you trust the Membrane project before installing globally.
Credentials
The skill requests no environment variables or credentials in the registry. Authentication is handled interactively by Membrane. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not require modifying other skills or system-wide settings, and is user-invocable. It will rely on the Membrane CLI's local configuration for credential storage (expected behavior).
Assessment
This skill is coherent but relies on and directs network traffic through the Membrane service and asks you to install the @membranehq/cli. Before installing or running it: 1) confirm the npm package and publisher (search npmjs.com and the listed GitHub repo) and prefer using npx for one-off runs to avoid a global install; 2) understand that Membrane will broker API calls and may see request/response data and tokens — ensure you trust their service/privacy policy for your data; 3) if you require higher assurance, ask for a signed release or source code for the connector, or run the CLI in an isolated environment/container; 4) do not provide Axis API keys directly to the skill (the instructions correctly advise using Membrane connections).

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

latestvk97axwmthrrp8ar9ve4p0g2b918438a5

License

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

Comments