product-app-runtime-component

product-app-runtime-component is a skill for Claude Code, Codex from GCWing/Sparo-OS. It costs 52 tokens per session (340 once invoked), scanned A, original, MIT.

Guidance for developing and checking a Product App Runtime Component, which declares special requirements for how an app runs or is hosted.

In plain words
What is it for?
Use it when creating or editing runtime definitions, runtime-related source files, generated documentation, or validation evidence for a Product App.
Why use it?
It helps distinguish special runtime hosting needs from ordinary app behavior, integrations, and user-interface work.

Skill for Claude CodeCodex

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

Good fit Use it when creating or editing runtime definitions, runtime-related source files, generated documentation, or validation evidence for a Product App.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gcwing/sparo-os/product-app-runtime-component
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 GCWing/Sparo-OS --skill product-app-runtime-component
Clone the repo
git clone --depth 1 https://github.com/GCWing/Sparo-OS

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 product-app-runtime-component

README.md
[![agentmods](https://agentmods.dev/badge/skills/gcwing/sparo-os/product-app-runtime-component.svg)](https://agentmods.dev/skills/gcwing/sparo-os/product-app-runtime-component)
Your own site
<a href="https://agentmods.dev/skills/gcwing/sparo-os/product-app-runtime-component"><img src="https://agentmods.dev/badge/skills/gcwing/sparo-os/product-app-runtime-component.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 340 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.
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.00052 $0.00340
Opus 5 $0.00026 $0.00170
Sonnet 5 $0.00010 $0.00068
Haiku 4.5 $0.00005 $0.00034

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

Security

Grade A, and why

product-app-runtime-component 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 8d 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.

bundles/skill-suites/product-app-development/skills/product-app-runtime-component/SKILL.md · 29 lines

What it actually says

Product App Runtime Component Skill

Use this skill only when the Product App needs special execution or hosting behavior beyond the default Product App runtime host. A Runtime Component describes app-private runtime requirements; the runtime instance is the actual running app after launch.

Development Boundary

  • Start from the current package facts and generated Runtime scaffold. If the runtime component is missing, create it with CreateProductAppComponent using kind runtime.
  • Edit source/runtime.json and related generated docs/source only for special host requirements that the default Product App runtime host does not cover.
  • Keep ordinary UI, AI behavior, integration actions, and structured callable tools in Surface, Agent, Bridge, or Tool Components instead.
  • Do not introduce a Runtime Component just to describe normal launch policy, permissions, or package metadata.

Runtime Vs Runtime Component

  • Runtime is the platform execution environment and actual running instance of a Product App.
  • A Runtime Component is an app-private package component that declares or implements special runtime host requirements for that Product App.
  • The Runtime Component may depend on platform runtime capabilities, but it is not the runtime itself.

Validation

  • Refresh the Product App lock after package or component graph changes.
  • Run Product App package validation.
  • Verify that the Product App still launches with the declared runtime definition.
  • Report any unobserved runtime behavior clearly; package validation alone is not enough for runtime changes.
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. 8d ago First seen · 29 lines · 52 tokens per session scan A a828a4d29934

Subscribe to this mod's changes

product-app-runtime-component is a skill published in the GitHub repository GCWing/Sparo-OS (20 stars, last pushed 27d ago), licensed MIT. It adds 52 tokens to every session and 340 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-08-30.