Skip to content

Commit 3aae72d

Browse files
author
Linkio666
committed
docs: move Floatboat to Community integrations section
1 parent b3ed057 commit 3aae72d

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,30 @@ On startup we scan `PATH` (including `~/.local/bin`, `~/.bun/bin`, `/opt/homebre
203203
| **Qwen Coder** | `qwen` | `qwen --yolo -` |
204204
| **Aider** | `aider` | `aider --no-pretty --no-stream --yes-always --message-file -` |
205205
| **IBM Bob** | `bob` | `bob --output-format stream-json --hide-intermediary-output` |
206-
| **[Floatboat](https://floatboat.ai/combostore/html-anything-3ERkni)** | Floatboat Combo Skill Store | In-app invocation: install and use the **html-anything** Combo Skill in Floatboat |
207206

208207
> The detection strategy and per-CLI adapter shape are borrowed directly from [`nexu-io/open-design`](https://github.com/nexu-io/open-design) and [`multica-ai/multica`](https://github.com/multica-ai/multica): one privileged process spawns CLIs, JSON-line is the wire protocol, every CLI gets a thin adapter in [`next/src/lib/agents/argv.ts`](next/src/lib/agents/argv.ts).
209208
210209
If you've already done `claude login` / `cursor login` / `gemini auth` in your terminal, HTML Anything reuses that session. **No second copy of the API key required.**
211210

211+
## Community integrations
212+
213+
### [Floatboat](https://floatboat.ai/combostore/html-anything-3ERkni)
214+
215+
Floatboat is available as an in-app community integration. Install the **html-anything** Combo Skill from the Floatboat Combo Skill Store, then use it inside Floatboat.
216+
217+
<table>
218+
<tr>
219+
<td width="50%">
220+
<img src="https://github.com/user-attachments/assets/6049b725-811c-490a-93ec-4d60436e6c98" alt="HTML Anything running inside the Floatboat workspace" /><br/>
221+
<sub><b>In-app workflow</b> — Review the task context, HTML Anything workspace, and generated page side by side in Floatboat.</sub>
222+
</td>
223+
<td width="50%">
224+
<img src="https://github.com/user-attachments/assets/0f1c584a-8b5c-428a-b16c-4be3bdfc70e5" alt="HTML deliverable created with HTML Anything in Floatboat" /><br/>
225+
<sub><b>Deliverable preview</b> — Turn a brief into a polished HTML page and review the result in Floatboat.</sub>
226+
</td>
227+
</tr>
228+
</table>
229+
212230
## Skills
213231

214232
**75 skills under [`next/src/lib/templates/skills/`](next/src/lib/templates/skills/)**, each a folder following the Claude Code [`SKILL.md`](https://docs.anthropic.com/en/docs/claude-code/skills) convention plus an extended frontmatter (`mode` · `scenario` · `surface` · `preview` · `design_system`).

README.zh-CN.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,30 @@ pnpm -F @html-anything/e2e test
203203
| **Qwen Coder** | `qwen` | `qwen --yolo -` |
204204
| **Aider** | `aider` | `aider --no-pretty --no-stream --yes-always --message-file -` |
205205
| **IBM Bob** | `bob` | `bob --output-format stream-json --hide-intermediary-output` |
206-
| **[Floatboat](https://floatboat.ai/zh/combostore/html-anything-02HZ2i)** | Floatboat Combo Skill Store | 应用内调用:在 Floatboat 中安装并使用 **html-anything** Combo Skill |
207206

208207
> 这一层的设计直接借鉴了 [`nexu-io/open-design`](https://github.com/nexu-io/open-design)[`multica-ai/multica`](https://github.com/multica-ai/multica) 的 agent 检测策略:唯一被 spawn 子进程的进程是 server route,业务进程不直接 spawn;CLI 的 stdin / stdout 用 JSON-line 协议复用,每个 CLI 一个轻 adapter,统一在 [`next/src/lib/agents/argv.ts`](next/src/lib/agents/argv.ts)
209208
210209
只要你已经在终端里登录过对应的 CLI(例如 `claude login``cursor login`),HTML Anything 直接复用同一个 session,**不要求你再贴一遍 API Key**
211210

211+
## 🤝 社区集成
212+
213+
### [Floatboat](https://floatboat.ai/zh/combostore/html-anything-2bHaqL)
214+
215+
Floatboat 可作为应用内社区集成使用。请先在 Floatboat Combo Skill Store 安装 **html-anything** Combo Skill,再在 Floatboat 应用内使用该 Skill。
216+
217+
<table>
218+
<tr>
219+
<td width="50%">
220+
<img src="https://github.com/user-attachments/assets/6049b725-811c-490a-93ec-4d60436e6c98" alt="Floatboat 工作区中的 HTML Anything 任务流程" /><br/>
221+
<sub><b>端内工作流</b> —— 在 Floatboat 中并排查看任务上下文、HTML Anything 工作区与生成页面。</sub>
222+
</td>
223+
<td width="50%">
224+
<img src="https://github.com/user-attachments/assets/0f1c584a-8b5c-428a-b16c-4be3bdfc70e5" alt="在 Floatboat 中通过 HTML Anything 创建的 HTML 成品" /><br/>
225+
<sub><b>成品预览</b> —— 将任务需求转化为可阅读的 HTML 页面,并在 Floatboat 中查看结果。</sub>
226+
</td>
227+
</tr>
228+
</table>
229+
212230
## 🎨 Skills
213231

214232
**75 套 skill 在 [`next/src/lib/templates/skills/`](next/src/lib/templates/skills/) 下开箱即用。** 每个 skill 是一个文件夹,遵循 Claude Code [`SKILL.md`](https://docs.anthropic.com/en/docs/claude-code/skills) 约定 + 扩展 frontmatter(`mode` · `scenario` · `surface` · `preview` · `design_system`)。

0 commit comments

Comments
 (0)