orklev2-ui

orklev2-ui is a skill for Claude Code, Codex from tweakoz/orkid. It costs 70 tokens per session (4,121 once invoked), scanned A, original, MIT.

A reference guide to Orkid's C++ user-interface widgets, including layouts, events, panels, property editors, toolbars, drawing areas, and themes.

In plain words
What is it for?
Use it to find guidance on building or changing Orkid interfaces, handling user input, arranging widgets, editing properties, or drawing with PrimCanvas.
Why use it?
It gives an agent the relevant source-file locations and system details needed to answer questions about how Orkid's UI works.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/tweakoz/orkid/orklev2-ui
Any agent
npx skills add tweakoz/orkid --skill orklev2-ui
Clone the repo
git clone --depth 1 https://github.com/tweakoz/orkid

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for orklev2-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/tweakoz/orkid/orklev2-ui.svg)](https://agentmods.dev/skills/tweakoz/orkid/orklev2-ui)
Your own site
<a href="https://agentmods.dev/skills/tweakoz/orkid/orklev2-ui"><img src="https://agentmods.dev/badge/skills/tweakoz/orkid/orklev2-ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00070 $0.04121
Opus 5 $0.00035 $0.02060
Sonnet 5 $0.00014 $0.00824
Haiku 4.5 $0.00007 $0.00412

Measured 3d ago against content hash 46fb22addac4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

orklev2-ui 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.

.claude/skills/orklev2-ui/SKILL.md · 370 lines

How it starts

The opening of the file, as written. The whole thing — 370 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orkid Lev2 UI Widget System Reference

When answering questions about the UI system in orkid, consult the files below. All under ork.lev2/.

Key Files

Component Header
Widget (base) inc/ork/lev2/ui/widget.h
Group inc/ork/lev2/ui/group.h
LayoutGroup inc/ork/lev2/ui/layoutgroup.inl
Anchor/Guide Layout inc/ork/lev2/ui/anchor.h
Event inc/ork/lev2/ui/event.h
Context & Overlays inc/ork/lev2/ui/context.h
Style & Themes inc/ork/lev2/ui/style.h
Pack Widgets inc/ork/lev2/ui/pack.h
Outliner inc/ork/lev2/ui/outliner.h
PropertySheet inc/ork/lev2/ui/property_sheet.h
Toolbar inc/ork/lev2/ui/toolbar.h
LineEdit inc/ork/lev2/ui/lineedit.h
Checkbox inc/ork/lev2/ui/checkbox.h
Tabs inc/ork/lev2/ui/tabs.h
DockablePanel inc/ork/lev2/ui/dockable_panel.h
BorderFrame inc/ork/lev2/ui/border_frame.h
ScrollContainer inc/ork/lev2/ui/scroll_container.h
ComboBox inc/ork/lev2/ui/combobox.h
ChoicelistWidget inc/ork/lev2/ui/choicelist_widget.h
DropdownMenu inc/ork/lev2/ui/dropdown_menu.h
OverlayLineEdit inc/ork/lev2/ui/overlay_lineedit.h
FilesystemView inc/ork/lev2/ui/filesystem_view.h
FilesystemModel inc/ork/lev2/ui/filesystem_model.h
PrimCanvas inc/ork/lev2/ui/prim_canvas.h
GraphView inc/ork/lev2/ui/graphview.h

Python Bindings:

File Content
pyext/src/pyext_ui.cpp Main UI module (Widget, Group, Pack, LineEdit, etc.)
pyext/src/pyext_ui_toolbar.cpp Toolbar and ToolbarButton
pyext/src/pyext_ui_property_sheet.cpp PropertySheet and models
pyext/src/pyext_ui_outliner.cpp Outliner and OutlinerModel
pyext/src/pyext_ui_filesystem.cpp FilesystemView and model
pyext/src/pyext_ui_layout.cpp LayoutGroup bindings

Examples:

File Shows
pyext/tests/ui/property_sheet.py PropertySheet + VarMap + custom editors
pyext/tests/ui/outliner_model.py OutlinerModel subclass (add/rename/delete)
pyext/tests/ui/widget_pack.py VPack/HPack layout, LineEdit, Slider
pyext/tests/ui/overlay_dropdown_test.py DropdownMenu overlay

Read the full file on GitHub · 370 lines

Changes

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.

  1. 3d ago First seen · 370 lines · 70 tokens per session scan A 46fb22addac4

Subscribe to this mod's changes

orklev2-ui is a skill published in the GitHub repository tweakoz/orkid (35 stars, last pushed 23d ago), licensed MIT. It adds 70 tokens to every session and 4,121 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-09-01.

Related

Other skills, from other repositories

host-pattern

Use when adding a new domain to Nuclear's plugin system, or implementing a host. Covers the host pattern (how player functionality is exposed to plugins), the host interface and API class structure, how hosts are implemented in the player, error handling conventions, and what files to create and modify. Trigger…

nukeop/nuclear · 86 tokens

creating-components

Use when creating new UI components in packages/ui. Covers component structure, tests, stories, and what to avoid.

nukeop/nuclear · 26 tokens

writing-docs

Use when writing or editing documentation in packages/docs. Covers Gitbook markdown syntax, special blocks, page structure, and the SUMMARY.md table of contents. Trigger phrases include "write docs", "add documentation", "docs page", "gitbook", "user manual".

nukeop/nuclear · 57 tokens

writing-plugins

Use when writing, scaffolding, or modifying Nuclear plugins. Covers plugin structure, manifest, entry point, provider types, available APIs, and publishing. Trigger phrases include "create a plugin", "write a plugin", "plugin scaffold", "streaming provider", "metadata provider".

nukeop/nuclear · 60 tokens

analyzing-linux-elf-malware

Analyze malicious Linux ELF binaries — botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure — through static analysis, dynamic tracing, and reverse engineering of x8664 and ARM samples. Use when investigating Linux malware, triaging a suspicious ELF binary…

mukul975/Anthropic-Cybersecurity-Skills · 82 tokens

analyzing-linux-kernel-rootkits

Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (checksyscall, lsmod, hiddenmodules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, and tampered system structures.

mukul975/Anthropic-Cybersecurity-Skills · 65 tokens