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 skills add laviDrori0702/tableau-dashboard-creator-skill --skill tableau-dashboard-creatorgit clone --depth 1 https://github.com/laviDrori0702/tableau-dashboard-creator-skillWrote 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/lavidrori0702/tableau-dashboard-creator-skill/tableau-dashboard-creator)<a href="https://agentmods.dev/skills/lavidrori0702/tableau-dashboard-creator-skill/tableau-dashboard-creator"><img src="https://agentmods.dev/badge/skills/lavidrori0702/tableau-dashboard-creator-skill/tableau-dashboard-creator/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.
<a href="https://agentmods.dev/skills/lavidrori0702/tableau-dashboard-creator-skill/tableau-dashboard-creator"><img src="https://agentmods.dev/badge/skills/lavidrori0702/tableau-dashboard-creator-skill/tableau-dashboard-creator.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00073 | $0.03504 |
| Opus 5 | $0.00036 | $0.01752 |
| Sonnet 5 | $0.00015 | $0.00701 |
| Haiku 4.5 | $0.00007 | $0.00350 |
Grade A, and why
tableau-dashboard-creator 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 12d 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.
This is a copy
97% identical to tableau-dashboard-creator — 21 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tableau Dashboard Creator
A multi-step workflow that transforms a human-language dashboard request into an implementable Tableau specification with an interactive HTML mock and an optional generated workbook.
Prerequisites
Before starting, scan the user's project root for:
Checklist (all paths are inside the project directory the skill is executed in, except `.env` — see note below):
- [ ] QUERIES.md — SQL queries grouped under database type headings (e.g., PostgreSQL)
OR sample-data/ directory with CSV files
- [ ] <DASHBOARD-NAME>-PRD.md — Human-language dashboard request
- [ ] .env — Database credentials (skip if using sample-data/). Does **not** need to live
inside the project directory — `load_dotenv()` walks upward from the current
working directory and picks up the closest `.env` it finds, so the user can keep
credentials in a parent directory and avoid copying secrets into the project.
Required variables (PostgreSQL): `PG_HOST`, `PG_DATABASE`, `PG_USER`, `PG_PASSWORD`,
and optionally `PG_PORT` (defaults to `5432`).
- [ ] branding/ directory (required) containing ONE of:
- branding.md — brand spec (palette, fonts, padding, sizing)
- template.twb — Organization's Tableau template workbook
Optionally, a logo (.svg or .jpg) can be added to branding/ in either case.
If any are missing, immediately run Project Scaffolding (below) before doing anything else. Do NOT ask the user to manually provide files — scaffold first, then let them customize.
Only check for the files listed above. Do NOT check for
design-tokens.md,DS-ARCHITECTURE.md,DASHBOARD-PLAN.md, or any files insidemock-version/— those are outputs generated by the workflow steps, not user-provided inputs.
QUERIES.md Format
Queries must be grouped under a heading matching the database type:
## PostgreSQL
SELECT * FROM public.table2
The agent selects the correct query script based on the heading.
What ships with it
57 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.
- assets/fallback-design-tokens.md 432 B
- examples/top-level-workbook-example.twb 483 KB
- references/snippets/dashboard/action-filter.twb 65 KB
- references/snippets/dashboard/DASHBOARD.md 19 KB
- references/snippets/dashboard/highlight-action.twb 74 KB
- references/snippets/dashboard/multi-sheet-layout.twb 105 KB
- references/snippets/dashboard/parameter-action.twb 43 KB
- references/snippets/dashboard/single-sheet-layout.twb 41 KB
- references/snippets/data-model/DATA_MODEL.md 6.5 KB
- references/snippets/data-model/multi-csv-join.twb 61 KB
- references/snippets/data-model/multi-csv-relationship.twb 55 KB
- references/snippets/data-model/single-csv.twb 24 KB
- references/snippets/features/calculated-field.twb 34 KB
- references/snippets/features/FEATURES.md 14 KB
- references/snippets/features/lod-expression.twb 33 KB
- references/snippets/features/parameter-control.twb 111 KB
- references/snippets/features/reference-line.twb 32 KB
- references/snippets/features/tablea-calculation.twb 25 KB
- references/snippets/scaffold/SCAFFOLD.md 7.6 KB
- references/snippets/scaffold/workbook-skeleton.twb 20 KB
- references/snippets/worksheets/area-chart.twb 38 KB
- references/snippets/worksheets/bar-chart-filtered.twb 34 KB
- references/snippets/worksheets/bar-chart-sorted.twb 32 KB
- references/snippets/worksheets/bar-chart-styled.twb 34 KB
- references/snippets/worksheets/bar-chart.twb 34 KB
- references/snippets/worksheets/combo-chart.twb 26 KB
- references/snippets/worksheets/custom-tooltip.twb 33 KB
- references/snippets/worksheets/dual-axis.twb 46 KB
- references/snippets/worksheets/histogram.twb 21 KB
- references/snippets/worksheets/line-chart.twb 33 KB
- references/snippets/worksheets/map-chart.twb 57 KB
- references/snippets/worksheets/pie-chart.twb 34 KB
- references/snippets/worksheets/scatter-plot.twb 34 KB
- references/snippets/worksheets/stacked-bar-chart.twb 31 KB
- references/snippets/worksheets/text-table.twb 39 KB
- references/snippets/worksheets/WORKSHEETS.md 23 KB
- references/step-0-brand-setup.md 9.1 KB
- references/step-a-data-exploration.md 5.9 KB
- references/step-b-dashboard-planning.md 5.6 KB
- references/step-c-mock-creation.md 13 KB
- references/step-d-implementation-spec.md 11 KB
- references/step-e-twb-generation.md 28 KB
- references/tableau-design-tokens.md 5.6 KB
- references/xsd/twb_2026.1.0.xsd 290 KB
- references/xsd/user.xsd 353 B
- references/xsd/xml.xsd 1.0 KB
- scripts/query_postgresql.py 3.5 KB runs code
- scripts/validate_twb_xsd.py 5.4 KB runs code
- scripts/validate_twb.py 24 KB runs code
- skeleton/.env.example 606 B
- skeleton/branding/branding.md 842 B
- skeleton/EXAMPLE-PRD.md 1.1 KB
- skeleton/QUERIES.md 780 B
- skeleton/SalesPerformance-PRD.md 755 B
- skeleton/sample-data/customer_segments.csv 639 B
- skeleton/sample-data/monthly_targets.csv 414 B
- skeleton/sample-data/sales_orders.csv 4.7 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.
- 12d ago First seen · 239 lines · 73 tokens per session scan A 6fe90e55ab4b
tableau-dashboard-creator is a skill published in the GitHub repository laviDrori0702/tableau-dashboard-creator-skill (21 stars, last pushed 2d ago), licensed MIT. It adds 73 tokens to every session and 3,504 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to tableau-dashboard-creator, differing in 21 lines, and is treated as a copy.
Other skills, from other repositories
slop-eval
Objectively evaluate a UI/web design against the pols.dev anti-slop design law: detect catalogued slop tells with cited evidence, score 8 weighted axes (color, type, components, layout, motion, execution, signature, cohesion), and emit a Slop Report with a 0–100 Slop Index and grade. Use when the user asks to…
design-md-validator
Validate DESIGN.md files against the official Google specification using the @google/design.md CLI linter. Works with local files. Use when the user wants to lint a DESIGN.md, check spec compliance, find broken token references, verify WCAG contrast ratios, diff two versions, export tokens to Tailwind or DTCG format…
revenue-centric-design
Revenue-Centric Design (RCD) — evidence-backed principles for making a SaaS or startup product convert, retain, and monetize. Use when the user works on a landing page or CRO ("my page isn't converting"), onboarding/activation ("users sign up but don't stick"), churn/retention ("customers keep canceling")…
ultimate-design-system-master
Create comprehensive design systems, brand identities, and UI component libraries. Use when the user says "create design system", "build brand identity", "design UI components", "generate design tokens", "create figma specs", "review my design", "analyze design trends", "audit accessibility", "convert design to code"…
frontend-design
Transform UI style requirements into production-ready frontend code with systematic design tokens, accessibility compliance, and creative execution. Use when building websites, web applications, React/Vue components, dashboards, landing pages, or any web UI requiring both design consistency and aesthetic quality.
webpage_generate
A tool for generating a previewable, single-file HTML webpage from a description and saving it in the workspace for the viewer to display.