Overview
- Skill Key
- eftalyurtseven/each-sense
- Author
- eftalyurtseven
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/eftalyurtseven/each-sense
- Latest Commit SHA
- cdc3a2cb97f36c92361cf7caa894199fdb0b3485
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 each-sense 技能。 若已安装,则直接安装 each-sense 技能。
# each::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](https://eachlabs.ai) → API Keys.
Set the `EACHLABS_API_KEY` environment variable.
## Base URL
```
https://sense.eachlabs.run
```
## Quick Start
```bash
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
```json
{
"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 Det...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.