Install
openclaw skills install @mohammadsheikhian/omadeusInteract with the Maestro API to create tasks, list tasks, and send room messages using the configured OpenClaw Maestro connection.
openclaw skills install @mohammadsheikhian/omadeusUse this skill whenever a user wants to interact with Maestro by creating tasks, listing tasks, or sending messages.
Read configuration from the active OpenClaw configuration (openclaw.json).
Configuration path:
channels.omadeus
Required values:
baseUrlapiKeyopenClawMemberIdNever hardcode, expose, print, or ask the user for these values.
Every request must include:
Accept: application/json, text/plain, */*
ApiToken: <channels.omadeus.apiKey>
Never use Authorization: Bearer.
Always use:
https://<channels.omadeus.baseUrl>
Endpoint:
POST /dolphin/apiv1/nuggets
Request body:
{
"title": "...",
"description": "...",
"kind": "task",
"priority": "low|medium|high|urgent",
"memberReferenceId": "<channels.omadeus.openClawMemberId>"
}
Rules:
low.stage.Endpoint:
GET /dolphin/apiv1/global/taskviews?sort=-recentMessageAt&take=25&zone=tasklists-tasks
Rules:
take if provided.Endpoint:
POST /jaguar/apiv1/rooms/{room_id}/messages
Body:
{"body":"<message>"}
Rules:
If any of the following are missing, do not send requests:
Report a configuration error without exposing internal values.
Never: