Policy sources
美国政策 / 制裁 / 监管 / 地缘类查询的权威信息源(中文)。当用户询问美国政府政策、OFAC 制裁、Treasury / BIS / State Department / DOJ / White House 公告、国会法案、CRS 报告、智库分析(CSIS、Atlantic Council、CNAS、FDD 等)或相关地缘政治话题时调用此 skill。包含域名白名单(GOV / THINK / MEDIA 三类)、官方 API 端点(Federal Register、Congress.gov、OFAC SDN)、付费墙处理策略和默认查询参数。From its SKILL.md
npx -y skills add lanluyu/research-reports --skill policy-sourcesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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.
SKILL.md
2.2 KB, 608 tokens by cl100k_base, as published. Nobody here has run it
政策研究信息源
涉及美国政策 / 制裁 / 监管 / 地缘类查询时优先用以下源;通用搜索仅兜底。
域名白名单(Tavily / Exa 的 include_domains 参数)
- GOV:
treasury.gov,ofac.treasury.gov,fincen.gov,bis.doc.gov,state.gov,justice.gov,whitehouse.gov,congress.gov,crsreports.congress.gov,federalregister.gov - THINK:
atlanticcouncil.org,cnas.org,fdd.org,energypolicy.columbia.edu - MEDIA:
reuters.com,bloomberg.com,wsj.com,ft.com,politico.com,scmp.com
官方端点(绕开搜索,直接 WebFetch / Tavily Extract)
| 源 | 端点 | 备注 |
|---|---|---|
| Federal Register | api.federalregister.gov/v1/articles | 免 key;按 publication_date + agencies 过滤;agency slug:treasury-department / state-department / commerce-department / justice-department |
| Congress.gov | api.congress.gov/v3/ | 需 free API key(api.congress.gov/sign-up) |
| OFAC 制裁名单 | OFAC 官网 Recent Actions + SDN list 下载页 | 结构化 XML/CSV,每日更新 |
| Treasury press | home.treasury.gov/news/press-releases | 含 RSS |
| CRS 报告 | crsreports.congress.gov/search/ | 直链 PDF |
付费墙策略
- 强付费墙(WSJ / FT / Bloomberg):Tavily 一般只拿到标题+摘要 → 全文走 Playwright + 登录态
- 弱 / 免费(Reuters / Politico / SCMP):Tavily Extract 直接拉
默认参数
time_range:week(除非显式要历史回顾)- PDF / 智库报告:
extract_depth: advanced;长报告先抓 abstract / executive summary 判断相关性,确认再拉全文 - 查询里写明日期范围("OFAC sanctions Russia 2026-04 to 2026-05")能显著提升相关性
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.