26.2.21openclaw-viking/skills/auto-export-monitor/SKILL.md
汽车出口政策新闻监控:自动爬取商务部、海关总署、中国信保、汽车流通协会等权威网站的最新政策和行业动态,AI分析生成风险研判和决策建议。Use when: (1) 用户询问汽车出口政策/关税/法规变化, (2) 需要获取最新汽车行业新闻, (3) 定时推送政策情报简报, (4) 查询某国出口风险评级。触发词: 汽车出口、政策监控、风险预警、关税变化、出口信保、行业动态。
npx skillsauth add adoresever/agi_ananas auto-export-monitorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
✅ USE this skill when:
❌ DON'T use this skill when:
pip install requests beautifulsoup4 openai python-dotenv --break-system-packages
确保 DASHSCOPE_API_KEY 已设置(通义千问 API Key):
export DASHSCOPE_API_KEY="your-dashscope-api-key"
或在 ~/.openclaw/openclaw.json 中配置:
{
"env": {
"DASHSCOPE_API_KEY": "your-dashscope-api-key"
}
}
python3 scripts/monitor.py
运行后会:
python3 scripts/monitor.py --fetch-only
cat scripts/sources.json
cat scripts/history.json
每次运行输出一份《鑫智圈·政策风控内参》,格式为 Markdown,示例:
📋 鑫智圈·政策风控内参
📅 2026-02-24
━━━━━━━━━━━━━━━━━━━━
🔴 [高风险] 土耳其对电动车加征40%关税
📌 来源:中国信保
📝 解读:土耳其政府为保护本土品牌,大幅提高进口门槛
🏭 影响:直接打击整车出口利润,可能导致订单违约风险
💡 建议:
1. 暂停整车(CBU)发货,评估SKD模式可行性
2. 对在途订单投保出口信用险
3. 关注RCEP框架下替代路径
━━━━━━━━━━━━━━━━━━━━
🟡 [关注] 商务部发布二手车出口新规
...
建议通过 OpenClaw 的定时任务在每天早上 8:00 自动执行:
每天早上8点执行一次汽车出口政策监控,将结果发送到钉钉群
| 优先级 | 来源 | 分类 | 更新频率 | |--------|------|------|----------| | ⭐⭐⭐ | 商务部-外贸司公告 | 政府政策 | 周更 | | ⭐⭐⭐ | 海关总署-公告栏 | 政府政策 | 日更 | | ⭐⭐⭐ | 中国信保-新闻中心 | 出口信用险 | 周更 | | ⭐⭐⭐ | 中国信保-国别风险 | 出口信用险 | 月更 | | ⭐⭐⭐ | 中国汽车流通协会 | 行业新闻 | 日更 | | ⭐⭐ | 国务院-政策文库 | 政府政策 | 日更 | | ⭐⭐ | 中国汽车工业协会 | 行业新闻 | 日更 | | ⭐⭐ | 商务部-对外贸易 | 政府政策 | 周更 |
testing
Simulate a strict academic reviewer and produce a manuscript risk report without editing the draft. Use when the user asks to act as a reviewer, find weaknesses before submission, inspect evidence gaps, check overclaims, evaluate manuscript readiness, combine advisor notes or meeting minutes into revision priorities, or generate a 审稿人模拟检查 report.
development
Build or reorganize an academic paper project workspace with clear folders and local instructions for literature, drafts, feedback, extracted text, and output reports. Use when the user wants to set up a论文工作台, organize mixed manuscript materials, create project rules, or prepare a stable workflow before citation checking, evidence matching, reviewer simulation, or manuscript revision.
testing
Match manuscript claims against user-provided literature and produce a traceable claim-evidence table. Use when the user asks to add references, check whether PDFs support manuscript statements, find supporting or opposing evidence from a literature folder, distinguish strong support from background support, or create a 论点-证据匹配 report for an academic draft.
development
Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.