OneABC
Use this skill when the user asks to access OneABC models through a local script wrapper.
Required environment
Set one of these before use:
ONEABC_API_KEYOPENAI_API_KEY(only if you intentionally mirror the same key there)
Optional:
ONEABC_BASE_URLdefault:https://api.oneabc.org
Commands
List 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"
Notes
- Never hardcode API keys into the skill files.
- If the environment variable is missing, stop and report it.