An advanced AI agent skill for navigating the Federal Reserve Economic Data (FRED) database using natural language and dual-layer validation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fred-navigator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fred-navigator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FRED Navigator provides a robust framework for AI agents to interact with the Federal Reserve Economic Data (FRED) ecosystem. By leveraging the fredapi and custom scripts, this skill enables seamless navigation through thousands of economic categories and series. It bridges the gap between complex hierarchical data structures and natural language queries, ensuring that developers and researchers can access precise economic indicators with high confidence and reliability using Openclaw Skills.
The skill is designed to handle the ambiguity of economic terminology by using intent recognition and semantic validation. This ensures that when a user asks for broad terms like inflation or employment, the agent can map these to the exact series IDs used by the St. Louis Fed, providing a professional-grade interface for economic research and data science workflows.
To integrate this skill into your workflow, ensure you have a valid FRED API key from the St. Louis Fed website. Follow these steps to configure the environment:
# Set the environment variable for API access
export FRED_API_KEY='your_api_key_here'
# Precompute category paths for faster navigation
python scripts/build_paths.py
# Test the connection by checking a root category
python scripts/fred_query.py check-category 0
The skill utilizes a structured reference system to optimize lookup speed and accuracy within Openclaw Skills:
| Component | Description | Format |
|---|---|---|
| fred_categories_tree.json | Hierarchical tree of all FRED categories | Recursive JSON |
| fred_categories_flat.json | Flat list for fuzzy name matching | Array of Objects |
| category_paths.json | Precomputed paths for breadcrumb navigation | ID-keyed Dictionary |
| synonyms.json | Mapping of economic concepts to FRED terms | Key-Value List |
| fred_query.py | Core script for API interaction and filtering | Python Script |
Loading
A powerful flight search skill for querying real-time Google Flights data including prices, schedules, and aircraft details.

A specialized utility that transforms markdown tables into clean, high-resolution PNG images for enhanced chat visibility.

A high-performance travel retrieval skill that connects AI agents to real-time flight offers and airport data via the Amadeus API.

A specialized tool for querying real-time China Railway 12306 schedules and ticket availability directly through a terminal or AI agent.

A CLI tool and library for mirroring local directory structures and file content directly into Notion pages.

A comprehensive toolkit for launching and maintaining an authentic, human-like AI presence on X through organic engagement and real-time situational awareness.








































