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/corezoid/simulator-ai-plugin/simulator-chartsnpx skills add corezoid/simulator-ai-plugin --skill simulator-chartsgit clone --depth 1 https://github.com/corezoid/simulator-ai-pluginWrote 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/corezoid/simulator-ai-plugin/simulator-charts)<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>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.00185 | $0.02231 |
| Opus 5 | $0.00093 | $0.01115 |
| Sonnet 5 | $0.00037 | $0.00446 |
| Haiku 4.5 | $0.00018 | $0.00223 |
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.
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:
- Creates an
ActorFiltersactor (or reuses an existing one). - Creates a
Dashboardsactor with the chart config. - Places the dashboard on the layer at the given position.
- Sets account inheritance so the chart can read financial data.
- Sets
expandType=chartso 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)
)
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.
- 4d ago First seen · 212 lines · 185 tokens per session scan A a22bcbbb2c4a
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.
Other skills, from other repositories
company-analytics
Use when the user requests source-backed company or project analytics, financial statements, useful charts, or a general 101 audit.
financial-account-audit
Use when the user asks how their finances, account, company, project, or object are doing; including vague questions such as "how are things going?" and requests to review financial risks.
settlements-and-transfers
Use when the user asks to settle a person, pay a debt, transfer money, or close a balance on a project.
report-management
Use when an internal 101 goal must find, read, create, or edit one or many expense reports through the existing event API, including sourced or manual positions and their dates.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
Use when evaluating A-share limit-up (涨停板) setups through Chen Hao's sentiment and momentum lens: market emotion cycles, board strength, follow-through, and short-term aggressive momentum trading.