Knack Dashboard AI
Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders...
npx skills add majiayu000/claude-skill-registry --skill knack-dashboard-ai --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Knack Dashboard AI ## Purpose Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders and grant reporting. ## Core Capabilities 1. **Metrics Generation**: Aggregate data into KPIs 2. **Trend Analysis**: Identify patterns over time 3. **Predictive Insights**: Forecast progress toward goals 4. **Visual Recommendations**: Suggest optimal chart types 5. **Anomaly Detection**: Flag unusual data patterns ## Core Functions ### generate_metrics **Purpose**: Calculate key performance indicators from raw data **Parameters**: - `fields` (array, required): Which metrics to calculate - `dataset` (array, optional): Custom dataset (default: fetch all) - `time_period` (string, optional): "all", "quarter", "month", "week" **Available Metrics**: ```javascript const metrics = { // Device Lifecycle acquired: "Total laptops received", converted: "Chromebooks successfully created", ready: "Devices ready for donation", presented: "Devices delivered to recipients", discarded: "Units recycled/unusable", // Conversion Rates conversion_rate: "(converted / acquired) * 100", success_rate: "(presented / ready) * 100",
- Purpose
- Core Capabilities
- Core Functions
- generatemetrics
- calculatetrends
- predictgoalcompletion
- buildcharts
- detectanomalies
- compareperformance
- HTI-Specific Dashboards
- Executive Summary Dashboard
- Operations Dashboard
- Grant Compliance Dashboard
- Donor Relations Dashboard
What does the Knack Dashboard AI skill do?
Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders...
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill knack-dashboard-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
