← Back to Skills Marketplace
omni-georgio

CoralOS

by omni-georgio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install coralos-run-remote-agents
Description
End-to-end Coral Cloud workflow — discover registry remote agents, compose and launch a session of agents, then monitor and close it.
README (SKILL.md)

Coral

Use this skill to run a complete Coral Cloud session: discover available agents, build and submit a session payload, then monitor and close it.

Phase 1 — Discover (Registry)

Identify the agent you want to run before composing a session payload.

Fast commands:

  • bash scripts/list_registry_agents.sh
  • bash scripts/inspect_registry_agent.sh \x3Csource> \x3Cagent_name> \x3Cversion>

Live endpoints:

  • List: GET https://api.coralcloud.ai/api/v1/registry
  • Inspect: GET https://api.coralcloud.ai/api/v1/registry/{source}/{agentName}/{version}

Before moving on, record:

  • source
  • agentName
  • version
  • notable option requirements and constraints

If you see {"message":"Not found"}, compare the URL to the current Coral Cloud API guide.


Phase 2 — Create Session

Build and submit a POST /api/v1/local/session payload using the agent identified in Phase 1.

Fast commands:

  • bash scripts/create_session.sh examples/payloads/echo-session.json
  • bash scripts/create_session_from_simple.sh examples/payloads/simple/echo-session.json

Payload notes:

  • Payload shape is strict — start from examples/payloads/echo-session.json or expand from examples/payloads/simple/ using scripts/build_coral_session_payload.py.
  • Required fields: agentGraphRequest, namespaceProvider, execution.
  • Optional: session annotations, extendedEndReport.
  • Custom tool/webhook flows are experimental until callback host policy is confirmed in your environment.

Success criteria:

  • Non-error API response
  • Real sessionId in the response

Phase 3 — Manage Session

Monitor progress and clean up after the session is running.

Fast command:

  • bash scripts/get_session_state.sh \x3Cnamespace> \x3Csession_id>

Live endpoint:

  • State: GET /api/v1/local/session/{namespace}/{sessionId}
  • Verify list and delete routes against your environment before automating cleanup loops.

Lifecycle checklist:

  • Session exists
  • Agents connect and begin execution
  • Output appears in Coral Cloud thread when requested
  • Session is closed when no longer needed

Success criteria:

  • Real state payload for the target session
  • Evidence of agent progress and/or thread activity
Usage Guidance
This skill's instructions describe valid Coral Cloud operations, but it omits two important things: (1) the helper scripts and example payloads it tells you to run are not included in the package, and (2) it does not state how to authenticate to api.coralcloud.ai. Before installing or running it, verify where the scripts/payloads come from and whether you need to provide an API token or other secret. Do not store secrets in insecure places; if the skill author expects the agent to read env vars or local config, ask them to document which variables are required and why. If you plan to exercise the live endpoints, run tests in an isolated environment (or sandbox) and confirm the Coral Cloud domain is legitimate (docs.coralos.ai). If you have doubts about missing files or hidden auth behavior, treat the skill as untrusted until the author provides the missing artifacts and authentication guidance.
Capability Analysis
Type: OpenClaw Skill Name: coralos-run-remote-agents Version: 1.0.0 The skill bundle defines a workflow for interacting with an external service (api.coralcloud.ai) by executing several local shell and Python scripts (e.g., scripts/create_session.sh, scripts/build_coral_session_payload.py). While the instructions in SKILL.md appear to describe a legitimate agent management process, the reliance on external scripts and network communication constitutes a high-risk capability. Because the actual logic within the referenced scripts is not provided for review, the potential for malicious behavior such as unauthorized data exfiltration or command injection cannot be excluded.
Capability Assessment
Purpose & Capability
The skill's purpose (discover, create, manage Coral Cloud sessions) aligns with the listed API endpoints and commands, but it claims no required credentials or files while instructing use of remote API endpoints and local helper scripts/examples that are not included in the package. A Coral Cloud integration typically needs authentication (API key or token) and the provided shell/Python helper scripts; their absence is a mismatch.
Instruction Scope
Runtime instructions direct the agent to call live endpoints at api.coralcloud.ai and run local scripts (bash scripts/* and scripts/build_coral_session_payload.py) and to use example payload files (examples/payloads/...). The skill does not include these files and gives no explicit auth or environment guidance, leaving the agent discretion to run network calls or local commands against whatever environment the user provides.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code—lowest install risk. Nothing is written to disk by the skill package itself.
Credentials
No environment variables, credentials, or config paths are declared, yet the instructions require calling authenticated-sounding APIs and likely need a Coral Cloud API token or local configuration. The absence of declared credentials is disproportionate and unclear about where secrets come from or how they are used.
Persistence & Privilege
The skill does not request persistent/always-on presence (always:false) and uses the default model invocation behavior. It does not attempt to modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coralos-run-remote-agents
  3. After installation, invoke the skill by name or use /coralos-run-remote-agents
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Coral Cloud end-to-end workflow skill. - Discover available registry agents and inspect details. - Compose and submit a session payload to launch remote agents. - Monitor session progress and manage agent lifecycle. - Includes example scripts and payload templates for fast onboarding. - API endpoints and command-line helpers documented step-by-step.
Metadata
Slug coralos-run-remote-agents
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CoralOS?

End-to-end Coral Cloud workflow — discover registry remote agents, compose and launch a session of agents, then monitor and close it. It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.

How do I install CoralOS?

Run "/install coralos-run-remote-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CoralOS free?

Yes, CoralOS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CoralOS support?

CoralOS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CoralOS?

It is built and maintained by omni-georgio (@omni-georgio); the current version is v1.0.0.

💬 Comments