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 openclawby/tradingview-mcp --skill chart-aestheticsgit clone --depth 1 https://github.com/openclawby/tradingview-mcpWrote 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/openclawby/tradingview-mcp/chart-aesthetics)<a href="https://agentmods.dev/skills/openclawby/tradingview-mcp/chart-aesthetics"><img src="https://agentmods.dev/badge/skills/openclawby/tradingview-mcp/chart-aesthetics/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/openclawby/tradingview-mcp/chart-aesthetics"><img src="https://agentmods.dev/badge/skills/openclawby/tradingview-mcp/chart-aesthetics.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.00078 | $0.01653 |
| Opus 5 | $0.00039 | $0.00826 |
| Sonnet 5 | $0.00016 | $0.00331 |
| Haiku 4.5 | $0.00008 | $0.00165 |
Grade A, and why
chart-aesthetics 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 9d 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 — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Chart Aesthetics — a design system, not taste
Every overlay and script MUST follow these rules. The goal: a viewer glances at the chart and instantly knows what each mark means, without a legend. Bad charts happen when every draw call picks colors ad-hoc — so DON'T. Pull from the fixed palette below.
The palette (semantic, fixed — never improvise hex)
Assign color by WHAT THE DATA MEANS, not by draw order.
| Role | Color | Hex | Use for |
|---|---|---|---|
| Supply / resistance / bearish | red | #EF5350 |
levels above price, short liqs, sell pressure |
| Demand / support / bullish | green | #26A69A |
levels below price, long liqs, buy pressure |
| Institutional / dark pool | purple | #8E24AA |
dark-pool levels, block prints |
| Neutral reference / pivots | slate blue | #5B7F9E |
VWAP, mid, prior close, max pain |
| Warning / extreme | amber | #FFB300 |
funding spikes, squeeze flags, extreme readings |
| De-emphasized / context | grey | #787B86 |
old/minor levels, secondary series |
Line-weight = importance (never all the same):
- 2px solid — the 1-2 levels that matter most this view (highest volume, current max pain)
- 1px dashed (
linestyle:2) — secondary levels, the supporting cast - 1px dotted (
linestyle:1) — faint context / historical
Opacity for zones/fills: 85-92% transparency (barely tinted). A filled box at full opacity buries the candles — the #1 ugliness cause.
Six rules that kill 90% of ugly charts
- Cap the count. Never draw more than ~8 lines of one type. More = noise. Rank by importance (volume, premium, proximity) and keep the top N.
- One color per meaning. All dark-pool lines share ONE purple. Don't rainbow them — differentiate by weight/label, not hue.
- Weight encodes importance. The heaviest level is 2px solid; the rest recede to 1px dashed. A wall of identical lines has no hierarchy.
- Labels: short, priced, deduped.
DP 325.8 · 4.4MbeatsDark Pool Level 325.89 volume 4437201 premium .... If two levels round to the same price band, merge them — overlapping labels are the worst offender. - Clear before redraw. Always
draw_clear_all(or remove your own IDs) before re-overlaying, so stale lines from a prior symbol/day don't pile up. - Bring the tab to front, then screenshot. A backgrounded chart doesn't repaint — you'll draw into a frame nobody sees and screenshot a stale one.
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.
- 9d ago First seen · 114 lines · 78 tokens per session scan A ab38f900f333
chart-aesthetics is a skill published in the GitHub repository openclawby/tradingview-mcp (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 78 tokens to every session and 1,653 once invoked, about $0.0004 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
hps-y2k-chrome
OpenDesign's KPI decision brief: activation and retention drivers, what's working, and the one metric to move next. Built as a decision-grade data & finance deck for CRO, RevOps, leadership.
health
Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users ask in any language to audit Claude, Codex, Pi, agent instructions, MCP or hooks, verifier coverage, or AI-maintainability drift. Not for debugging application…
ui-design
Design-quality reference for financial-research visual output: typography, color, composition, and avoiding generic AI aesthetics.
business-design
Read financials, map competitive landscapes, and argue design decisions in the language of value. Use when defending design to commercial stakeholders. For the live negotiation itself, use design-negotiation (designer-toolkit).
fin-arch-diagram
A tool for creating architecture diagrams, process flowcharts, and hierarchy trees. These show how system parts, business steps, decisions, or organizational levels relate to one another.
posthog-features-drive-revenue
Rank a PostHog user's product features by the revenue of the customers who use them (joins Stripe MRR/invoices to feature-usage events) and save it as a reusable PostHog insight. Use this whenever someone asks which features their highest-revenue or best customers use most, wants revenue-weighted feature adoption…