Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/commonstackai/clawbox/clawbox-chat-streamnpx skills add CommonstackAI/ClawBox --skill clawbox-chat-streamgit clone --depth 1 https://github.com/CommonstackAI/ClawBoxWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00045 | $0.00362 |
| Opus 5 | $0.00023 | $0.00181 |
| Sonnet 5 | $0.00009 | $0.00072 |
| Haiku 4.5 | $0.00005 | $0.00036 |
Grade A, and why
clawbox-chat-stream scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
ClawBox Chat Stream
Use this skill when the task involves ClawBox chat flow, assistant streaming, tool event rendering, session history hydration, or title generation.
Read first
src/hooks/useChat.tssrc/services/ai.tssrc/store/chat.tssrc/components/chat/internal/routes/chat.tsinternal/providers/openclaw-rpc.tssrc/services/api.ts
Workflow
- Map the end-to-end path: UI event -> frontend store/hook -> SSE parser -> backend route -> OpenClaw RPC event.
- If request or response payloads change, update every consumer in the same task instead of leaving cross-layer drift.
- For tool-call regressions, verify both streamed events and history rehydration. ClawBox uses live events plus follow-up history reconciliation.
- For title or unread-count issues, inspect the
finallypath insrc/hooks/useChat.tsand the corresponding Zustand store updates.
Verification
- Run
npm run build:frontend. - Run
npm run build:backend. - If the local gateway is available, use
bun test/openclaw-stream.ts --prompt "..."as a manual smoke test.
Guardrails
- Never guess OpenClaw protocol fields or event names.
- Preserve the SSE event types expected by
src/services/ai.ts. - Keep message block ordering consistent with the
text,reasoning, andtool_callmodel.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 38 lines · 45 tokens per session scan A d452d73adc3a
clawbox-chat-stream is a skill published in the GitHub repository CommonstackAI/ClawBox (22 stars, last pushed 4mo ago), licensed MIT. It adds 45 tokens to every session and 362 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
frontend-conventions
Coding conventions, architecture patterns, and testing rules for the SkillHub React frontend. Ensures agents follow Feature-Sliced Design and use the generated OpenAPI types.
nextjs-expert
Next.js expert for App Router, SSR/SSG, API routes, middleware, and deployment.
react-expert
React expert for hooks, state management, Server Components, and performance optimization.
gmail-email
Send emails via Gmail SMTP using App Password authentication.
example-skill
Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
yida-canvas-custom-page
宜搭自定义页面开发规范,使用 YidaCodeCanvas 组件实现现代 React18 自定义页面。用于官网、看板、工作台、列表、详情、门户壳、可视化、hooks 交互,以及需要门户组件、数据管理视图、成员、部门或上传组件的场景。.