Install
openclaw skills install oneabcAccess OpenAI-, Claude-, DeepSeek-, Sora-, Midjourney-, and Suno-compatible models through the oneabc.io API. Use when the user asks to call OneABC models from a local wrapper or list available models.
openclaw skills install oneabcUse this skill when the user asks to access OneABC models through a local script wrapper.
Set one of these before use:
ONEABC_API_KEYOPENAI_API_KEY (only if you intentionally mirror the same key there)Optional:
ONEABC_BASE_URL default: https://api.oneabc.orgList models:
node scripts/oneabc.js models
Chat:
node scripts/oneabc.js chat gpt-4o "Hello"
Image:
node scripts/oneabc.js image "a product photo on white background"
Video:
node scripts/oneabc.js video "a shower head rotating in studio light"
Music:
node scripts/oneabc.js music "an upbeat product promo song"