StellerSurgeCode/dsh-everyday-plugins--plugins-dsh-plugin-html-pilot0

dsh-plugin-html-pilot

Control AI-written HTML pages in the DSH conversation with click/type/eval APIs.

AI Analysis

核心用途是让 AI 能够实时预览并交互控制其生成的网页。适合需要进行网页原型开发、前端交互测试的 AI 辅助开发任务。

Package
dsh-plugin-html-pilot
Version
0.1.0
License
MIT
Last updated
Aug 21, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:StellerSurgeCode/dsh-everyday-plugins#5c85c670f0b410134512c5d4c4d62224ca1ec345&path:plugins/dsh-plugin-html-pilot

dsh-plugin-html-pilot

对话里一旦出现完整 HTML,就会挂上实时预览。模型可用这些工具操控页面:

  • html_open / html_list
  • html_query / html_click / html_type
  • html_eval / html_snapshot

预览页会注入 bridge.js,工具通过 /dsh-pilot 把指令送到 iframe 里执行。