📦 Ntriq Country Risk Monitor — 国家风险监控

v1.0.0

免费的国家风险评估API,用于供应链、外国直接投资和贸易合规。筛选OFAC制裁名单、世界银行经济指标、灾害风险和地缘政治风险评分。无需API密钥,覆盖195个国家。替代昂贵商业国家风险订阅服务。

0· 56·0 当前·0 累计
by @ntriq-gh·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
技能主要与其声明的目的一致(调用外部国家风险API),但对支付机制和代理端处理交易/钱包细节的描述模糊,这种不一致可能导致意外费用或数据泄露。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/8

- 添加了明确的API端点和定价信息:每次调用通过POST到https://x402.ntriq.co.kr/country-risk收取0.01 USDC。- 注明支持Base上的无Gas EIP-3009 USDC微支付。- 更新访问说明,包含新端点和支付详情。

无害

安装命令

点击复制
官方npx clawhub@latest install ntriq-country-risk-monitor
🇨🇳 镜像加速npx clawhub@latest install ntriq-country-risk-monitor --registry https://cn.longxiaskill.com

技能文档

Free country risk assessment API combining OFAC sanctions, World Bank economic indicators, USGS disaster data, and geopolitical exposure scoring. No API keys required. 195 countries covered. Replaces expensive commercial country risk subscriptions.

Parameters

ParameterTypeRequiredDescription
country_codestringISO 3166-1 alpha-2 (e.g., CN, RU, NG)
indicatorsarrayWorld Bank indicator codes (e.g., NY.GDP.MKTP.CD)
include_sanctionsbooleanInclude OFAC program list (default: true)

Example Response

{
  "country": "Nigeria",
  "iso2": "NG",
  "sanctions_programs": [],
  "economic": {
    "gdp_usd": 477000000000,
    "gdp_growth_pct": 2.9,
    "inflation_pct": 22.4,
    "unemployment_pct": 4.3
  },
  "disaster_risk": {"earthquake": "low", "flood": "high", "drought": "high"},
  "risk_summary": "Elevated economic volatility. High flood risk in Niger Delta. No active US sanctions."
}

Use Cases

  • Trade finance country limit setting
  • Export compliance country classification
  • Global staffing risk assessment for HR

Access

# Service catalog
curl https://x402.ntriq.co.kr/services

Available on Apify Store · x402 micropayments

数据来源:ClawHub ↗ · 中文优化:龙虾技能库