← 返回 Skills 市场
banner90

Doubao Launch

作者 banner90 · GitHub ↗ · v1.0.6
cross-platform ⚠ suspicious
460
总下载
0
收藏
5
当前安装
7
版本数
在 OpenClaw 中安装
/install doubao-launch
功能描述
Launch Doubao desktop application and configure real-time translation window.
使用说明 (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/...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doubao-launch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doubao-launch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug doubao-launch
版本 1.0.6
许可证
累计安装 5
当前安装数 5
历史版本数 7
常见问题

Doubao Launch 是什么?

Launch Doubao desktop application and configure real-time translation window. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 460 次。

如何安装 Doubao Launch?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install doubao-launch」即可一键安装,无需额外配置。

Doubao Launch 是免费的吗?

是的,Doubao Launch 完全免费(开源免费),可自由下载、安装和使用。

Doubao Launch 支持哪些平台?

Doubao Launch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Doubao Launch?

由 banner90(@banner90)开发并维护,当前版本 v1.0.6。

💬 留言讨论