lemma-widget

lemma-widget is a skill for Claude Code, Codex from lemma-work/lemma-platform. It costs 77 tokens per session (2,515 once invoked), scanned A, original, AGPL-3.0.

A skill for creating small inline Lemma widgets, which are self-contained HTML, CSS, and JavaScript panels shown inside conversations. Widgets can present information such as lists, metrics, timelines, previews, and charts.

In plain words
What is it for?
Use it to build conversation widgets for metrics, comparisons, record details, lists, timelines, and charts, optionally using live pod data in the browser.
Why use it?
It helps an agent show compact, readable views of information directly in a conversation instead of requiring a separate page.

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/lemma-work/lemma-platform/lemma-widget
Any agent
npx skills add lemma-work/lemma-platform --skill lemma-widget
Clone the repo
git clone --depth 1 https://github.com/lemma-work/lemma-platform

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 lemma-widget

README.md
[![agentmods](https://agentmods.dev/badge/skills/lemma-work/lemma-platform/lemma-widget.svg)](https://agentmods.dev/skills/lemma-work/lemma-platform/lemma-widget)
Your own site
<a href="https://agentmods.dev/skills/lemma-work/lemma-platform/lemma-widget"><img src="https://agentmods.dev/badge/skills/lemma-work/lemma-platform/lemma-widget.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,515 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00077 $0.02515
Opus 5 $0.00039 $0.01257
Sonnet 5 $0.00015 $0.00503
Haiku 4.5 $0.00008 $0.00251

Measured today against content hash 450bd33c889c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lemma-widget 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 today.

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.

lemma-skills/lemma-widget/SKILL.md · 217 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

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

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. today Changed · +29 lines 450bd33c889c
  2. 5d ago First seen · 188 lines · 77 tokens per session scan A 59bd88309635

Subscribe to this mod's changes

lemma-widget is a skill published in the GitHub repository lemma-work/lemma-platform (387 stars, last pushed today), licensed AGPL-3.0. It adds 77 tokens to every session and 2,515 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

macos-harness

Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or…

Zfinix/aster · 71 tokens

browse

Drive a real stealth browser from your shell — act on websites (order food, file an expense, pull data behind a login), with per-person persistent sign-ins via the provider's managed auth (Kernel, Anchor, or Browserbase — picked by which API key you have). Use for ACTING on a site; to just read a page, use curl/wget…

yc-software/qm · 101 tokens

cloud-cli

Sign the agent computer in to a cloud provider's CLI (AWS, Google Cloud, Azure, or another) with a device-code flow, then run that CLI as the requesting user. Covers checking the CLI is installed, the login that survives the browser round-trip, and the boundaries on cloud writes.

yc-software/qm · 63 tokens

interactive-login

How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.

yc-software/qm · 46 tokens

firecrawl

Search the web and scrape pages into clean markdown with the Firecrawl API — query-based discovery, single-URL extraction including public PDFs, driven by curl with a vault-stored API key.

Prism-Shadow/penguin-harness · 41 tokens

penguin-harness-manual-test

Use when standing PenguinHarness up to try a change by hand — launching the Web App, the desktop shell, the landing page or the docs site to click through it, screenshot it, or reproduce a report. Covers the four dev entry points and their ports, which data root each writes to, and the four ways a healthy setup looks…

Prism-Shadow/penguin-harness · 77 tokens