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.
npx agentmods add skills/tidymodels/skills/add-dials-parameternpx skills add tidymodels/skills --skill add-dials-parametergit clone --depth 1 https://github.com/tidymodels/skillsWrote 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.
[](https://agentmods.dev/skills/tidymodels/skills/add-dials-parameter)<a href="https://agentmods.dev/skills/tidymodels/skills/add-dials-parameter"><img src="https://agentmods.dev/badge/skills/tidymodels/skills/add-dials-parameter.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00062 | $0.04744 |
| Opus 5 | $0.00031 | $0.02372 |
| Sonnet 5 | $0.00012 | $0.00949 |
| Haiku 4.5 | $0.00006 | $0.00474 |
Grade A, and why
add-dials-parameter 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 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.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
28 files 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.
- evals/evals.json 14 KB
- evals/grading-config.json 7.6 KB
- evals/README.md 8.7 KB
- references/best-practices-source.md 16 KB
- references/data-dependent-parameters.md 24 KB
- references/extension-guide.md 26 KB
- references/grid-integration.md 19 KB
- references/package-best-practices.md 9.1 KB
- references/package-development-workflow.md 6.9 KB
- references/package-extension-prerequisites.md 16 KB
- references/package-extension-requirements.md 34 KB
- references/package-imports.md 6.3 KB
- references/package-repository-access.md 14 KB
- references/package-roxygen-documentation.md 14 KB
- references/package-testing-patterns.md 12 KB
- references/package-troubleshooting.md 11 KB
- references/parameter-system.md 16 KB
- references/qualitative-parameters.md 21 KB
- references/quantitative-parameters.md 19 KB
- references/scripts/clone-tidymodels-repos.ps1 9.5 KB runs code
- references/scripts/clone-tidymodels-repos.py 10 KB runs code
- references/scripts/clone-tidymodels-repos.sh 8.5 KB runs code
- references/scripts/README.md 6.7 KB
- references/scripts/verify-setup.R 6.8 KB
- references/source-guide.md 22 KB
- references/testing-patterns-source.md 18 KB
- references/transformations.md 17 KB
- references/troubleshooting-source.md 15 KB
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.
- 5d ago First seen · 736 lines · 62 tokens per session scan A 809774c3404a
add-dials-parameter is a skill published in the GitHub repository tidymodels/skills (10 stars, last pushed 7d ago), with no licence file. It adds 62 tokens to every session and 4,744 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-31.
Other skills, from other repositories
chief-data-officer
Owns data as an asset — governance, quality, the warehouse and semantic layer, analytics capability, and the governance of models built on top. Use this for a decision about how data is collected, stored, defined, or shared; when numbers disagree between teams; when deciding what to build in-house versus buy; when…
ai-workflow-architect
Designs AI systems, automations, and agent workflows for a business — identifying which manual work is worth automating, how to structure the system, which tools fit, and what could go wrong. Use this to automate part of an operation, design an agent or MCP workflow, reduce repetitive manual work, connect tools into a…
ai-ml-governance
Governs models and AI systems in production — intended use, evaluation, monitoring, human oversight, documentation, and the decision to deploy or retire. Use this before deploying a model or AI feature, when defining evaluation criteria, when a model's behavior has drifted, when assessing AI risk or regulatory…
data-engineering
Builds and operates data pipelines — ingestion, transformation, orchestration, quality testing, and reliability of data delivery. Use this to design or debug a pipeline, decide batch versus streaming, add data quality checks, handle late or duplicate data, or work out why a dashboard's numbers changed without anyone…
edit-for-readability
Applies Han's shared Human-Readable Output Standard to a target you already have — a file on disk, text pasted into the prompt, or a draft already produced in the conversation — by dispatching the readability-editor to rewrite its prose so the main point comes first, headings are descriptive, each paragraph carries…
laravel-ai-sdk
Use when integrating AI agents, tool calling, embeddings, structured output, or streaming in Laravel 13 via the laravel/ai package.