with one click
cn-economy-news
获取中国经济资讯。仅从官方权威媒体(中国政府网、新华网、人民网、国家统计局、央视财经、中国经济网)抓取高质量经济新闻,自动过滤广告和低质量内容。触发词:中国经济、经济资讯、经济新闻、财经新闻、经济政策、宏观经济、GDP、CPI、PMI、货币政策、财政政策、今日财经。
Menu
获取中国经济资讯。仅从官方权威媒体(中国政府网、新华网、人民网、国家统计局、央视财经、中国经济网)抓取高质量经济新闻,自动过滤广告和低质量内容。触发词:中国经济、经济资讯、经济新闻、财经新闻、经济政策、宏观经济、GDP、CPI、PMI、货币政策、财政政策、今日财经。
AI Agent 設定同優化助手 - Prompt Engineering、Task Decomposition、Agent Loop設計
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready structure.
Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff artifacts.
Build incident response timelines and report packs from event logs. Use for detection-to-recovery reporting, phase tracking, and stakeholder-ready incident summaries.
| name | cn-economy-news |
| description | 获取中国经济资讯。仅从官方权威媒体(中国政府网、新华网、人民网、国家统计局、央视财经、中国经济网)抓取高质量经济新闻,自动过滤广告和低质量内容。触发词:中国经济、经济资讯、经济新闻、财经新闻、经济政策、宏观经济、GDP、CPI、PMI、货币政策、财政政策、今日财经。 |
从官方权威媒体获取高质量中国经济资讯,自动过滤广告。
| 来源 | 域名 | 图标 | 侧重 |
|---|---|---|---|
| 中国政府网 | gov.cn | 🏛️ | 政策法规 |
| 新华网 | news.cn / xinhuanet.com | 📰 | 国家通讯社 |
| 人民网 | people.com.cn | 📢 | 深度分析 |
| 国家统计局 | stats.gov.cn | 📊 | 经济数据 |
| 央视财经 | cctv.com | 📺 | 热点解读 |
| 中国经济网 | ce.cn | 📈 | 综合财经 |
策略 A — web_search(首选):如果 web_search 工具可用,直接用关键词搜索,结果最准确。
web_search: "中国经济 最新" / "经济政策" / 用户指定关键词
策略 B — 直接抓取官网页面:用 web_fetch 直接访问官方网站首页或频道页。
web_fetch: https://www.ce.cn/ (中国经济网首页,内容丰富)
web_fetch: http://finance.people.com.cn/ (人民网财经)
web_fetch: http://www.news.cn/fortune/ (新华网财经)
策略 C — 脚本工具(兜底):运行 scripts/fetch_news.py。
python3 scripts/fetch_news.py --limit 15 --keyword 经济
必须丢弃:
按来源分组,输出格式:
📅 **中国经济资讯** | 2026-03-05 20:00
### 🏛️ 中国政府网
1. 标题(链接)
2. 标题(链接)
### 📊 国家统计局
1. 标题(链接)
用 web_fetch 抓取正文,提炼 3-5 个关键要点。