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 skills add zeenie-ai/OpenCompany --skill design-systemgit clone --depth 1 https://github.com/zeenie-ai/OpenCompanyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zeenie-ai/opencompany/design-system)<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/design-system"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/design-system/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/design-system"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/design-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What 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.1 | $0.00055 | $0.00442 |
| Opus 5 | $0.00028 | $0.00221 |
| Sonnet 5 | $0.00011 | $0.00088 |
| Haiku 4.5 | $0.00006 | $0.00044 |
Grade A, and why
opencompany-design 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 11d 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
Read the README.md file within this skill, and explore the other available files. If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out and create static HTML files for the user to view. If working on production code, you can copy assets and read the rules here to become an expert in designing with this brand. If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
Key facts:
- OpenCompany is opencompany.sh's local-first AI workflow OS — a visual node canvas where users wire AI agents to email, WhatsApp, Android phones, browsers, and 50+ services.
- Link
styles.cssfor all tokens; addclass="dark"on<html>for the signature neutral-slate-dark + Dracula-neon look (the default for product UI). - Color is semantic: action intents (run=green, stop=pink, save=cyan, config=orange, secret=yellow, tools=purple) and node roles (agent=purple, model=cyan, tool=green, trigger=pink, workflow=orange) — always as soft tints (8–15% fill, 30–60% border, full-strength text), never solid neon fills.
- Type: Geist (Google Fonts), 14px base, sentence case, terse copy; JetBrains Mono for counts/state/timestamps.
- Icons: Lucide only (stroke 2, currentColor); product node icons are colorful emoji-style glyphs.
- Reusable React components live in
components/(with.prompt.mdusage notes per component); a full interactive recreation of the app is inui_kits/opencompany/.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _adherence.oxlintrc.json 25 KB
- _ds_bundle.js 141 KB runs code
- _ds_manifest.json 38 KB
- .thumbnail 5.0 KB
- assets/diagrams/ai-agent-routing.svg 8.1 KB
- assets/diagrams/default-workflows.svg 11 KB
- assets/diagrams/execution-flow.svg 9.0 KB
- assets/diagrams/how-it-works.svg 6.8 KB
- assets/diagrams/node-anatomy.svg 8.8 KB
- assets/diagrams/system-overview.svg 10 KB
- assets/product-canvas-screenshot.png 1604 KB
- CLAUDE.md 543 B
- components/buttons/ActionButton.d.ts 834 B runs code
- components/buttons/ActionButton.jsx 1.8 KB
- components/buttons/ActionButton.prompt.md 733 B
- components/buttons/Button.d.ts 624 B runs code
- components/buttons/Button.jsx 2.8 KB
- components/buttons/Button.prompt.md 467 B
- components/buttons/buttons.card.html 2.8 KB
- components/canvas/canvas.card.html 3.0 KB
- components/canvas/ComponentItem.d.ts 420 B runs code
- components/canvas/ComponentItem.jsx 2.7 KB
- components/canvas/ComponentItem.prompt.md 389 B
- components/canvas/ModeToggle.d.ts 370 B runs code
- components/canvas/ModeToggle.jsx 1.9 KB
- components/canvas/ModeToggle.prompt.md 202 B
- components/canvas/SquareNode.d.ts 1.6 KB runs code
- components/canvas/SquareNode.jsx 7.1 KB
- components/canvas/SquareNode.prompt.md 1.5 KB
- components/canvas/StatusBar.d.ts 554 B runs code
- components/canvas/StatusBar.jsx 2.7 KB
- components/canvas/StatusBar.prompt.md 295 B
- components/canvas/WorkflowCard.d.ts 428 B runs code
- components/canvas/WorkflowCard.jsx 2.6 KB
- components/canvas/WorkflowCard.prompt.md 300 B
- components/display/Avatar.d.ts 480 B runs code
- components/display/Avatar.jsx 1.0 KB
- components/display/Avatar.prompt.md 323 B
- components/display/Badge.d.ts 550 B runs code
- components/display/Badge.jsx 1.2 KB
- components/display/Badge.prompt.md 327 B
- components/display/Card.d.ts 449 B runs code
- components/display/Card.jsx 1.2 KB
- components/display/Card.prompt.md 252 B
- components/display/ChatBubble.d.ts 389 B runs code
- components/display/ChatBubble.jsx 1.2 KB
- components/display/ChatBubble.prompt.md 352 B
- components/display/display.card.html 4.5 KB
- components/display/Kbd.d.ts 238 B runs code
- components/display/Kbd.jsx 680 B
- components/display/Kbd.prompt.md 154 B
- components/display/LogLine.d.ts 463 B runs code
- components/display/LogLine.jsx 841 B
- components/display/LogLine.prompt.md 342 B
- components/display/Tabs.d.ts 420 B runs code
- components/display/Tabs.jsx 1.7 KB
- components/display/Tabs.prompt.md 293 B
- components/feedback/EmptyState.d.ts 456 B runs code
- components/feedback/EmptyState.jsx 1.1 KB
- components/feedback/EmptyState.prompt.md 404 B
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.
- 11d ago First seen · 18 lines · 55 tokens per session scan A 01576f521a47
opencompany-design is a skill published in the GitHub repository zeenie-ai/OpenCompany (880 stars, last pushed yesterday), licensed MIT. It adds 55 tokens to every session and 442 once invoked, about $0.0003 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
diagram-maker
Create SVG/HTML or Excalidraw diagrams for concepts, architecture, flows, and whiteboards.
browser-automation
Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.
imsg
Use the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
acp-router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read…
coding-agent
Delegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup.
control-ui
Operate and troubleshoot the OpenClaw Control UI: navigate connected clients, organize sessions, build session dashboards, and handle direct or Tailscale-hosted Gateways.