Build with each::labs generative media APIs, workflows, each::sense, docs, and MCP tools.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
each_api_keyAPI key for authenticated each::labs model, prediction, workflow, each::sense, and LLM Router actions.
${user_config.each_api_key}Open source Codex and Claude Code plugin for each::labs generative media APIs.
Give this repository to Codex or Claude Code and ask it to install the plugin. The repo contains both marketplace formats, so agents can detect the right installer for their runtime.
The plugin bundles a single eachlabs MCP server with:
Paste this into Codex or Claude Code:
Install the each::labs plugin from https://github.com/bulbulogludemir/eachlabs-ai-plugin.
Use the marketplace format for your runtime. Do not hardcode my API key.
If authenticated tools are needed, ask me to provide EACH_API_KEY securely.
This repository does not include an API key.
EACH_API_KEY or EACHLABS_API_KEY.Users configure credentials during setup:
EACH_API_KEY in the environment before launching Codex.userConfig prompt.Add the marketplace:
codex plugin marketplace add bulbulogludemir/eachlabs-ai-plugin
Then install eachlabs-ai from the each::labs marketplace in the Codex Plugins UI.
For authenticated tools, provide an API key in your shell environment before launching Codex:
export EACH_API_KEY="..."
Add the marketplace:
claude plugin marketplace add bulbulogludemir/eachlabs-ai-plugin
Install the plugin:
claude plugin install eachlabs-ai@eachlabs-ai
Claude Code prompts for the API key through plugin user configuration. You can leave it empty for docs/model-listing-only workflows and configure it later for account actions.
eachlabs MCP serversearch_each_labs, query_docs_filesystem_each_labsdist/ build, so users do not need to build the MCP after installing the pluginplugins/eachlabs-ai: Codex and Claude Code plugin manifests, shared skill, bundled MCP server, and assets.The MCP server is bundled under plugins/eachlabs-ai/mcp.
cd plugins/eachlabs-ai/mcp
npm install
npm run check
npm run build
The committed dist/ directory lets plugin installs run without a build step.
python3 plugins/eachlabs-ai/scripts/smoke_eachlabs.py
This checks the public each::labs model listing endpoint and does not require an API key.
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bulbulogludemir/eachlabs-ai-plugin --plugin eachlabs-aiConfigurable MCP wrapper that consolidates your tools into just 3, using semantic search for on-demand discovery and sandboxed TypeScript execution. Ships with 7 example servers (96 tools) - reduces context consumption by 97% (48k tokens down to 1.1k).
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
MCP server development helper with tool and resource scaffolding
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Hot-reloadable versioned prompts with easy tools for prompt engineering, chain workflows, quality gates. Symbolic syntax: >>prompt --> >>chain @framework :: 'gate'