Social Media
- YouTube, TikTok, Facebook, X, Instagram
Video
Animation
Music
Audio, TTS
Graphics
Articles
Access Doubao via the Doubao app.
Doubao (LLM) is ByteDance’s family of large language models (LLMs), powering its AI chatbot, also named Doubao, designed to compete with models like OpenAI’s ChatGPT. Launched in August 2023, it supports text, audio, image, and video generation, with a focus on cost-efficiency and enterprise use.
- Doubao-1.5-Pro: Matches or outperforms GPT-4o and Claude 3.5 Sonnet in benchmarks. Priced at ~$0.11 per million input tokens, it’s up to 50x cheaper than competitors.
- Video Generation: Includes models like Doubao-PixelDance (10-second videos) and Doubao-Seaweed (30-second videos), leveraging Douyin and CapCut’s video expertise for lifelike clips from text/image prompts.
Tarsier2 is a large vision-language model (LVLM)
PyCharm (free Community Edition)
Jupyter Notebook (free, install via Anaconda)
Vercel, Netlify: For LangChain.js (JavaScript) web apps
LangSmith (by LangChain creators)
Built specifically for LangChain development
Debugging and monitoring tools
Tool Installation:
ComfyUI: Node-based workflow tool. Download from GitHub (comfyanonymous/ComfyUI), install dependencies (Python, PyTorch), and run it locally.
A1111: WebUI for Stable Diffusion. Clone from GitHub (AUTOMATIC1111/stable-diffusion-webui), install, and launch with --api flag for API access.
Fooocus: Simplified UI. Clone from GitHub (lllyasviel/Fooocus), install, and run.
Local Models: Place SD models (e.g., SDXL or Flux) in the tool's models folder. If your local LLM is for prompt generation (e.g., via Ollama), integrate it by having OpenClaw call it first.
API Enabling: For agent control, run the tools with API endpoints exposed (e.g., A1111 on http://localhost:7860, ComfyUI on http://localhost:8188).
General Steps to Generate Images via OpenClaw
Start the Image Gen Tool Locally:
Launch your chosen tool in the background (e.g., via terminal/command prompt).
For A1111: python webui.py --api (runs a web server with API).
For ComfyUI: python main.py --listen (enables API).
For Fooocus: python entry_with_update.py --listen (enables server mode).
This makes the tool accessible via HTTP on localhost.
Instruct OpenClaw via Chat:
Message OpenClaw in your connected app with a natural language request, e.g., "Generate an image of a futuristic cityscape using ComfyUI with prompt 'neon lights, cyberpunk style', resolution 512x512, and save it to my desktop."
OpenClaw will:
Interpret the request.
Optionally refine the prompt using your local LLM (if you specify, e.g., "Use my local Ollama model to enhance the prompt first").
Write/run a script (e.g., Python) to interact with the tool's API.
Execute the generation and handle output (e.g., save the image file).
If needed, grant OpenClaw permission when it asks (it prompts for safety).
Tool-Specific Integration Tips:
ComfyUI: OpenClaw can create/use workflows via API calls (POST to /prompt endpoint with JSON payload for nodes/samplers). It's great for complex flows; ask OpenClaw to "build a ComfyUI workflow script for text-to-image."
A1111: Simplest for beginners. OpenClaw sends POST requests to /sdapi/v1/txt2img with params like prompt, steps, sampler. It can handle extensions like ControlNet if installed.
Fooocus: Focuses on ease; OpenClaw can use its API (POST to /run endpoint) for prompt-based generation with auto-optimizations. Good if you want Midjourney-like simplicity.
17network
Facebook
X Posts
Instagram
Content Creation
Write one article via AI, post to 10 (- 100) social media.
1. Reddit to Blog Post Generator
Reddit node → Monitor subreddit for top posts
Code/AI node → Summarize thread & generate article
WordPress/Medium node → Auto-publish blog post
Social Media posts:
YouTube video:
2. YouTube to Social Media Clips
YouTube node → New video uploaded (webhook trigger)
HTTP Request → Extract transcript/captions
AI node → Generate social media captions + key quotes
Twitter/LinkedIn → Post promotional snippets
Images:
- https://huggingface.co/Tongyi-MAI/Z-Image-Turbo
- gemini image limits
Image + AI to Social Media Posts
- Dropbox → Watch folder for new images
AI Vision node → Describe image content
AI node → Generate engaging caption + hashtags
Instagram/Pinterest → Auto-post with image