analyze_data

Analyze AdminForth resource data with aggregate and get_resource_data tools.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/devforth/adminforth-agent --skill analyze-data-devforth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze_data
Source: https://github.com/devforth/adminforth-agent/tree/main/custom/skills/analyze_data
Command: npx skills add https://github.com/devforth/adminforth-agent --skill analyze-data-devforth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze AdminForth resource data to uncover trends, spot anomalies, and compare distributions across rows, reducing manual analytics work.

Core Features & Use Cases

  • Server-side analytics: Use the aggregate tool to compute filtered metrics, group by key fields, and generate date buckets (day, week, month) efficiently.
  • In-memory deep analysis: When aggregates can't answer, switch to get_resource_data for complex calculations and custom groupings.
  • Practical use cases: Trend monitoring, anomaly detection, distribution comparisons for dashboards, and data-driven decision making.

Quick Start

Provide a concise summary of the latest resource data by calling the aggregate tool first and falling back to get_resource_data if needed.

Frequently Asked Questions about analyze_data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze resource data trends in AdminForth?

To analyze AdminForth resource data trends, apply the aggregate tool to compute filtered metrics, group by key fields, and generate date buckets. This server-side approach reduces manual analytics work by uncovering trends directly on resource rows.

What is the best way to compare distributions across AdminForth resource rows?

Comparing distributions across AdminForth resource rows is best handled by applying aggregation to compute metrics and group data server-side. This approach spots anomalies and compares distributions efficiently without heavy manual processing.

How do I perform complex calculations when aggregation is not enough in AdminForth?

To perform complex calculations in AdminForth when aggregation cannot answer your query, switch to the get_resource_data tool. This enables in-memory deep analysis and custom groupings for advanced data-driven decision making.

Does this AdminForth analytics approach support date bucketing for dashboards?

Yes, AdminForth analytics supports date bucketing for dashboards by using the aggregate tool to generate day, week, or month buckets. This enables practical trend monitoring and anomaly detection directly from resource data.

When should I use aggregate instead of fetching all resource data in AdminForth?

You should use the aggregate tool instead of fetching all resource data in AdminForth whenever possible to ensure fast server-side results and maintain reliable guardrails. Only fall back to get_resource_data when complex calculations are required.