You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claw Design is a local-first AI presentation workbench for generating, repairing, editing, and exporting 16:9 slide-like HTML decks.
4
+
Claw Design is a local-first AI presentation workbench with an Agent Bridge: a repo skill teaches your agent how to work, and a local bridge launches Studio in the browser so the result lands in a real editable 16:9 deck.
5
5
6
6
This repository is still an `alpha`, but the core loop already works:
Agent Bridge is the pattern behind Claw Design’s AI workflow: instead of asking an agent to blindly click through a UI, you install a skill that teaches it how Claw Design works, then let the agent send a launch task through a local bridge API. Studio consumes that task inside the real browser session, creates a local project, and starts generation, so the handoff from AI reasoning to human editing happens inside the actual product rather than in a temporary automation sandbox.
57
+
54
58
## What It Does
55
59
56
60
- Generates slide-like HTML reports from a raw brief
Start with an AI coding agent if you can. If not, use the local manual path and open Studio yourself.
259
+
Agent Bridge gives your AI a skill to understand Claw Design and a local bridge to launch Studio in your real browser session. If you prefer, you can still use the local manual path and open Studio yourself.
260
260
</p>
261
261
</div>
262
262
<divclassName="flex items-center gap-2">
@@ -291,13 +291,12 @@ export function StudioInstallPage() {
Install the Claw Design skill, refresh your agent, then simply describe the deck you want.
300
-
The skill teaches the agent to read sources, shape a Studio-ready prompt, and launch Studio through the local bridge.
299
+
Install the Claw Design skill, refresh your agent, then simply describe the deck you want. Agent Bridge teaches the agent how Claw Design works, then lets it launch Studio into your real browser session instead of relying on fragile browser typing.
0 commit comments