Write country regime report
SEC API agent skills for source-cited filing research with hosted API and MCP workflows
npx -y skills add secapi-ai/secapi-skills --skill write-country-regime-reportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Writes a dated country macro brief from the high-signal pack and regime context. Use when observed data, release timing, and uncertainty must be separated from forecast.
SKILL.md
1.8 KB, as published. Nobody here has run it
Write Country Regime Report
Write a country brief that can be revisited later. Identify the country, observation date, lookback, and source boundary before synthesizing growth, inflation, labor, policy, and trade.
First Read
curl --fail --silent --show-error \
"https://api.secapi.ai/v1/macro/high-signal-pack?country=JP" \
-H "x-api-key: $SECAPI_API_KEY"
The high-signal pack and GET /v1/macro/regimes accept a country; both also expose published response_mode and include controls.
What to provide
Give the agent a country, lookback, horizon, and the decision the report should inform. The report should identify what was observed and when; it should not conceal forecasts inside a regime label.
Research path
- Read
GET /v1/macro/high-signal-packto establish the data and source context available for the country. - Read
GET /v1/macro/regimeswith the country and, where relevant, a stated lookback. - Use
POST /v1/intelligence/country-reportto assemble the report. Its published request supportscountry,lookback,symbols,holdings,horizon, andbriefingMode. - Keep observed releases, estimates, forecasts, and expected release timing in separate statements.
Expected result
Lead with the dated regime summary. Cover growth, inflation, labor, policy, trade, and watch items only where the returned evidence supports them. Name the country, lookback, horizon, and report timestamp. Prefer the source context supplied by the high-signal pack; label forecasts and release-date uncertainty. A country report is a dated research artifact, not a standing macro forecast.