Ory
v1.0.0ORY integration. Manage data, records, and automate workflows. Use when the user wants to interact with ORY data.
⭐ 0· 49·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
The skill declares itself as an ORY integration and all runtime instructions revolve around using the Membrane CLI to connect to ORY and run proxied requests — this is coherent. Minor mismatch: the SKILL.md says network access and a Membrane account are required, but the package metadata declares no required binaries (the CLI installation requires npm/node).
Instruction Scope
Instructions focus on installing and using the Membrane CLI, creating connections, listing actions, running actions, and proxying requests to ORY. They do not instruct reading unrelated files or exfiltrating local secrets, and they explicitly advise against asking users for API keys (delegating auth to Membrane).
Install Mechanism
There is no install spec in the registry (instruction-only), but SKILL.md instructs running `npm install -g @membranehq/cli`. Using npm is a normal, traceable install route; however the manifest does not declare required binaries (npm/node) or an install step, which is an inconsistency to be aware of.
Credentials
The skill requests no environment variables or local credentials. It relies on Membrane to manage authentication server-side, which is appropriate for the stated purpose. Be aware that trusting Membrane means ORY credentials and proxied request data are handled by that external service.
Persistence & Privilege
The skill is instruction-only, does not request always:true or other elevated persistence, and does not attempt to modify other skills or system-wide configuration. Autonomous invocation defaults are unchanged and appropriate for this kind of integration.
Assessment
This skill is coherent: it expects you to use the Membrane CLI to talk to ORY rather than embedding ORY credentials locally. Before installing, ensure you have Node/npm available (the SKILL.md asks you to run an npm -g install even though the registry metadata doesn't list npm as a required binary). Understand that requests and credentials will be routed through Membrane — only proceed if you're comfortable trusting their service and reviewing the @membranehq/cli package on npm/GitHub. In sensitive environments, verify the package source, avoid installing global packages without approval, and consider whether sending ORY data through a third-party proxy meets your security/privacy policies.Like a lobster shell, security has layers — review code before you run it.
latestvk9708zyjbf1xbwy9yj0yv3af1584fjjw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
