simulations

simulations is a skill for Codex from VapiAI/skills. It costs 93 tokens per session (1,919 once invoked), scanned A, original, no licence file.

A toolkit for building and checking Vapi simulations, which are test calls for voice assistants and groups of assistants. It covers simulated personalities, situations, expected results, fake tools, and run tracking.

In plain words
What is it for?
Use it to create simulation scenarios and test suites, run chat or voice tests, monitor their progress, inspect results, and track regression coverage (checks that prevent old problems from returning).
Why use it?
It helps find problems in voice-assistant conversations before they reach real callers. It also supports repeatable tests and quality checks in continuous integration (automated checks that run with code changes).

Skill for Codex

Written for Codex: agents/openai.yaml present.

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/vapiai/skills/simulations
Any agent
npx skills add VapiAI/skills --skill simulations
Clone the repo
git clone --depth 1 https://github.com/VapiAI/skills

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 simulations

README.md
[![agentmods](https://agentmods.dev/badge/skills/vapiai/skills/simulations.svg)](https://agentmods.dev/skills/vapiai/skills/simulations)
Your own site
<a href="https://agentmods.dev/skills/vapiai/skills/simulations"><img src="https://agentmods.dev/badge/skills/vapiai/skills/simulations.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00093 $0.01919
Opus 5 $0.00046 $0.00959
Sonnet 5 $0.00019 $0.00384
Haiku 4.5 $0.00009 $0.00192

Measured 2d ago against content hash 9f023703ab88, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

simulations 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 2d 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/vapi-voice-ai/skills/simulations/SKILL.md · 107 lines

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.

Read it on GitHub

Files

What ships with it

2 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.

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. 2d ago Changed · -4 lines 9f023703ab88
  2. 6d ago First seen · 111 lines · 93 tokens per session scan A 9082cc12909d

Subscribe to this mod's changes

simulations is a skill published in the GitHub repository VapiAI/skills (64 stars, last pushed 2d ago), with no licence file. It adds 93 tokens to every session and 1,919 once invoked, about $0.0005 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

web-frontend-tester

Run frontend functional, accessibility, visual, and performance test planning with structured reports.

0x-Professor/Agent-Skills-Hub · 22 tokens

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens

testing-setup

Analyze and create a testing strategy for native Android apps - install testing libraries, set up test infrastructure, create harnesses for unit tests, UI tests, screenshot tests, and end-to-end tests.

android/skills · 43 tokens

cherry-pr-test

Test Cherry Studio PRs by resolving and checking out a PR, statically inspecting its changes, running interactive UI tests against a safely tracked Electron instance through CDP, producing a structured report, cleaning up only the owned test instance, and restoring the original branch.

CherryHQ/cherry-studio · 57 tokens

actionbook-web-test

Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and…

actionbook/actionbook · 71 tokens

web-test

Тестирование 1С через веб-клиент — автоматизация действий в браузере. Используй когда пользователь просит проверить, протестировать, автоматизировать действия в 1С через браузер.

Nikolay-Shirokov/cc-1c-skills · 44 tokens