scarf-template-author

scarf-template-author is a skill for Claude Code, Codex from awizemann/scarf. It costs 79 tokens per session (10,421 once invoked), scanned A, original, MIT.

A skill for creating or expanding a Scarf project from a short conversation. Scarf is a project cockpit that can run checks, show information, and provide small custom panels.

In plain words
What is it for?
Use it to scaffold a new Scarf project, create a dashboard, define optional settings or scheduled jobs, add agent instructions, or include a starter mini-app.
Why use it?
It helps turn an idea such as monitoring something or producing a daily report into a correctly structured, locally usable project. It can also add the standard project pieces after an existing project is upgraded.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/catalog.sh check.

Good fit Use it to scaffold a new Scarf project, create a dashboard, define optional settings or scheduled jobs, add agent instructions, or include a starter mini-app.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/awizemann/scarf
agentmods
npx agentmods add skills/awizemann/scarf/scarf-template-author

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 scarf-template-author

README.md
[![agentmods](https://agentmods.dev/badge/skills/awizemann/scarf/scarf-template-author/github.svg)](https://agentmods.dev/skills/awizemann/scarf/scarf-template-author)
Your own site
<a href="https://agentmods.dev/skills/awizemann/scarf/scarf-template-author"><img src="https://agentmods.dev/badge/skills/awizemann/scarf/scarf-template-author/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scarf-template-author

Your own site · 80×15
<a href="https://agentmods.dev/skills/awizemann/scarf/scarf-template-author"><img src="https://agentmods.dev/badge/skills/awizemann/scarf/scarf-template-author.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 52
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 52
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 373
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 425
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00079 $0.10421
Opus 5 $0.00039 $0.05210
Sonnet 5 $0.00016 $0.02084
Haiku 4.5 $0.00008 $0.01042

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

Security

Grade A, and why

scarf-template-author scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"prompt": "Read {{PROJECT_DIR}}/.scarf/config.json and take values.rss_url from it — that field is not a secret and is NOT in the environment. Then use the terminal tool to fetch it: `curl -sS -H \"Authorization: Bearer
scarf/scarf/Resources/BuiltinSkills.bundle/scarf-template-author/SKILL.md · 600 lines

How it starts

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

Scarf Template Author

Scaffold a new Scarf-compatible project from a conversational interview. The output is both (a) a working project on disk the user can register with Scarf and use immediately, and (b) correctly shaped to be exported as a .scarftemplate bundle via Scarf's Export flow later.

READ THIS FIRST — use the scarf-projects tools, don't hand-edit Scarf's files

Scarf ships an MCP server called scarf-projects. When you can see its tools, they are the only way you register a project, write a dashboard, add a slash command, or check a project's health. They are not a convenience wrapper — they are the same code Scarf's own UI runs, so a write that goes through them cannot produce a shape Scarf can't read.

What you want to do Tool Required arguments
See every project on this machine project_list (none) — optional includeArchived (bool, default true)
Inspect one project in full project_get project
Register an existing directory as a Scarf project project_register name, path
Write or replace .scarf/dashboard.json project_update_dashboard project, dashboard
Add a /command to a project project_add_slash_command project, name, description, body
Reconcile and report on project health project_validate (none) — optional project, repair

Notes that save you a retry:

  • project accepts a display name or an absolute path. ~ is never expanded — pass the resolved path.
  • dashboard takes the complete document, as a JSON object or as a string containing one. It replaces the file, so if you are enriching rather than authoring from scratch, read the existing .scarf/dashboard.json first and send it back whole. (project_get reports whether a dashboard exists and parses, and where it lives — it does not hand you its contents; read the file for that.)
  • project_add_slash_command also takes optional argumentHint, model, tags (array of strings) and overwrite (bool, default false).
  • project_validate takes repair: true to apply only the repairs Scarf considers safe.
  • A tool that refuses tells you why, by JSON path for a bad dashboard (sections[0].widgets[0].type: unknown widget type), and writes nothing. Read the reason and fix your input — do not fall back to editing the file by hand because a tool said no. A refusal is the system working.
  • Read tools report the registry's health. If they say it is damaged, stop and run project_validate rather than working around it. project_register refuses outright in that state, on purpose: rewriting a damaged registry would make the unreadable rows permanently lost. The project-local writes (dashboard, slash commands) aren't blocked, but they still resolve their target through the registry — so a project whose row is unreadable can't be addressed either way. "No projects found" from a damaged registry does not mean the user has no projects; never respond to it by re-registering everything.

Read the full file on GitHub · 600 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. 5d ago Changed · +82 lines d8bbf48579f6
  2. 11d ago First seen · 518 lines · 79 tokens per session scan A a3e17005334d

Subscribe to this mod's changes

scarf-template-author is a skill published in the GitHub repository awizemann/scarf (852 stars, last pushed today), licensed MIT. It adds 79 tokens to every session and 10,421 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

awesome-swift-macos-apps-docs

Use when adding, updating, or validating app entries in the awesome-swift-macos-apps repository, especially when maintaining both README.md and README.zh.md with concise one-sentence descriptions, correct category placement, and consistent bilingual formatting.

jaywcjlove/awesome-swift-macos-apps · 57 tokens

peekaboo

Use Peekaboo for macOS desktop automation, screenshots, visual UI maps, native accessibility inspection, app/window/menu/dialog control, native app and browser chrome control, browser-page MCP tooling, MCP diagnostics, and Peekaboo repo validation. Use when Codex needs current macOS UI state, direct desktop control…

openclaw/Peekaboo · 82 tokens

homekit

Control HomeKit smart home accessories and view home events via homeclaw-cli. Use when the user asks to control lights, locks, thermostats, fans, blinds, scenes, check device/sensor status, or view recent home activity/events. Examples: "turn off the stairs lights", "lock the front door", "what's the temperature"…

omarshahine/HomeClaw · 108 tokens

homeclaw

Control HomeKit smart home accessories via HomeClaw MCP tools. Also includes reference data for accessory categories, characteristics, and value formats. This skill should be used when the user wants to: Turn lights on or off, set brightness, or change color temperature Lock or unlock doors Set thermostat temperature…

omarshahine/HomeClaw · 199 tokens

remarc

Manage Remarc session comments and contextual feedback. Use when the user mentions Remarc sessions, comments, handoff, triage, review, addressing, resolving, status updates, or summaries.

metedata/Remarc · 41 tokens

skilldeck

Manage AI agent skills via natural language — install, update, delete, and assign skills to agents using SkillDeck's filesystem conventions.

crossoverJie/SkillDeck · 29 tokens