Social Media Matrix Tracker Template
SkillDatabases & dataLets your agent build a dashboard page showing social media metrics across platforms with charts and dark/light themes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Social Media Matrix Tracker Template skill
About this capability
社媒矩阵数据追踪面板模板(Social Media Matrix Tracker)。 Use when users ask for a cinematic, data-dense social media analytics dashboard with multi-platform metrics, interactive charts, hover insights, range compare, and dark/light theme switching in a single HTML artifact.
What this skill tells your AI
The instructions your AI receives, as published by nexu-io/open-design in design-templates/social-media-matrix-tracker-template/SKILL.md and read by ahel’s review.
Ship a premium, cinematic social-media analytics template with high data density and production-grade micro-interactions.
Resource map
social-media-matrix-tracker-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.html
Workflow
- Read active
DESIGN.mdfirst, map tokens to CSS variables, then adaptassets/template.html. - Keep the structural information architecture intact: hero + platform matrix + KPI strip + multi-chart deep sections.
- Preserve interaction fidelity:
- dark/light theme toggle
- hover tooltip on charts (auto-clamps inside viewport)
- click-to-pin chart point
- drag interval analysis
- Shift+drag multi-range compare
- insights panel live updates on every chart (line / stack / donut / geo)
- touch + keyboard arrow-key support for line charts (a11y)
- Ensure template remains self-contained (single HTML with inline CSS/JS, no framework dependency).
- Keep default sample data realistic and internally consistent across cards/charts.
- Validate with
references/checklist.mdbefore emitting the artifact.
Adapting the sample data safely
assets/template.html ships with hand-tuned sample arrays. When swapping in real data, follow this contract so charts and insights stay coherent:
- Replace whole arrays at once, not individual indices — line charts assume
values[]andxLabels[]are the same length and aligned by index. - Match the existing unit + decimals:
hourChart(engagements /decimals: 0),slaChart(minutes /decimals: 0),roiChart(multiplier x /decimals: 1),cohortChart(% /decimals: 0). Mismatched units break tooltip + A/B insight copy. - Keep all four line series the same length (default 7 points). Different lengths leak into the A/B compare which expects shared indices.
- For
mixChart, everybars[i].stackmust remain a 3-element array ([Video, Thread, Carousel]). ForsentimentChart,arcs[]percentages should sum to 100. - Update KPI strip + platform card metrics in lock-step — the artifact's "Live overview" insight derives from the same numbers.
- Single-data-point datasets are guarded (drawn as a labelled dot) but degrade UX; prefer ≥ 3 points per chart when adapting.
Output contract
Emit one short sentence before the artifact (e.g. "Cinematic social media matrix tracker — dark theme by default, all interactions live.") and then a single self-contained HTML artifact.
- The artifact must use the
<artifact>wrapper exactly as shown below — the daemon parser keys on the wrapper element. identifier="social-media-matrix-tracker"is the canonical id (don't suffix with project name).type="text/html"andtitleare required.- Inline CSS + JS only. No external framework / CDN. No external font imports beyond what
template.htmlalready declares. - The final document is the adapted
template.html(with DESIGN.md tokens applied), not a verbatim copy and not a separateindex.html. Do not emit both.
<artifact identifier="social-media-matrix-tracker" type="text/html" title="Social Media Matrix Tracker">
<!doctype html>
<html>...</html>
</artifact>
Signals
- GitHub stars
- 96k
- Forks
- 11k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
social-media-matrix-tracker-template- Source
- github.com/nexu-io/open-design