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.

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