living-ui-importer

living-ui-importer is a skill for Claude Code, Codex from CraftOS-dev/CraftBot. It costs 39 tokens per session (2,129 once invoked), scanned A, original, MIT.

Instructions for importing Living UI apps from a marketplace, ZIP file, local folder, or Git URL, and for rebuilding foreign applications on the Living UI platform. A rebuild uses the original code as reference rather than running that code directly.

In plain words
What is it for?
Use it to install marketplace apps, bring in Living UI projects from files or Git, or start a supervised rebuild of another type of application.
Why use it?
It clarifies the difference between importing a compatible project and recreating an incompatible one. This prevents assuming that an existing application's code will work unchanged on the new platform.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to install marketplace apps, bring in Living UI projects from files or Git, or start a supervised rebuild of another type of application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/craftos-dev/craftbot/living-ui-importer
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.

Any agent
npx skills add CraftOS-dev/CraftBot --skill living-ui-importer
Clone the repo
git clone --depth 1 https://github.com/CraftOS-dev/CraftBot

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 living-ui-importer

README.md
[![agentmods](https://agentmods.dev/badge/skills/craftos-dev/craftbot/living-ui-importer.svg)](https://agentmods.dev/skills/craftos-dev/craftbot/living-ui-importer)
Your own site
<a href="https://agentmods.dev/skills/craftos-dev/craftbot/living-ui-importer"><img src="https://agentmods.dev/badge/skills/craftos-dev/craftbot/living-ui-importer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,129 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00039 $0.02129
Opus 5 $0.00019 $0.01064
Sonnet 5 $0.00008 $0.00426
Haiku 4.5 $0.00004 $0.00213

Measured 4d ago against content hash 9f5bcde424eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

living-ui-importer 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 4d 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.

skills/living-ui-importer/SKILL.md · 153 lines

How it starts

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

Living UI Importer

Bring existing apps into this CraftBot: marketplace installs (pre-built apps from the catalogue), Living UI project imports from a ZIP, a local folder path, or a git URL, and conversions of foreign (non-Living-UI) apps — which are REBUILDS: the original code becomes reference material and the behavior is re-implemented on this platform. Be honest about that cost before converting: nothing of the original code runs here.

Which path?

The user has… Do this
An app name / "what's in the marketplace?" living_ui_marketplace_list → match by name → living_ui_marketplace_install(app_id=...)
A .zip, a project folder path, or a git URL of a Living UI living_ui_import(source=...) — one door for all three
A foreign (non-Living-UI) codebase living_ui_convert(source=...) — a full REBUILD; tell the user first

Conversion (foreign apps)

living_ui_convert(source=..., name?, description?) scaffolds a fresh Living UI project, ships the original source read-only at reference/source/, synthesizes requirements.md FROM that source, and dispatches the normal supervised build to the project's session — you are done after this call; progress streams to the project tab and the system announces the result. Pass description when the user said what matters ("keep the board, skip the admin panel"). If the source turns out to BE a Living UI project the action errors and points you to living_ui_import.

Marketplace install

  1. living_ui_marketplace_list — resolve the exact app_id (never guess ids; match the user's words against names/descriptions).
  2. living_ui_marketplace_install(app_id="...", name="...") — downloads, registers, and launches the app in one step.
  3. On success, tell the user the app name and URL. Marketplace apps are pre-built and pre-verified upstream — no walk-verify needed. NOTE: apps still in the legacy V1 format are rejected with a clear error — the platform only runs current-format Living UIs. Tell the user that app hasn't been re-published for this version of CraftBot yet; do not improvise a workaround.
  4. On a launch error, treat it like any build failure: read ALL errors, fix (the project is a normal Living UI project under the ownership rules), living_ui_notify_ready again.

Read the full file on GitHub · 153 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. 4d ago First seen · 153 lines · 39 tokens per session scan A 9f5bcde424eb

Subscribe to this mod's changes

living-ui-importer is a skill published in the GitHub repository CraftOS-dev/CraftBot (380 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 2,129 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

development-estimation

Use when estimating time, effort, cost, or complexity for features, projects, refactors, and bug backlogs. Produces defensible estimates via triage, decomposition, risk handling, and confidence intervals, with clear assumptions and validation steps.

frumu-ai/tandem · 53 tokens

product-roadmap

Plan and prioritize product roadmaps using frameworks like RICE, MoSCoW, and ICE. Use when creating a roadmap, reprioritizing features, mapping dependencies, choosing between Now/Next/Later or quarterly formats, or presenting roadmap tradeoffs to stakeholders.

frumu-ai/tandem · 58 tokens

sales-call-prep

Prepare for a sales call with account context, attendee research, and suggested agenda. Works standalone with user input and web research, supercharged when you connect your CRM, email, chat, or transcripts. Trigger with "prep me for my call with [company]", "I'm meeting with [company] prep me", "call prep [company]"…

frumu-ai/tandem · 83 tokens

sales-daily-briefing

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

frumu-ai/tandem · 70 tokens

support-ticket-triage

Triage and prioritize a support ticket or customer issue. Categorize issues, assign priority (P1-P4), and recommend routing.

frumu-ai/tandem · 33 tokens

product-stakeholder-comms

Draft stakeholder updates tailored to audience — executives, engineering, customers, or cross-functional partners. Use when writing weekly status updates, monthly reports, launch announcements, risk communications, or decision documentation.

frumu-ai/tandem · 45 tokens