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
| Gap | OpenClaw Has | FlowWink Status | Priority |
@@ -248,17 +251,16 @@ Skills that use external providers document their provider strategy in `instruct
248
251
### ❌ Missing Layers
249
252
| Gap | OpenClaw Has | Impact | Recommendation |
250
253
|-----|-------------|--------|----------------|
251
-
|**Skill Marketplace / Discovery**| Community skills installable via registry | No external skill marketplace | Future: template-based skill packs |
252
-
|**Multi-Agent Routing**| Route messages to specialized agents | Single FlowPilot + single visitor chat | Future: A2A protocol ready (documented) |
254
+
|**Skill Marketplace / Discovery**| Community skills installable via registry | Skill packs installed locally; no external registry | Future: hosted pack registry |
253
255
|**Execution Sandbox**| Safe code execution environment | Skills run in edge functions (isolated) but no sandboxed code gen | Not needed for CMS use case |
254
256
255
257
---
256
258
257
259
## 6. Recommended Next Steps (Priority Order)
258
260
259
-
1.**Skill Packs** — Allow templates to include pre-configured skill sets (e.g., "E-commerce Pack" adds order tracking, inventory check, cart recovery skills).
260
-
2.**A2A Protocol** — Implement `@a2a:agent-name` for multi-agent delegation.
261
-
3.**Workflow DAGs** — Multi-step automation chains with conditional branching.
261
+
1.**Hosted Skill Pack Registry** — Allow importing packs from a remote URL (JSON manifest).
262
+
2.**Workflow Visualization** — Admin UI to view and edit workflow DAG steps.
263
+
3.**A2A Message Protocol** — Formal `@a2a:agent-name` parsing in `agent-operate` for inline delegation.
262
264
263
265
---
264
266
@@ -274,18 +276,18 @@ Skills that use external providers document their provider strategy in `instruct
0 commit comments