Ordway

v1.0.2

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

0· 81·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 description says it integrates with Ordway and the SKILL.md consistently instructs the agent to use the Membrane CLI and Membrane-managed connections to access Ordway — the requested operations match the stated purpose.
Instruction Scope
Instructions are concrete and scoped: install the Membrane CLI, use membrane login/connect/action/request commands, and prefer Membrane-managed actions. The doc does not ask the agent to read unrelated files or exfiltrate secrets; it explicitly advises against asking users for API keys.
Install Mechanism
There is no package install spec in the skill bundle, but the SKILL.md instructs users to run `npm install -g @membranehq/cli`. That is a normal third-party CLI install but is a network download executed outside the skill — users should verify the package source and be aware of the usual risks of global npm installs.
Credentials
The skill declares no required environment variables or credentials and instructs using Membrane connections for auth. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true, no install-time writes are declared by the skill bundle, and it does not instruct modifying other skills or system-wide config. Autonomous model invocation is allowed but unremarkable here.
Assessment
This skill is coherent and appears to do what it says: it relies on the Membrane CLI to access Ordway. Before installing/using it, verify you trust @membranehq/cli (review the npm package page and the GitHub repo), be aware that `npm install -g` runs network-downloaded code as a global CLI, and confirm you’re comfortable authorizing Membrane to proxy Ordway requests (browser OAuth flow will be used). If you need stricter controls, run the CLI in a constrained environment or inspect the CLI source before installing.

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

latestvk978bqhxjctj9pm3pvt4sqj6en843w8t

License

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

Comments