financial-analytics

Analyze student financial data for tuition, payments, and scholarships.

38|6|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agentic-ai-with-claude-agent-sdk-and-amazon-bedrock-agentcore --skill financial-analytics-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financial-analytics
Source: https://github.com/aws-samples/sample-agentic-ai-with-claude-agent-sdk-and-amazon-bedrock-agentcore/tree/main/.claude/skills/financial
Command: npx skills add https://github.com/aws-samples/sample-agentic-ai-with-claude-agent-sdk-and-amazon-bedrock-agentcore --skill financial-analytics-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze student financial data to answer questions about tuition, payments, and scholarships.

Core Features & Use Cases

  • Aggregate tuition and payments data across cohorts to provide total and average values.
  • Analyze scholarship distribution and determine financial aid effectiveness for active students.
  • Provide ad-hoc NLQ-to-SQL insights for tuition revenue, outstanding balances, and payment-method patterns.

Quick Start

Ask a natural language question to fetch insights, for example what is the total tuition paid by active students this semester.

Frequently Asked Questions about financial-analytics

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

FAQPage Schema
How do I analyze student tuition and payment data for active students?

The Skill converts natural language questions into SQL queries to analyze student financial data. It reads pre-aggregated tuition and payment records, enforces active-student filtering by default, and returns aggregated revenue and balance metrics.

Can I track scholarship distribution and financial aid effectiveness using natural language queries?

Yes, you can evaluate scholarship distribution and financial aid effectiveness by asking natural language questions. The Skill translates these into SQL to aggregate and analyze financial aid data across active students.

What is the best way to categorize tuition revenue by last payment method?

Use the Skill's built-in last_payment_method categorization to group tuition revenue and outstanding balances. It processes pre-aggregated financial data to return payment-method patterns without exposing raw credentials.

Does this financial analytics tool require raw access to student payment credentials?

No, the tool does not require or expose raw credentials. It reads pre-aggregated financial data and returns aggregate metrics, ensuring sensitive credential information is never exposed during the NLQ-to-SQL analysis.

Are there limitations when analyzing outstanding student balances with NLQ-to-SQL?

A key limitation is that the Skill only reads pre-aggregated financial data, so raw transaction-level details may be unavailable. Additionally, it enforces active-student filtering by default, potentially excluding historical or inactive student records.