macro-data-api
查询货币供应量、汇率、利率和美元指数
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arsars2234/macro-data-apiWhat This Skill Does
The Macro Data API skill, developed by arsars2234, is a specialized OpenClaw agent capability designed to bridge the gap between complex macroeconomic indicators and your AI workflow. By providing a streamlined interface to query essential financial metrics, it allows users to pull real-time or historical data regarding global monetary health. This tool specifically focuses on three key pillars of economic analysis: comprehensive money supply statistics (including seasonally adjusted and non-seasonally adjusted figures), precise currency exchange rates for both individual pairs and global baskets, and the real-time tracking of the US Dollar Index (DXY). By automating the retrieval of this data, the skill eliminates the need for manual data scraping or navigating cumbersome financial portals, allowing your agent to provide data-driven economic context instantly.
Installation
To integrate this skill into your OpenClaw environment, ensure you have Python 3 installed on your host system. Open your terminal and execute the following installation command:
clawhub install openclaw/skills/skills/arsars2234/macro-data-api
This command registers the skill within your agent's library. Once complete, the agent gains the ability to execute the script located in the skills/macro-data-api/ directory to fetch the required economic data packets.
Use Cases
This skill is highly valuable for financial analysts, researchers, and automated trading assistants. It can be utilized to:
- Automate daily briefings on the strength of the US Dollar against major global currencies.
- Monitor changes in monetary stock to anticipate inflationary trends or central bank policy shifts.
- Provide the necessary input data for complex financial modeling or back-testing strategies.
- Offer quick fact-checking for economic reports or investment-related discussions where currency volatility is a primary concern.
Example Prompts
- "OpenClaw, check the current US Dollar Index and provide the last 5 updates on the monetary supply stock."
- "What is the current exchange rate for USD to EUR? I need to perform a quick currency conversion for my report."
- "Fetch the list of all available currency exchange rates through the macro-data-api and display the USD-based trends."
Tips & Limitations
When utilizing this skill, ensure that your environment has stable internet connectivity, as the tool relies on external API calls to source current market data. The skill operates via a Python script, so ensure that the dependencies required by the script are met. Note that the accuracy of the data is dependent on the upstream provider configured in the script. Always cross-reference high-stakes investment decisions with official financial terminals or verified institutional sources, as this tool is intended for quick data retrieval and analysis rather than high-frequency trading execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arsars2234-macro-data-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution