Memmy is a local memory hub that gives multiple AI agents one shared, persistent context about their user. It helps people continue work across agents such as Claude Code, Codex, OpenClaw, and Hermes Agent. The catalogue entries are skills for using Memmy with supported agents.
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/memtensor/memmy-agent/ui-craftnpx skills add MemTensor/memmy-agent --skill ui-craftgit clone --depth 1 https://github.com/MemTensor/memmy-agentWrote 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/memtensor/memmy-agent/ui-craft)<a href="https://agentmods.dev/skills/memtensor/memmy-agent/ui-craft"><img src="https://agentmods.dev/badge/skills/memtensor/memmy-agent/ui-craft.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00086 | $0.02203 |
| Opus 5 | $0.00043 | $0.01102 |
| Sonnet 5 | $0.00017 | $0.00441 |
| Haiku 4.5 | $0.00009 | $0.00220 |
Grade A, and why
ui-craft 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UI Craft
Create an intentional interface, not merely valid frontend code. Make the page fit its product, help the user act, and hold up under real browser inspection.
Establish the design brief
Before editing, identify:
- the user and the situation in which they reach this interface;
- the primary job, decision, or action the interface must support;
- the information that must be noticed first, second, and later;
- the dominant behavior: scan, operate, enter, compare, learn, or explore;
- the important default, loading, empty, error, success, disabled, and permission states;
- the target viewports, input methods, accessibility needs, and engineering constraints.
Ask a small number of focused questions only when a missing answer would materially change the result. Otherwise proceed with conservative assumptions and preserve the user's scope.
Read the existing visual language
Inspect the rendered page and the source that actually defines it. Read relevant:
- routes and page composition;
- layout shells and navigation;
- theme, token, and global style files;
- nearby components and their variants;
- typography, icons, imagery, and other assets;
- copy conventions and product terminology;
- responsive rules and existing breakpoints.
Treat the repository as the source of truth. Reuse its components and tokens before adding new ones. Do not introduce a parallel palette, spacing scale, radius family, shadow language, or component pattern for one screen.
Preserve the established product language unless the request explicitly calls for a redesign. If the current interface is inconsistent, improve the requested surface without casually rewriting unrelated global styles.
Choose the composition before decoration
Let the dominant user behavior determine the page structure:
- For scanning or monitoring, favor density, stable alignment, glanceable status, and clear exceptions.
- For operating or managing, favor selection state, nearby actions, feedback, and efficient repeated work.
- For entering or configuring, favor grouping, progressive disclosure, validation, and a clear completion path.
- For comparing, align equivalent information and make differences easy to inspect.
- For learning or deciding, build a paced narrative with one clear idea or action at a time.
- For exploring, make search, filters, results, preview, and wayfinding the primary composition.
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.
- 5d ago First seen · 186 lines · 86 tokens per session scan A e3f4747ac5f9
ui-craft is a skill published in the GitHub repository MemTensor/memmy-agent (1,190 stars, last pushed 7d ago), licensed MIT. It adds 86 tokens to every session and 2,203 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.
Other skills, from other repositories
browserwing-executor
Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.
web-design
Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.
penguin-harness-frontend
Use when changing the PenguinHarness Web App (packages/web) — adding or restyling any UI, picking a status colour, adding an icon, laying out a row or a form field, writing user-facing copy, or building a popup. Covers the semantic tone tokens, the icon size/stroke/gap scale, the semantic-versus-formatting rule for…
frontend-design
Guidance for distinctive, intentional visual design when building or reshaping UI, HTML/React artifacts, dashboards, charts, and visual reports. Use before implementation to choose a content-specific structure, typography, and visual system that does not read as a templated default.
shadcn
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…
ui-design-system
Polish existing UI to production quality — spacing, typography, color consistency, hover/focus states, responsive breakpoints. Use when the subtask is about visual polish, design-system enforcement, or beautifying an existing screen rather than building new features.