A natural language interface for retrieving structured macroeconomic and commodity price data from the Eastmoney database.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mx-macro-data
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 mx-macro-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The mx-macro-data skill allows developers to access a vast repository of global economic information through simple text-based queries. By leveraging the Eastmoney database, it provides detailed datasets covering national accounts, monetary finance, fiscal revenue, and industrial operations. This skill is designed for the Openclaw Skills ecosystem to streamline the transition from raw research questions to clean, structured CSV data.
Built for professional analysts and automated agents, it handles the complexities of API authentication and data formatting. It ensures high data integrity by requiring specific metrics rather than vague generalizations, making it an essential tool for evidence-based market analysis and policy interpretation.
First, obtain an API key from the Eastmoney service. Configure your environment variables as follows:
# Add to ~/.zshrc or ~/.bashrc
export EM_API_KEY="your_api_key_here"
source ~/.zshrc
Next, install the required Python dependencies to enable data fetching:
pip3 install httpx --user
The skill organizes output into a dedicated directory with a structured naming convention:
| File Type | Naming Pattern | Contents |
|---|---|---|
| CSV Data | mx_macro_data_<QueryID>_<Frequency>.csv |
Structured time-series data (UTF-8 encoded). |
| Description | mx_macro_data_<QueryID>_description.txt |
Source information, unit definitions, and row counts. |
Frequency types include yearly, quarterly, monthly, weekly, and daily depending on the indicator availability.
Loading
A natural language search tool providing real-time access to global financial announcements, research reports, and market news via the Eastmoney database.

A comprehensive toolkit for designing, triggering, and optimizing automation workflows for platforms like Zapier and Make.

YAMLCheck is a robust Python-driven toolkit for validating YAML syntax, linting formatting issues, and converting files to JSON.

A comprehensive technical reference for crypto wallet analytics, address standards, and on-chain security protocols.

An AI-powered financial screening tool that uses natural language to filter global stocks, funds, and bonds using the Eastmoney Miaoxiang database.

A professional automation toolkit for the Threads platform powered by Chrome CDP and Python.








































