← Back to Skills Marketplace
Rydoo
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
184
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install rydoo
Description
Rydoo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Rydoo data.
Usage Guidance
This skill appears coherent and uses Membrane to handle authentication and API calls. Before installing or running commands: (1) verify the Membrane CLI package (@membranehq/cli) source (GitHub/npm) and prefer using `npx` or a pinned version rather than `npm install -g @membranehq/cli@latest`; (2) review what permissions the Membrane connection requests when you connect your Rydoo account; (3) be cautious when pasting authorization codes in headless flows and only use codes shown by the legitimate Membrane login flow; (4) review Membrane's privacy/security documentation if you need assurances about where tokens are stored and how credentials are handled. If you want extra caution, avoid a global install and run the CLI in an isolated environment or container.
Capability Analysis
Type: OpenClaw Skill
Name: rydoo
Version: 1.0.3
The Rydoo skill bundle provides instructions for an AI agent to interact with the Rydoo API using the Membrane CLI. It guides the agent through installing the CLI (`@membranehq/cli`), authenticating via a browser-based flow, and discovering or creating actions to manage travel and expense data. The instructions in SKILL.md emphasize security best practices, such as delegating credential management to the Membrane platform rather than handling raw API keys, and no malicious code, data exfiltration, or harmful prompt injections were identified.
Capability Assessment
Purpose & Capability
The skill is an integration for Rydoo that delegates auth and API calls to the Membrane platform. It asks for a Membrane account and network access, which match the stated purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, logging in, creating a connection, discovering and running actions, and best practices. It does not instruct reading local secrets, unrelated files, or contacting endpoints outside the Membrane/Rydoo workflow. The guidance to avoid asking users for API keys is appropriate.
Install Mechanism
The skill is instruction-only (no install spec), but recommends installing @membranehq/cli via `npm install -g` (or using npx in examples). Installing a global npm package is a typical pattern but carries the usual supply-chain risk of npm packages; using the npx approach reduces persistence on disk. The homepage and repository point to Membrane projects, which is reasonable, but users should verify package provenance before global install.
Credentials
No environment variables, config paths, or credentials are declared or required. The instructions explicitly direct using Membrane-managed connections instead of asking for API keys, which is proportionate to the integration's needs.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not instruct modifying other skills or system-wide agent settings. Autonomous invocation is allowed (default) but that is normal and not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rydoo - After installation, invoke the skill by name or use
/rydoo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Rydoo?
Rydoo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Rydoo data. It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Rydoo?
Run "/install rydoo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rydoo free?
Yes, Rydoo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rydoo support?
Rydoo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rydoo?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills