/library-curator
Search the OD Library (the global asset registry) and apply matching assets into the current project mid-task. Use when the user asks to reuse an image they captured/uploaded earlier, "pull a logo/screenshot from my library", or to find and drop a stored asset into the page
One skill from open-design.
shell
$ npx -y skills add nexu-io/open-design --skill library-curator --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/library-curator
Context preview
The summary Claude sees to decide when to auto-load this skill.
Search the OD Library (the global asset registry) and apply matching assets into the current project mid-task. Use when the user asks to reuse an image they captured/uploaded earlier, "pull a logo/screenshot from my library", or to find and drop a stored asset into the page
Stats
Stars80,930
Forks9,351
LanguageTypeScript
LicenseApache-2.0
Ships with open-design
SKILL.md
library-curator.SKILL.md
--- name: library-curator description: | Search the OD Library (the global asset registry) and apply matching assets into the current project mid-task. Use when the user asks to reuse an image they captured/uploaded earlier, "pull a logo/screenshot from my library", or to find and drop a stored asset into the page being built. triggers: - "from my library" - "library asset" - "use the image I captured" - "insert from library" od: mode: utility category: assets --- # library-curator Reuse assets that already live in the user's OD Library — images captured with the OD Clipper, manual uploads, agent-generated media, and design-system material — without asking the user to re-upload them. ## When to use - The user references an asset they already have ("the screenshot I clipped", "my logo", "that hero image from earlier"). - You need an image for the page you're building and the user prefers their own library over freshly generated media. ## Tools (tool-token track) Both endpoints authenticate with the run's tool token (`OD_TOOL_TOKEN`, injected
