OOMOL Fusion API (oomol.com). Use this skill for ANY OOMOL Fusion API request — reading, creating, updating, and deleting data. Whenever a task involves OOMOL Fusion API, use this skill instead of calling the API directly.
OOMOL Fusion API (oomol.com). Use this skill for ANY OOMOL Fusion API request — reading, creating, updating, and deleting data. Whenever a task involves OOMOL Fusion API, use this skill instead of calling the API directly.
Operate OOMOL Fusion API through your OOMOL-connected account. This skill calls the fusion-api connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Running an action
OOMOL Fusion API needs no account connection. Assume the oo CLI is installed and signed in. Do not run oo auth login proactively — just run the action. Fall back to First-time setup only when a command actually fails.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
2. Run the action with a JSON payload that matches the input schema:
oo connector run "fusion-api" --action "<action_name>" --data '<json>' --json
--data takes a JSON object string or @path/to/file.json; omit it to send {}.
The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.
Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.
Available actions
cosyvoice_tts_generate — Generate speech audio with CosyVoice TTS.
cphone_nano_banana_result — Get cphone-nano-banana task result
cphone_nano_banana_state — Get cphone-nano-banana task state
cphone_nano_banana_submit — Edit images with Nano Banana [write]
deepseek_ocr_recognize — Recognize text from a single image.
doubao_stt_result — Get doubao-stt task result
doubao_stt_state — Get doubao-stt task state
doubao_stt_submit — Convert speech to text with Doubao [write]
doubao_text_to_image_seedream_generate — Generate images from text with Doubao Seedream
doubao_tts_result — Get doubao-tts task result
doubao_tts_state — Get doubao-tts task state
doubao_tts_submit — Convert text to speech with Doubao [write]