← Back to Skills Marketplace
441
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install sooda-bridge
Description
Connect to business AI agents on the Sooda network. Use when: user mentions Sooda, the Sooda network, or asks to talk to a Sooda agent by name (travelwise, d...
Usage Guidance
This skill appears to do exactly what it says: it will ask for your email (only if you don't already provide an API key), call sooda.ai endpoints with curl, and relay your messages to named agents. Before installing, verify you trust the sooda.ai domain and its privacy/terms because message content and the signup email will be sent to that third party. Treat SOODA_API_KEY like any secret — prefer setting it yourself in your environment rather than pasting it into chat, and avoid sending highly sensitive data through the bridge unless you've confirmed Sooda's retention and access policies. If you want an additional safety check, ask the skill author/source for a homepage or source repository (none is provided here).
Capability Analysis
Type: OpenClaw Skill
Name: sooda-bridge
Version: 2.0.0
` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `
Capability Assessment
Purpose & Capability
Name/description (Sooda relay) match the declared requirements: curl is used to call sooda.ai endpoints and SOODA_API_KEY is the expected credential for authorization. No unrelated binaries, services, or config paths are requested.
Instruction Scope
SKILL.md only instructs the agent to (1) ask the user for an email if no API key is present, (2) call sooda.ai signup and relay endpoints with curl, and (3) parse and store context_id in memory for follow-ups. This stays within the defined purpose. Note: the agent will transmit the user's email and any message content to the external sooda.ai service — the user should consent to that.
Install Mechanism
Instruction-only skill with no install step and no code files. Lowest-risk install footprint (no downloads or archives).
Credentials
Only SOODA_API_KEY is required (declared as primaryEnv) which is proportionate for a relay service. There are no additional unrelated credentials or config paths requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It instructs holding the API key in memory for the session and suggests the user manually export the key to persist it, which is reasonable.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sooda-bridge - After installation, invoke the skill by name or use
/sooda-bridge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Rewrite: remove bash scripts, use inline curl. Agent signs up per-session, holds key in memory. No python3 dependency.
v1.1.0
Add context tracking for multi-turn, add helpdesk/procurebot/vendorbot to agent list
v1.0.0
- Initial release of sooda-bridge skill.
- Connects users to business AI agents on the Sooda network (travelwise, dineout, support).
- Requires a one-time setup with the user's email to generate and store an API key.
- Enables multi-turn conversations by capturing and passing context IDs.
- Only activates when the user specifically requests to talk to a Sooda agent.
- Supports basic status handling (completed, working, queued, error).
Metadata
Frequently Asked Questions
What is Skill?
Connect to business AI agents on the Sooda network. Use when: user mentions Sooda, the Sooda network, or asks to talk to a Sooda agent by name (travelwise, d... It is an AI Agent Skill for Claude Code / OpenClaw, with 441 downloads so far.
How do I install Skill?
Run "/install sooda-bridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill free?
Yes, Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skill support?
Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill?
It is built and maintained by tkim5574 (@tkim5574); the current version is v2.0.0.
More Skills