← 返回
未分类 中文

CoralOS

End-to-end Coral Cloud workflow — discover registry remote agents, compose and launch a session of agents, then monitor and close it.
端到端 Coral Cloud 工作流——发现注册表远程代理、组合并启动代理会话、监控并关闭。
omni-georgio
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 283
下载
💾 0
安装
1
版本
#latest

概述

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

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

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,474
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,883
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,579