interior-design-visualization by eachlabs/skills
npx skills add https://github.com/eachlabs/skills --skill interior-design-visualization使用 each::sense 转换和可视化室内空间。此技能接收现有房间的照片,并生成具有不同风格、家具、颜色和布局的重新设计版本。
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": "Redesign this living room in a modern minimalist style with neutral colors and clean lines",
"image_urls": ["https://example.com/my-living-room.jpg"],
"mode": "max"
}'
| 风格 | 特点 | 最适合 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 现代 | 简洁线条、中性色彩、极简装饰 | 客厅、办公室 |
| 极简主义 | 稀疏家具、白色/浅色、开阔空间 | 任何房间 |
| 斯堪的纳维亚 | 浅色木材、白墙、舒适纺织品 | 卧室、客厅 |
| 工业风 | 裸露砖墙、金属点缀、原始材料 | 阁楼、厨房 |
| 波西米亚 | 浓郁色彩、图案、折衷装饰 | 卧室、客厅 |
| 中世纪现代 | 复古家具、温暖木材、大胆色彩 | 客厅、办公室 |
| 农舍风 | 质朴木材、中性色彩、复古点缀 | 厨房、餐厅 |
| 当代 | 当前趋势、混合材料、精致感 | 任何房间 |
| 海岸风 | 浅蓝色、白色、自然纹理 | 卧室、浴室 |
| 传统 | 经典家具、丰富色彩、华丽细节 | 正式空间 |
在保持房间结构的同时,通过完全重新设计来改造现有房间。
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": "Completely redesign this room. Keep the same layout but update all furniture, decor, and colors. Make it feel more luxurious and sophisticated with a contemporary style. Include a statement light fixture and add some greenery.",
"image_urls": ["https://example.com/current-room.jpg"],
"mode": "max"
}'
将房间从一种设计风格转换为另一种。
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": "Transform this cluttered traditional living room into a minimalist Japanese-inspired space. Remove excess furniture, use a neutral color palette with whites and light wood tones, add a low platform sofa, and incorporate zen elements like a simple indoor plant and natural light.",
"image_urls": ["https://example.com/traditional-room.jpg"],
"mode": "max"
}'
查看特定家具在您空间中的效果。
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": "Add furniture to this empty living room: place a large L-shaped sectional sofa in gray fabric facing the window, a round marble coffee table in the center, two accent armchairs in terracotta velvet, a media console against the wall, and a large area rug underneath. Keep the existing flooring and wall color.",
"image_urls": ["https://example.com/empty-living-room.jpg"],
"mode": "max"
}'
预览您的房间使用不同墙壁颜色和点缀颜色的效果。
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": "Change the color scheme of this room. Paint the walls in a deep forest green, update the curtains to cream linen, add gold accent pieces, and change the throw pillows to mustard yellow and cream. Keep all existing furniture but change the soft furnishings.",
"image_urls": ["https://example.com/beige-room.jpg"],
"mode": "max"
}'
预览厨房翻新,包括橱柜、台面和电器。
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": "Remodel this dated kitchen into a modern farmhouse style. Replace the cabinets with white shaker-style cabinets, add a large kitchen island with a butcher block top, install stainless steel appliances, add subway tile backsplash, change countertops to white quartz, and include open shelving on one wall. Add pendant lights over the island.",
"image_urls": ["https://example.com/old-kitchen.jpg"],
"mode": "max"
}'
通过新的固定装置和饰面改造浴室美学。
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": "Transform this outdated bathroom into a spa-like retreat. Replace the vanity with a floating double vanity in walnut wood, add a frameless glass shower enclosure, install large format white marble-look tiles on the walls, add matte black fixtures and hardware, include a freestanding soaking tub if space allows, and add warm LED lighting behind the mirror.",
"image_urls": ["https://example.com/bathroom-before.jpg"],
"mode": "max"
}'
创建富有成效且时尚的家庭办公室或商业工作空间设计。
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": "Design this spare bedroom as a professional home office. Add a large L-shaped desk in walnut, an ergonomic mesh office chair, built-in bookshelves on one wall, proper task lighting with a desk lamp and overhead light, some indoor plants for freshness, and a comfortable reading nook by the window. Keep it professional but warm.",
"image_urls": ["https://example.com/spare-bedroom.jpg"],
"mode": "max"
}'
通过新家具、纺织品和氛围改造卧室。
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": "Give this master bedroom a luxury hotel makeover. Add an upholstered king bed with a tall tufted headboard in gray velvet, matching nightstands with elegant table lamps, a bench at the foot of the bed, floor-to-ceiling curtains in a soft white, layered bedding in white and taupe, and a plush area rug. Create a serene and sophisticated atmosphere.",
"image_urls": ["https://example.com/bedroom-current.jpg"],
"mode": "max"
}'
使用会话连续性为同一房间生成多种风格选项。
# First option - Modern style
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": "Redesign this living room in a modern contemporary style with clean lines, neutral colors, and sophisticated furniture. Include a sectional sofa, modern coffee table, and contemporary art.",
"image_urls": ["https://example.com/living-room.jpg"],
"session_id": "living-room-options-001",
"mode": "max"
}'
# Second option - Bohemian style (same session)
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": "Now redesign the same living room in a bohemian style. Use rich colors, layered textiles, eclectic furniture, lots of plants, and global-inspired decor. Make it feel cozy and collected.",
"session_id": "living-room-options-001",
"mode": "max"
}'
# Third option - Scandinavian style (same session)
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": "Create a third option with Scandinavian style. Light wood floors, white walls, minimal furniture in light colors, cozy textiles like sheepskin throws, and plenty of natural light. Keep it simple and hygge.",
"session_id": "living-room-options-001",
"mode": "max"
}'
生成并排的可视化效果,展示改造过程。
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": "Create a dramatic before and after comparison. Take this dated 1990s living room and transform it into a modern 2024 design. Show both versions side by side - the original on the left and the redesigned version on the right. The new design should feature contemporary furniture, updated lighting, modern color palette, and current design trends.",
"image_urls": ["https://example.com/dated-room.jpg"],
"mode": "max"
}'
"Transform this [room type] into a [style] design.
[Specific changes for major elements like walls, floors, furniture]
[Color palette preferences]
[Lighting requirements]
[Accessories and decor]
[Overall mood/atmosphere]"
在生成前询问您的用户:
“您想要快速且经济,还是高质量?”
| 模式 | 最适合 | 速度 | 质量 |
|---|---|---|---|
max | 最终设计展示、客户提案 | 较慢 | 最高 |
eco | 快速概念探索、初步头脑风暴 | 较快 | 良好 |
使用 session_id 迭代设计:
# Initial design
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": "Redesign this bedroom in a modern style with neutral colors",
"image_urls": ["https://example.com/bedroom.jpg"],
"session_id": "bedroom-project-001",
"mode": "max"
}'
# Refine based on feedback
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": "I like it but make the headboard larger and add more warm wood tones. Also add some plants.",
"session_id": "bedroom-project-001",
"mode": "max"
}'
# Final adjustments
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": "Perfect! Now add some artwork above the bed and change the throw pillows to a dusty rose color.",
"session_id": "bedroom-project-001",
"mode": "max"
}'
| 错误 | 原因 | 解决方案 |
|---|---|---|
Failed to create prediction: HTTP 422 | 余额不足 | 在 eachlabs.ai 充值 |
| 内容策略违规 | 禁止的内容 | 调整提示词以符合内容策略 |
| 超时 | 生成过程复杂 | 将客户端超时设置为至少 10 分钟 |
| 图片无法访问 | 无效或私密 URL | 使用可公开访问的图片 URL |
each-sense - 核心 API 文档product-photo-generation - 电子商务产品照片meta-ad-creative-generation - 社交媒体广告创意每周安装量
102
仓库
GitHub 星标数
8
首次出现
2026年2月20日
安全审计
安装于
gemini-cli101
github-copilot100
codex100
kimi-cli100
cursor100
amp100
Transform and visualize interior spaces using each::sense. This skill takes photos of existing rooms and generates redesigned versions with different styles, furniture, colors, and layouts.
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": "Redesign this living room in a modern minimalist style with neutral colors and clean lines",
"image_urls": ["https://example.com/my-living-room.jpg"],
"mode": "max"
}'
| Style | Characteristics | Best For |
|---|---|---|
| Modern | Clean lines, neutral colors, minimal decor | Living rooms, offices |
| Minimalist | Sparse furniture, white/light colors, open space | Any room |
| Scandinavian | Light wood, white walls, cozy textiles | Bedrooms, living rooms |
| Industrial | Exposed brick, metal accents, raw materials | Lofts, kitchens |
| Bohemian | Rich colors, patterns, eclectic decor | Bedrooms, living rooms |
| Mid-Century Modern | Retro furniture, warm woods, bold colors | Living rooms, offices |
| Farmhouse | Rustic wood, neutral colors, vintage accents | Kitchens, dining rooms |
| Contemporary | Current trends, mixed materials, sophisticated | Any room |
| Coastal | Light blues, whites, natural textures |
Transform an existing room with a complete redesign while maintaining the room's structure.
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": "Completely redesign this room. Keep the same layout but update all furniture, decor, and colors. Make it feel more luxurious and sophisticated with a contemporary style. Include a statement light fixture and add some greenery.",
"image_urls": ["https://example.com/current-room.jpg"],
"mode": "max"
}'
Convert a room from one design style to another.
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": "Transform this cluttered traditional living room into a minimalist Japanese-inspired space. Remove excess furniture, use a neutral color palette with whites and light wood tones, add a low platform sofa, and incorporate zen elements like a simple indoor plant and natural light.",
"image_urls": ["https://example.com/traditional-room.jpg"],
"mode": "max"
}'
See how specific furniture pieces would look in your space.
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": "Add furniture to this empty living room: place a large L-shaped sectional sofa in gray fabric facing the window, a round marble coffee table in the center, two accent armchairs in terracotta velvet, a media console against the wall, and a large area rug underneath. Keep the existing flooring and wall color.",
"image_urls": ["https://example.com/empty-living-room.jpg"],
"mode": "max"
}'
Preview your room with different wall colors and accent colors.
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": "Change the color scheme of this room. Paint the walls in a deep forest green, update the curtains to cream linen, add gold accent pieces, and change the throw pillows to mustard yellow and cream. Keep all existing furniture but change the soft furnishings.",
"image_urls": ["https://example.com/beige-room.jpg"],
"mode": "max"
}'
Preview kitchen renovations including cabinets, countertops, and appliances.
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": "Remodel this dated kitchen into a modern farmhouse style. Replace the cabinets with white shaker-style cabinets, add a large kitchen island with a butcher block top, install stainless steel appliances, add subway tile backsplash, change countertops to white quartz, and include open shelving on one wall. Add pendant lights over the island.",
"image_urls": ["https://example.com/old-kitchen.jpg"],
"mode": "max"
}'
Transform bathroom aesthetics with new fixtures and finishes.
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": "Transform this outdated bathroom into a spa-like retreat. Replace the vanity with a floating double vanity in walnut wood, add a frameless glass shower enclosure, install large format white marble-look tiles on the walls, add matte black fixtures and hardware, include a freestanding soaking tub if space allows, and add warm LED lighting behind the mirror.",
"image_urls": ["https://example.com/bathroom-before.jpg"],
"mode": "max"
}'
Create productive and stylish home office or commercial workspace designs.
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": "Design this spare bedroom as a professional home office. Add a large L-shaped desk in walnut, an ergonomic mesh office chair, built-in bookshelves on one wall, proper task lighting with a desk lamp and overhead light, some indoor plants for freshness, and a comfortable reading nook by the window. Keep it professional but warm.",
"image_urls": ["https://example.com/spare-bedroom.jpg"],
"mode": "max"
}'
Transform bedrooms with new furniture, textiles, and ambiance.
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": "Give this master bedroom a luxury hotel makeover. Add an upholstered king bed with a tall tufted headboard in gray velvet, matching nightstands with elegant table lamps, a bench at the foot of the bed, floor-to-ceiling curtains in a soft white, layered bedding in white and taupe, and a plush area rug. Create a serene and sophisticated atmosphere.",
"image_urls": ["https://example.com/bedroom-current.jpg"],
"mode": "max"
}'
Generate multiple style options for the same room using session continuity.
# First option - Modern style
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": "Redesign this living room in a modern contemporary style with clean lines, neutral colors, and sophisticated furniture. Include a sectional sofa, modern coffee table, and contemporary art.",
"image_urls": ["https://example.com/living-room.jpg"],
"session_id": "living-room-options-001",
"mode": "max"
}'
# Second option - Bohemian style (same session)
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": "Now redesign the same living room in a bohemian style. Use rich colors, layered textiles, eclectic furniture, lots of plants, and global-inspired decor. Make it feel cozy and collected.",
"session_id": "living-room-options-001",
"mode": "max"
}'
# Third option - Scandinavian style (same session)
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": "Create a third option with Scandinavian style. Light wood floors, white walls, minimal furniture in light colors, cozy textiles like sheepskin throws, and plenty of natural light. Keep it simple and hygge.",
"session_id": "living-room-options-001",
"mode": "max"
}'
Generate a side-by-side visualization showing the transformation.
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": "Create a dramatic before and after comparison. Take this dated 1990s living room and transform it into a modern 2024 design. Show both versions side by side - the original on the left and the redesigned version on the right. The new design should feature contemporary furniture, updated lighting, modern color palette, and current design trends.",
"image_urls": ["https://example.com/dated-room.jpg"],
"mode": "max"
}'
"Transform this [room type] into a [style] design.
[Specific changes for major elements like walls, floors, furniture]
[Color palette preferences]
[Lighting requirements]
[Accessories and decor]
[Overall mood/atmosphere]"
Ask your users before generating:
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
max | Final design presentations, client proposals | Slower | Highest |
eco | Quick concept exploration, initial brainstorming | Faster | Good |
Use session_id to iterate on designs:
# Initial design
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": "Redesign this bedroom in a modern style with neutral colors",
"image_urls": ["https://example.com/bedroom.jpg"],
"session_id": "bedroom-project-001",
"mode": "max"
}'
# Refine based on feedback
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": "I like it but make the headboard larger and add more warm wood tones. Also add some plants.",
"session_id": "bedroom-project-001",
"mode": "max"
}'
# Final adjustments
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": "Perfect! Now add some artwork above the bed and change the throw pillows to a dusty rose color.",
"session_id": "bedroom-project-001",
"mode": "max"
}'
| Error | Cause | Solution |
|---|---|---|
Failed to create prediction: HTTP 422 | Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt to comply with content policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| Image not accessible | Invalid or private URL | Use publicly accessible image URLs |
each-sense - Core API documentationproduct-photo-generation - E-commerce product shotsmeta-ad-creative-generation - Social media ad creativesWeekly Installs
102
Repository
GitHub Stars
8
First Seen
Feb 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
gemini-cli101
github-copilot100
codex100
kimi-cli100
cursor100
amp100
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
69,600 周安装
Django架构模式与最佳实践:生产级项目结构、DRF API设计和可扩展应用开发指南
2,400 周安装
Tushare金融数据Skill:Python获取中国股市/基金/宏观经济数据API接口
2,400 周安装
查询地址信息技能 - 查询链上钱包资产、代币价格和持仓情况 | Binance Skills Hub
2,500 周安装
Meme Rush - Binance Launchpad 代币追踪与AI热点发现工具 | 狙击新币与迁移监控
2,400 周安装
Python设计模式与最佳实践指南 - 构建健壮高效代码
2,500 周安装
n8n节点配置指南:操作感知与渐进式披露最佳实践
2,500 周安装
| Bedrooms, bathrooms |
| Traditional | Classic furniture, rich colors, ornate details | Formal spaces |