each-sense
each::sense is the intelligent layer for generative media. A unified AI agent that generates marketing assets, ads, product images, videos, and creative content. It knows all AI models and automatically selects the best one for your task. Use for any creative content generation request.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/eftalyurtseven/each-senseeach::sense - Intelligent Layer for Generative Media
each::sense is a unified AI agent that can generate images, videos, build workflows, search the web, and hold conversational interactions. It uses Claude as the orchestrator with access to 200+ AI models.
Use each::sense when the user needs:
- Marketing assets and ad creatives
- Product images and e-commerce visuals
- Video content (ads, UGC, social media)
- Any creative content generation
- Multi-step workflows combining multiple AI models
Authentication
Header: X-API-Key: <your-api-key>
Get your API key at eachlabs.ai → API Keys.
Set the EACHLABS_API_KEY environment variable.
Base URL
https://sense.eachlabs.run
Quick Start
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate a portrait of a woman with golden hour lighting",
"mode": "max"
}'
The endpoint returns Server-Sent Events (SSE) with real-time progress and the final generated output.
Request Schema
{
"message": "string (required) - User's request",
"session_id": "string (optional) - Session ID for conversation history and multi-turn chats",
"mode": "string (optional, default: 'max') - Quality mode: 'max' or 'eco'",
"behavior": "string (optional, default: 'agent') - Behavior: 'agent', 'plan', or 'ask'",
"model": "string (optional, default: 'auto') - Model slug or 'auto' for AI selection",
"image_urls": "array[string] (optional) - Image URLs for editing/processing",
"workflow_id": "string (optional) - Enables workflow building mode",
"version_id": "string (optional) - Required with workflow_id",
"web_search": "boolean (optional, default: true) - Enable/disable web search",
"enable_safety_checker": "boolean (optional, default: true) - Set to false to allow NSFW content generation"
}
Parameter Details
| Parameter | Type | Default | Description |
|---|---|---|---|
message | string | required | Natural language request |
session_id | string | null | Session ID for conversation history. Use to continue previous chats, handle clarifications, and iteratively refine outputs |
mode | string | "max" | max = best quality, eco = fastest/cheapest |
behavior | string | "agent" | agent = auto-execute, plan = explain first, ask = clarify first |
model | string | "auto" | Specific model slug or "auto" for AI selection |
image_urls | array | null | URLs of images to process/edit |
workflow_id | string | null | Enables workflow building mode |
version_id | string | null | Workflow version, required with workflow_id |
web_search | boolean | true | Allow web search for information |
enable_safety_checker | boolean | true | Set to false to allow NSFW content generation |
Modes
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-eftalyurtseven-each-sense": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
eachlabs-video-edit
Edit, transform, extend, upscale, and enhance videos using EachLabs AI models. Supports lip sync, video translation, subtitle generation, audio merging, style transfer, and video extension. Use when the user wants to edit or transform existing video content.
ai-headshot-generation
Generate professional AI headshots from casual photos using each::sense AI. Create corporate portraits, LinkedIn photos, executive headshots, team photos, and more with consistent, professional quality.
menu-design-generation
Generate professional restaurant, cafe, and bar menu designs using each::sense AI. Create print-ready menus, digital displays, QR code menus, and seasonal specials with stunning food photography and elegant typography layouts.
digital-twin-generation
Generate photorealistic digital twins and avatar clones using each::sense AI. Create AI-powered digital representations for video calls, corporate communications, customer service, and multilingual content.
logo-generation
Generate professional logos using each::sense AI. Create wordmarks, icon logos, combination marks, monograms, mascots, emblems, and abstract logos for brands, startups, and businesses.