ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified ai models Safety 4/5

dreamer-llm

Send requests to the dr.eamer.dev LLM API for chat completions, vision analysis, image generation, text-to-speech, and video generation across 12 model providers. Use when you need to call an external LLM endpoint or want to compare responses across providers.

Why use this skill?

Access 12 LLM providers through one unified API. Use the dreamer-llm skill for chat, vision, image generation, and TTS in OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lukeslp/dreamer-llm
Or

What This Skill Does

The dreamer-llm skill serves as a unified gateway to the dr.eamer.dev API, allowing OpenClaw agents to interact with 12 distinct LLM providers through a single, consistent interface. Instead of managing dozens of individual SDKs, you can leverage this skill to perform chat completions, analyze vision-based data, generate synthetic images, and convert text to speech. Whether you need the reasoning power of Claude, the speed of Groq, or the creative capacity of OpenAI's image models, this skill abstracts the complexity into simple, repeatable requests.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:

clawhub install openclaw/skills/skills/lukeslp/dreamer-llm

Ensure you have set your authentication key by exporting it as an environment variable: export DREAMER_API_KEY=your_key_here. You can request an API key by emailing [email protected] or visiting the official documentation at https://dr.eamer.dev.

Use Cases

  • Model Benchmarking: Easily toggle between providers like Mistral, Gemini, and XAI to compare the quality of outputs for a specific task.
  • Multi-Modal Workflows: Chain vision analysis requests with text generation to build complex agents that can see images and write reports about them.
  • Rapid Prototyping: Build LLM-powered applications quickly without the overhead of maintaining individual provider contracts and complex API integration code.

Example Prompts

  1. "Use the dreamer-llm skill to generate a comparison of how GPT-4o and Claude 3.5 Sonnet handle a complex coding logic puzzle."
  2. "Analyze this image located at [URL] and describe the core components using the Claude vision model through the dreamer-llm skill."
  3. "Convert this meeting summary into a spoken audio file using the text-to-speech feature of the dreamer-llm skill with the alloy voice."

Tips & Limitations

While the dreamer-llm skill provides massive flexibility, keep in mind that it acts as a proxy. If your application requires high-performance streaming or ultra-low latency, you should consider utilizing direct provider APIs. Additionally, remember to monitor your usage of the dreamer-llm API to stay within the limits provided by your key. Since this skill depends on an external service, verify your network connectivity if you encounter connection errors during agent execution.

Metadata

Author@lukeslp
Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lukeslp-dreamer-llm": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#llm#ai-orchestration#multi-model#api-proxy
Safety Score: 4/5

Flags: network-access, external-api