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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lukeslp/dreamer-llmWhat 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
- "Use the dreamer-llm skill to generate a comparison of how GPT-4o and Claude 3.5 Sonnet handle a complex coding logic puzzle."
- "Analyze this image located at [URL] and describe the core components using the Claude vision model through the dreamer-llm skill."
- "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
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-lukeslp-dreamer-llm": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
geepers-data
Fetch structured data from 17 authoritative APIs — arXiv, Census Bureau, GitHub, NASA, Wikipedia, PubMed, news, weather, finance, FEC, and more — through a single endpoint. Use when you need real data from authoritative sources for research, visualizations, or analysis.
geepers-orchestrate
Run multi-agent Dream Cascade (hierarchical 3-tier synthesis) or Dream Swarm (parallel multi-domain search) workflows via the dr.eamer.dev orchestration API. Use when a task benefits from multiple specialized agents working in parallel or hierarchically.
geepers-etymology
Look up word etymology, historical sound changes, language family trees, and word evolution through the dr.eamer.dev etymology and diachronic linguistics API. Use for language history research, writing, or exploring how words have changed over time.
geepers-corpus
Query the COCA (Corpus of Contemporary American English) linguistics API for word frequency, collocations, concordances, and historical usage trends. Use for linguistic research, writing assistance, or understanding how words are actually used in American English.
geepers-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.