From eachlabs-ai
Use when building, debugging, or explaining integrations with each::labs, eachlabs.ai, each::api, each::workflows, each::sense, the each::labs LLM Router, or the each::labs MCP. Also use for image, video, audio, 3D, or workflow generation tasks that mention Eachlabs or EACHLABS_API_KEY.
How this skill is triggered — by the user, by Claude, or both
Slash command
/eachlabs-ai:eachlabsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to build practical each::labs integrations in Codex. Prefer current official documentation over memory when endpoint details, model slugs, schemas, or pricing behavior matter.
Use this skill to build practical each::labs integrations in Codex. Prefer current official documentation over memory when endpoint details, model slugs, schemas, or pricing behavior matter.
https://api.eachlabs.ai.https://workflows.eachlabs.run/api/v1.https://eachsense-agent.core.eachlabs.run.https://api.eachlabs.ai/v1.eachlabs server with docs proxy tools plus action tools.When the bundled eachlabs MCP is available, use it for current docs lookup before implementing or answering precise API questions:
search_each_labs.query_docs_filesystem_each_labs.If MCP tools are unavailable, use the public docs index at https://docs.eachlabs.ai/llms.txt.
Prefer its purpose-built tools over hand-written HTTP calls:
eachlabs_search_models, eachlabs_get_model, and eachlabs_get_model_request_schema for model discovery and schemas.eachlabs_create_prediction_checked, eachlabs_run_model, and eachlabs_wait_prediction for direct generation.eachlabs_create_workflow, eachlabs_execute_workflow, and workflow execution polling tools for workflows.eachsense_chat_completion and eachsense_build_workflow for each::sense.eachlabs_llm_chat_completion for LLM Router calls.EACHLABS_API_KEY.EACH_API_KEY.EACH_API_KEY or EACHLABS_API_KEY for local server-side calls.X-API-Key.For each::api direct model execution:
POST /v1/prediction with model, version, and input.GET /v1/prediction/{id} until success, failed, or cancelled.The default prediction status flow is starting to processing to a terminal state.
enable_safety_checker: false when the user explicitly asks for that behavior and the selected model supports it.input object.request_schema when practical.GET https://api.eachlabs.ai/v1/models?limit=3.EACHLABS_API_KEY=...
EACHLABS_API_BASE_URL=https://api.eachlabs.ai
EACHSENSE_BASE_URL=https://eachsense-agent.core.eachlabs.run/v1
EACHLABS_WORKFLOWS_BASE_URL=https://workflows.eachlabs.run/api/v1
npx claudepluginhub bulbulogludemir/eachlabs-ai-plugin --plugin eachlabs-aiRuns AI models on Replicate via predictions, webhooks, and streaming. Fetches model schemas, validates inputs, polls for results, and handles output URLs.
Generates ComfyUI workflow JSON files from natural language descriptions for txt2img, img2img, txt2vid, img2vid, upscale, inpaint, audio, and 3D tasks. Outputs valid, importable JSON with model download links and custom node requirements.
Guides full Runway API setup in Node.js/Python projects: checks server-side compatibility, configures API key/SDK install, integrates video/image/audio generation endpoints.