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

dsh-plugin-html-pilot

HTML 领航员插件,为对话中的 HTML 提供实时预览,并提供点击、输入、执行脚本等操控 API。

AI 分析

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

套件
dsh-plugin-html-pilot
版本
0.1.0
授權
MIT
最近更新
2026年8月21日

安裝

$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 里执行。