From macrobond
Search and retrieve economic time series data from Macrobond. Use when user asks to "get CPI data", "find GDP statistics", "fetch unemployment rates", "show inflation trends", "what's the latest PMI", "get yield curve data", "find FX rates", "retrieve commodity prices", or asks about any macroeconomic indicator, central bank data, or financial market statistics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/macrobond:macrobondThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill connects to the Macrobond MCP server for economic time series search and retrieval.
This skill connects to the Macrobond MCP server for economic time series search and retrieval.
Before finalizing any data selection, retrieve the relevant guidance from the
MCP server via the get_macrobond_guidance tool. It serves two topics:
get_macrobond_guidance(topic="domain_knowledge") — provider-specific quirks
and selection principles:
get_macrobond_guidance(topic="metadata_guide") — metadata attribute
definitions and search-filter conventions (Region, Frequency, Source, Release).Call only the topic you need — each returns a focused reference document.
Fetching series consumes the user's UTS (unit time series) allowance. Follow this protocol on every fetch, without exception:
fetch_series, fetch_entities, fetch_vintage_series, fetch_nth_release, fetch_all_vintages, or fetch_observation_history) with confirm=false (the default). Never skip this step.series_count, names, uts_remaining (may be null), an invocation_token, and a message.uts_remaining is not null, add: "You have X UTS remaining."confirm=true and the exact invocation_token from step 2. Do not modify names between calls — the token is bound to the exact list shown.confirm=false again to get a fresh token.Never batch multiple fetches into a single confirm=true call that was not part of the preview shown to the user.
After every completed fetch (i.e. after a confirm=true call returns data), always:
Call get_uts_allowance() immediately.
Append this line at the bottom of your response, separated by a blank line:
UTS balance: X remaining of Y total (Z used)
Do this unconditionally — even if the user did not ask. It keeps the user informed of their remaining allowance after every consumption event.
macrobond, economic data, time series, CPI, GDP, unemployment, inflation, interest rates, yield curve, FX, commodities, central bank, macro, financial data
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub macrobond-platform/macrobond-plugins