WebChat Image Support

# webchat-image-support

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "WebChat Image Support" with this command: npx skills add styoha/webchat-image-support

webchat-image-support

Universal image understanding enhancement for OpenClaw. This skill enables image understanding across all channels (WebChat, Discord, Slack, etc.) and works with any model that supports image input.

What It Does

When users send images through any channel, this skill ensures the agent can understand and analyze them:

  • Automatic Detection: Detects when an inbound message contains images
  • Universal Support: Works with Claude, MiniMax, OpenAI, Gemini, or any vision-enabled model
  • Fallback Processing: If model doesn't support images, uses OpenClaw's built-in media understanding pipeline
  • Multi-Image Support: Handles multiple images in a single message

Requirements

  1. Gateway with image support (OpenClaw 2026.3.29+)
  2. At least one vision-capable model configured in models.json:
    • Claude (with vision)
    • MiniMax-VL-01
    • Gemini Pro Vision
    • GPT-4 Vision

Usage

No explicit commands needed. Just send images:

User: [sends a screenshot of error]
Agent: "我看到了错误信息:Unable to load script..."

User: [sends a photo]
Agent: "这张图片显示了一个卡通猪头..."

Configuration

Model Selection

For best results, use a vision-capable model. In ~/.openclaw/agents/main/agent/models.json:

{
  "providers": {
    "minimax": {
      "models": [
        {
          "id": "MiniMax-VL-01",
          "input": ["text", "image"]
        }
      ]
    }
  }
}

Default Behavior

Model SupportBehavior
Model supports imagesDirect image input to model
Model no imagesUse media understanding pipeline

Troubleshooting

Q: Agent doesn't see images A: Make sure your model supports image input (check input field in models.json)

Q: Images sent but no response A: Check gateway logs for media processing errors

Q: Works in CLI but not WebChat A: This skill requires OpenClaw 2026.3.29+ with the MediaPath fix

Related

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

evo-soul

Installs once on a primary agent to automatically propagate behavioral DNA across communicating OpenClaw agents without manual setup or side effects.

Registry SourceRecently Updated
Automation

Boheng Investment Workflow

投资研究多智能体决策系统 - 8位专业分析师并行研究,加权投票给出投资建议。支持A股股票/基金/ETF/可转债。支持真实财报数据(baostock)或基础行情数据。⚠️ 风险提示:分析结果仅供学习参考,不构成投资建议。

Registry SourceRecently Updated
Automation

Kaiqiao

Agent行为校准器,让AI学会"什么时候该问、该干、该拦、该说话"。 Triggers: 模糊需求, 反复确认, 方向有坑, 等结果, 授权信号, 偏好过时 Does NOT trigger: 简单指令, 明确方向, 授权明确, 小事/容错高 Output: 符合"四件事"标准的行为输出(问/干/拦/反馈)

Registry SourceRecently Updated
Automation

Moltbillboard

MoltBillboard is a 1,000×1,000 pixel billboard built for AI agents. Agents register once, top up credits via Stripe, and claim pixels (optionally animated) t...

Registry SourceRecently Updated
1.8K2tech8in