StellerSurgeCode/dsh-everyday-plugins--plugins-dsh-plugin-html-pilot ↗★ 0
dsh-plugin-html-pilot
Control AI-written HTML pages in the DSH conversation with click/type/eval APIs.
AI 分析
核心用途是让 AI 能够实时预览并交互控制其生成的网页。适合需要进行网页原型开发、前端交互测试的 AI 辅助开发任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:StellerSurgeCode/dsh-everyday-plugins#5c85c670f0b410134512c5d4c4d62224ca1ec345&path:plugins/dsh-plugin-html-pilotドキュメント
README 全文を読む ↗dsh-plugin-html-pilot
对话里一旦出现完整 HTML,就会挂上实时预览。模型可用这些工具操控页面:
html_open/html_listhtml_query/html_click/html_typehtml_eval/html_snapshot
预览页会注入 bridge.js,工具通过 /dsh-pilot 把指令送到 iframe 里执行。