← Back to Skills Marketplace
banner90

Doubao Launch

by banner90 · GitHub ↗ · v1.0.6
cross-platform ⚠ suspicious
460
Downloads
0
Stars
5
Active Installs
7
Versions
Install in OpenClaw
/install doubao-launch
Description
Launch Doubao desktop application and configure real-time translation window.
README (SKILL.md)

Doubao Launch

Usage

python scripts/doubao_auto_workflow.py [--dual|--single] --json-output

Parameters

  • mode (optional): "dual" or "single", default: "dual"

Returns

{
  "success": true,
  "window_handle": 123456,
  "window_title": "Doubao - Real-time Subtitles",
  "mode": "dual"
}

Tools

launch_doubao

Launch Doubao application

Workflow Integration

This skill is part of the YouTube translation workflow:

  1. youtube-audio-download: Download audio from YouTube
  2. doubao-launch: Launch Doubao translation window
  3. audio-play: Play the downloaded audio
  4. doubao-capture: Capture translated subtitles

Execution

All skills execute on Windows Python via WSL cross-platform call:

wsl -> python.exe scripts/doubao_auto_workflow.py ...

Error Handling

All skills return JSON with success field:

  • success: true - Operation completed
  • success: false - Check error_code and error_message

Notes

  • Windows GUI automation requires visible desktop (no RDP disconnect)
  • Output files are stored in Windows works/ directory
  • WSL accesses Windows files via /mnt/h/...
Usage Guidance
Do not install or run this skill without confirming where the referenced script (doubao_auto_workflow.py) comes from. The package contains only metadata and instructions; the actual automation script is missing and the plugin entry points to an absolute path on the developer's machine. Before using: 1) obtain and inspect the full Python script (and any helpers) to verify it does only the expected GUI automation; 2) ensure you understand and accept that the agent will run local code via WSL and interact with your Windows desktop and files; 3) verify you have the Doubao app, WSL, and Windows Python installed in the expected locations; 4) prefer a version hosted on a project repository/homepage or a packaged release rather than relying on local absolute paths. If you cannot review the missing script, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: doubao-launch Version: 1.0.6 The skill bundle references an external Python script (doubao_auto_workflow.py) located at a hardcoded absolute path (/mnt/h/AI/...) that is not included in the provided files. The SKILL.md instructions describe high-risk GUI automation and cross-platform execution (WSL calling Windows python.exe), but the actual logic performing these actions is missing, preventing a full safety audit.
Capability Assessment
Purpose & Capability
The skill claims to run a Python automation script (doubao_auto_workflow.py) to launch a Windows GUI via WSL, which is consistent with the described purpose. However, no script or binaries are included in the bundle and the plugin manifest's entry field points to an absolute local path (/mnt/h/AI/openclaw_workspace/...) that appears to be the developer's machine layout. The skill does not declare required local prerequisites (Windows Python, WSL, Doubao app, the script path), so the declared capability is not matched by what is provided.
Instruction Scope
SKILL.md instructs the agent to execute a local Python script via WSL and to interact with the Windows desktop and files (works/ directory, /mnt/h/...). These instructions are within the domain of a GUI automation skill, but they grant the agent permission to run arbitrary local code and access Windows filesystem paths. Because the referenced script is not included, the instructions are effectively a pointer to external local code the user must already have; that missing piece is a risk (you should inspect that script before running).
Install Mechanism
There is no install spec (instruction-only), which is low-risk in itself. However, the openclaw.plugin.json 'entry' points to an absolute host path (under /mnt/h/...) but no code is bundled. This mismatch means the skill expects files to already exist on the user's machine or developer environment, which is incoherent and could lead an agent to attempt to access arbitrary local paths.
Credentials
The skill requests no environment variables or credentials and does not attempt to read unrelated secrets in SKILL.md. That is proportionate for a local GUI automation helper. It does, however, assume access to WSL and Windows filesystem mounts—these are reasonable but undocumented prerequisites.
Persistence & Privilege
The skill does not request always:true or any elevated persistent presence. It is user-invocable and allows normal autonomous invocation by the agent (platform default). No attempts to modify other skills or system-wide configs are present in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install doubao-launch
  3. After installation, invoke the skill by name or use /doubao-launch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
- No functional changes; updated formatting in SKILL.md for consistency. - All usage instructions, parameters, and workflow details remain the same.
v1.0.5
- Updated formatting and indentation of the YAML frontmatter in SKILL.md for consistency. - No functional or content changes were made.
v1.0.4
- Updated version to 1.0.4. - No user-facing feature or documentation changes in this release.
v1.0.3
- Removed the _meta.json file. - Made minor formatting adjustments in SKILL.md (indentation update for the tools list).
v1.0.2
- Added skill metadata file (_meta.json) to the project. - No functional changes to the skill's usage or behavior.
v1.0.1
- Updated package.json file. - No user-facing feature changes.
v1.0.0
Initial release of doubao-launch. - Launches the Doubao desktop application with real-time translation window. - Supports configurable translation modes: "dual" (default) or "single". - Returns window handle, title, and operation status as JSON. - Integrates into YouTube translation workflow alongside audio download, playback, and subtitle capture. - Includes consistent JSON error handling for workflow compatibility. - Note: Requires visible Windows desktop environment.
Metadata
Slug doubao-launch
Version 1.0.6
License
All-time Installs 5
Active Installs 5
Total Versions 7
Frequently Asked Questions

What is Doubao Launch?

Launch Doubao desktop application and configure real-time translation window. It is an AI Agent Skill for Claude Code / OpenClaw, with 460 downloads so far.

How do I install Doubao Launch?

Run "/install doubao-launch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Doubao Launch free?

Yes, Doubao Launch is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Doubao Launch support?

Doubao Launch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Doubao Launch?

It is built and maintained by banner90 (@banner90); the current version is v1.0.6.

💬 Comments