disposable-prototype

disposable-prototype is a skill for Codex from BottleYo/model-economy. It costs 45 tokens per session (351 once invoked), scanned A, original, MIT.

A small, isolated experiment used to answer a specific technical or interaction question before full implementation. Its code is temporary by default and is not treated as a publishable feature.

In plain words
What is it for?
Testing a narrow technical approach, interface behavior, or interaction idea. It helps decide whether a formal implementation is worth building.
Why use it?
It provides evidence about an uncertain behavior without committing exploratory code to the production system. It also keeps experiments separate from real accounts and external side effects.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Testing a narrow technical approach, interface behavior, or interaction idea. It helps decide whether a formal implementation is worth building.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bottleyo/model-economy/disposable-prototype
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 BottleYo/model-economy --skill disposable-prototype
Clone the repo
git clone --depth 1 https://github.com/BottleYo/model-economy

Made for: 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 disposable-prototype

README.md
[![agentmods](https://agentmods.dev/badge/skills/bottleyo/model-economy/disposable-prototype.svg)](https://agentmods.dev/skills/bottleyo/model-economy/disposable-prototype)
Your own site
<a href="https://agentmods.dev/skills/bottleyo/model-economy/disposable-prototype"><img src="https://agentmods.dev/badge/skills/bottleyo/model-economy/disposable-prototype.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 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.00045 $0.00351
Opus 5 $0.00023 $0.00176
Sonnet 5 $0.00009 $0.00070
Haiku 4.5 $0.00005 $0.00035

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

Security

Grade A, and why

disposable-prototype 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.

plugins/model-economy/skills/disposable-prototype/SKILL.md · 26 lines

What it actually says

一次性原型

用最小隔离实验换取事实,不把探索代码伪装成可交付实现。

边界

  • 不得启动 subagent,不得改变任务分类、模型选择、角色或质量门。
  • 不得自行提交、发布或合并原型;只有用户明确要求保留时,才把原型作为独立资产处理。
  • 不使用任何真实账户,不进行任何外部写入或破坏性副作用;需要外部系统时只用本地替身或静态样本。
  • 不读取、请求或传递任何凭据,包括认证文件、环境变量、钥匙串、token cache 或原始会话数据库。
  • 原型放在临时目录、项目既有 scratch 目录或明确指定的原型目录,不混入生产路径。

方法

  1. 先写一句原型要回答的问题,以及能区分成功和失败的观察证据。
  2. 选择最小实验面,只实现回答该问题所需的状态、接口或视觉差异。
  3. 实际运行并记录观察结果、限制和未覆盖条件。
  4. 给出生产决策输入;如果要进入正式实现,回到 cost-aware-development 重新按风险分类、测试和验证,不直接复制原型当成成品。

讨论已经足以消除未知时,不创建原型。

Files

What ships with it

1 file 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. 8d ago First seen · 26 lines · 45 tokens per session scan A 62f800c5c89d

Subscribe to this mod's changes

disposable-prototype is a skill published in the GitHub repository BottleYo/model-economy (5 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 351 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-08-31.

Related

Other skills, from other repositories

stss

Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.

lennney/stop-that-shit · 63 tokens

superloopy-loop

Use Superloopy's lightweight strict-evidence loop for Codex tasks that need durable progress, criteria, and artifact-backed completion.

beefiker/superloopy · 31 tokens

marketplace-publish-validation

Corezoid marketplace pre-publication validator. Standalone skill — no external skill dependencies required. Use this skill whenever the user wants to publish, release, or submit a project or folder to the Corezoid marketplace, or asks to check if a project is ready to publish. Activate on phrases: "publish to…

corezoid/corezoid-ai-plugin · 160 tokens

inspect-codex-trajectory

Inspect or show a local Codex task trajectory, including turns, approximate model steps, assistant messages, reasoning summaries, tool calls, failures, compaction, token usage, and timing. Use when the user asks for a trajectory, execution trace, task timeline, slow-tool analysis, visual event ledger, or live…

icesixgod/codex-trajectory · 78 tokens

release

A release workflow for the corezoid-ai-plugin project that prepares a new tagged software version through six defined phases.

corezoid/corezoid-ai-plugin · 0 tokens

corezoid-init

Corezoid environment setup specialist. Use when the user wants to connect to Corezoid, set up credentials, authenticate, pull a project, configure the environment, or start working with a Corezoid project for the first time. Activate when the user says "init", "setup", "connect to corezoid", "login", "pull workspace"…

corezoid/corezoid-ai-plugin · 86 tokens