doubao-web

Generate high-resolution images via Doubao Web with saved login state.

26|10|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pjf6568/doubao-web-image --skill doubao-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doubao-web
Source: https://github.com/pjf6568/doubao-web-image/tree/main
Command: npx skills add https://github.com/pjf6568/doubao-web-image --skill doubao-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the hassle of obtaining Doubao API keys, bypassing a_bogus signature risk control, and repeated manual logins to generate high-resolution images directly via the Doubao web interface.

Core Features & Use Cases

  • No API Key Required: Reuses saved Doubao web login state for seamless access.
  • High-Res Image Capture: Automatically intercepts native download links to get lossless original images over 4MB instead of low-quality thumbnails.
  • Flexible Parameter Control: Supports natural language aspect ratio specification (e.g., 16:9 wallpapers, 1:1 avatars) and custom save paths.
  • CAPTCHA Auto-Fallback: Automatically switches to UI mode for manual verification when headless runs encounter risk control interception. A common use case is generating custom social media avatars, desktop wallpapers, or article illustrations without needing to manage API credentials or handle signature verification manually.

Quick Start

Ask your AI assistant to generate a 9:16 mobile wallpaper of a cyberpunk cat using Doubao, and it will automatically handle the entire workflow from login to image download and save it to your specified location.

Frequently Asked Questions about doubao-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate high-res images via Doubao without an API key?

You can generate high-resolution Doubao images without an API key by using browser automation to reuse saved login states. This approach bypasses signature risk control and intercepts native download links to capture lossless original images.

Does browser automation for image generation bypass a_bogus signature verification?

Yes, browser automation bypasses a_bogus signature verification by driving the Doubao web interface directly. This eliminates the need to manually handle risk control signatures or integrate complex API authentication protocols.

Can I specify custom aspect ratios for AI image generation using natural language?

Yes, you can specify custom aspect ratios using natural language, such as requesting 16:9 wallpapers or 1:1 avatars. The automation translates these instructions into UI interactions to produce images matching your dimensions.

How does Playwright handle CAPTCHA during silent background image execution?

When headless runs encounter CAPTCHA during risk control interception, the automation automatically switches to UI mode for manual verification. This fallback ensures the image generation workflow can resume seamlessly after the check is cleared.

What is the best way to get lossless original images over 4MB from Doubao?

The best way to get lossless original images over 4MB is intercepting native download links via browser automation. This captures the full-resolution source files directly, avoiding the low-quality thumbnails typically served by the web interface.

Why does headless image generation fail during Doubao web login state storage?

Headless image generation fails when risk control triggers a CAPTCHA that cannot be solved silently. The automation handles this by falling back to UI mode, allowing you to manually verify and restore the persistent login session.