script-designer

script-designer is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 28 tokens per session (624 once invoked), scanned A, original, Apache-2.0.

An editor for the code body of a saved SmartCMP script definition.

In plain words
What is it for?
Use it to read the current script and produce a complete replacement body for manual review and copying into SmartCMP.
Why use it?
It helps you change a script’s behavior while preserving its parameters, entry points, return format, compatibility, and error handling.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/cloudchef/atlasclaw-providers/script-designer
Any agent
npx skills add CloudChef/atlasclaw-providers --skill script-designer
Clone the repo
git clone --depth 1 https://github.com/CloudChef/atlasclaw-providers

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 script-designer

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/script-designer.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/script-designer)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/script-designer"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/script-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 624 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00028 $0.00624
Opus 5 $0.00014 $0.00312
Sonnet 5 $0.00006 $0.00125
Haiku 4.5 $0.00003 $0.00062

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

Security

Grade A, and why

script-designer 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/read_current_script.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

providers/SmartCMP-Provider/skills/script-designer/SKILL.md · 59 lines

What it actually says

script-designer

Read the current saved SmartCMP script and produce user-directed replacement content.

Workflow

  1. Always call smartcmp_read_current_script_definition before analyzing or changing the script. Never ask the user for a script ID that is already bound by Context.
  2. Use the returned script type, parameters, properties, form content, resource types, and complete current body as the source of truth. In this first phase, all fields except content are read-only compatibility context.
  3. Apply only the requested behavior. Preserve unrelated logic, public entrypoints, parameter names, return contracts, runtime compatibility, and error semantics.
  4. Return the complete updated script body in one fenced code block. Never return only a diff, partial snippet, or content containing ellipsis placeholders.
  5. Do not propose replacement values for params, properties, formContent, or other script-definition metadata. If the requested behavior requires one of those fields to change, state that the current Skill only generates content and identify the unmet metadata change separately.
  6. State that the result is for manual review and copying into the CMP script content field. Do not claim that the script was saved, published, or executed.

Safety

  • Do not call POST, PUT, PATCH, DELETE, publish, execute, or task APIs.
  • Do not invent Provider SDK calls, endpoints, credentials, or runtime variables.
  • Preserve the current script language and compatibility constraints unless the user explicitly requests a migration.
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. 4d ago First seen · 59 lines · 28 tokens per session scan A 1d8789865ef4

Subscribe to this mod's changes

script-designer is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed today), licensed Apache-2.0. It adds 28 tokens to every session and 624 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

bootstrap

Generate a personalized SOUL.md through a warm, adaptive onboarding conversation. Trigger when the user wants to create, set up, or initialize their AI partner's identity — e.g., "create my SOUL.md", "bootstrap my agent", "set up my AI partner", "define who you are", "let's do onboarding", "personalize this AI", "make…

bytedance/deer-flow · 114 tokens

nemoclaw-contributor-plan-issue

Plan, refine, scope, or divide a NemoClaw GitHub issue into independently valuable capability slices before implementation. Use when a user asks to plan an issue, refine its scope, define acceptance evidence, break it down, split it, or identify the first capability slice. Ask which lifecycle stage they want when a…

NVIDIA/NemoClaw · 134 tokens

agui-dotnet-feature-workflow

Orchestrator/hub for implementing a feature or change in the AG-UI .NET SDK (sdks/dotnet). USE FOR: "what's the workflow", "what order do I do things in", "how do I implement a feature in the .NET SDK", starting any non-trivial AG-UI .NET SDK change, planning the end-to-end steps and definition-of-done (code + AOT…

ag-ui-protocol/ag-ui · 266 tokens

agui-dotnet-server-tools

Expose server-side (backend) tools an AG-UI agent can call with the AG-UI .NET SDK — C# functions that run on the server, where the server executes the call and feeds the result back to the model. USE FOR: defining an AIFunction with AIFunctionFactory.Create and registering it on the server's IChatClient via…

ag-ui-protocol/ag-ui · 202 tokens

teamharness-task-delegation

Use when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.

agentscope-ai/AgentTeams · 56 tokens

package-list

List all UPM packages installed in the Unity project — name, version, source, description. Optionally filter by source (registry, embedded, local, git, built-in, local tarball), by name/display/description substring, and by direct-dependency-only.

IvanMurzak/Unity-MCP · 57 tokens