USMetrics

Automate analysis of U.S. economic and social indicators from government APIs.

17.4k|2.3k|Updated Sep 8, 2025
One-click install
npx skills add https://github.com/danielmiessler/LifeOS --skill usmetrics-danielmiessler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: USMetrics
Source: https://github.com/danielmiessler/LifeOS/tree/main/LifeOS/install/skills/USMetrics
Command: npx skills add https://github.com/danielmiessler/LifeOS --skill usmetrics-danielmiessler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of manually aggregating and analyzing complex economic and social indicators by automating the process from multiple government APIs.

Core Features & Use Cases

  • Automated Data Retrieval: Fetches economic and social indicators from FRED, EIA, Treasury, BLS, and Census APIs.
  • Multi-Timeframe Analysis: Provides 10-year, 5-year, 2-year, and 1-year trend analysis for each indicator.
  • Custom Workflows: Offers 'UpdateData' and 'GetCurrentState' workflows for data updates and comprehensive trend analysis, respectively.
  • Use Case: If you need a quick update on the US economy, use the 'GetCurrentState' workflow to get a summary of current economic indicators and trends.

Quick Start

To update the economic data and analyze current trends, use the command: usmetrics currentstate

Frequently Asked Questions about USMetrics

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

FAQPage Schema
How do I automate retrieving US economic indicators from multiple government APIs?

Automate retrieving US economic indicators by fetching data directly from FRED, EIA, Treasury, BLS, and Census APIs. This process requires appropriate authentication for data retrieval and uses Python scripts to aggregate the datasets automatically.

Can I perform time-series analysis on Federal Reserve economic data across different timeframes?

Yes, you can perform time-series analysis on Federal Reserve economic data across 10-year, 5-year, 2-year, and 1-year timeframes. The analysis supports correlation detection and pattern identification to aid in economic trend decision-making.

What Python libraries do I need to analyze economic trends from government datasets?

Analyzing economic trends from government datasets requires the Python libraries requests, pandas, and numpy. These dependencies handle data retrieval, manipulation, and numerical computations for complex social and economic indicator analysis.

What is the best way to get a quick summary of current US economic trends?

The best way to get a summary of current US economic trends is running the 'GetCurrentState' workflow. This command analyzes recently updated data to provide a comprehensive overview of current economic indicators and multi-timeframe trends.

Does analyzing social and economic indicators from the U.S. Census Bureau require API authentication?

Yes, analyzing social and economic indicators from the U.S. Census Bureau requires API authentication. Accessing data from the Census Bureau, along with other government sources, mandates appropriate authentication credentials for successful data retrieval.

Are there limitations when detecting correlations between BLS and Treasury economic metrics?

Limitations when detecting correlations between BLS and Treasury metrics depend on the availability and frequency of updates from the respective government APIs. Pattern identification is constrained by the accuracy and completeness of the retrieved time-series data.