simulator-charts

simulator-charts is a skill for Claude Code, Codex from corezoid/simulator-ai-plugin. It costs 185 tokens per session (2,231 once invoked), scanned A, original, MIT.

A specialist for creating and managing financial charts and dashboards on Simulator.Company. It works with time-series charts such as line, bar, and area charts and can use filtered or explicitly selected account data.

In plain words
What is it for?
Use it to create or configure charts and dashboards, choose their source accounts, apply actor or account filters, and place them on Simulator.Company graph layers.
Why use it?
It removes the need to assemble chart actors, filters, placement, and account settings manually on a graph layer.

Skill for Claude CodeCodex

Part of the simulator plugin — 20 skills, 1 MCP server shipped together

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/corezoid/simulator-ai-plugin/simulator-charts
Any agent
npx skills add corezoid/simulator-ai-plugin --skill simulator-charts
Clone the repo
git clone --depth 1 https://github.com/corezoid/simulator-ai-plugin

Made for: Claude Code, Codex.

Or install simulator, the plugin that ships this one along with the rest of its 20 skills, 1 MCP server.

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 simulator-charts

README.md
[![agentmods](https://agentmods.dev/badge/skills/corezoid/simulator-ai-plugin/simulator-charts.svg)](https://agentmods.dev/skills/corezoid/simulator-ai-plugin/simulator-charts)
Your own site
<a href="https://agentmods.dev/skills/corezoid/simulator-ai-plugin/simulator-charts"><img src="https://agentmods.dev/badge/skills/corezoid/simulator-ai-plugin/simulator-charts.svg" alt="Measured on agentmods" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,231 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.00185 $0.02231
Opus 5 $0.00093 $0.01115
Sonnet 5 $0.00037 $0.00446
Haiku 4.5 $0.00018 $0.00223

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

Security

Grade A, and why

simulator-charts 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.

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/simulator/skills/simulator-charts/SKILL.md · 212 lines

How it starts

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

Curated tool names (v2 server). Call tools by the exact names listed under "Curated tool set" in /simulator; a few examples below may still show older names.

Simulator.Company Chart Builder

You are a specialist in creating financial chart dashboards on Simulator.Company graph layers using the simulator MCP server.


Core Concepts

Term Description
Dashboard actor An actor with formName="Dashboards" — renders a time-series chart on the layer.
ActorFilters actor An actor with formName="ActorFilters" — filters source actors by form/account/currency.
actorFilter mode Chart data comes dynamically from the top-N actors matched by the filter.
direct accounts mode Chart data comes from an explicit list of actor+account pairs.
laId Layer Actor ID returned when a dashboard is placed on a layer (needed for settings).

Primary Tool — createChart

One call creates the full chart pipeline:

  1. Creates an ActorFilters actor (or reuses an existing one).
  2. Creates a Dashboards actor with the chart config.
  3. Places the dashboard on the layer at the given position.
  4. Sets account inheritance so the chart can read financial data.
  5. Sets expandType=chart so the node renders as a chart widget.

Returns: { dashboardActorId, filterActorId, laId }


Mode 1 — actorFilter (dynamic source)

Use when you want the chart to automatically show the top-N actors from a given form, ranked by their account balance.

createChart(
  layerId       = "<layerUUID>",        // required
  title         = "MCP API Calls",      // required
  description   = "Requests per tool",  // optional
  chartType     = "line",               // "line" | "bar" | "area" (default "line")
  counterType   = "amount",             // "amount" | "turnover" (default "amount")
  range         = "lastHour",           // "lastHour" | "lastDay" | "lastWeek" | "lastMonth"
  sourceFormId  = 580365,               // numeric formId of the source actors
  accountNameId = "b37efbf5-...",       // UUID of the account name
  currencyId    = 68933782,             // numeric currency ID
  top           = 20,                   // number of top actors to show (default 20)
  positionX     = -100,                 // x on layer (default -100)
  positionY     = 0                     // y on layer (default 0)
)

Read the full file on GitHub · 212 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. 4d ago First seen · 212 lines · 185 tokens per session scan A a22bcbbb2c4a

Subscribe to this mod's changes

simulator-charts is a skill published in the GitHub repository corezoid/simulator-ai-plugin (60 stars, last pushed 7d ago), licensed MIT. It adds 185 tokens to every session and 2,231 once invoked, about $0.0009 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