用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mateaix/mateclaw --skill news命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | news |
| version | 2.0.0 |
| description | 从互联网查询最新新闻。支持政治、财经、社会、国际、科技、体育、娱乐等分类,自动适配搜索工具与浏览器工具。 |
| dependencies | {"tools":["search","browser_use"]} |
当用户询问"最新新闻"、"今天发生了什么"或某类别新闻时使用本技能。
search(
query="今日财经新闻",
freshness="day",
language="zh-CN",
count=8
)
参数说明:
freshness:day(24h)/ week / month / yearlanguage:zh-CN(中文)/ en(英文)count:返回结果数,1-10,默认 5当搜索结果质量不佳或用户需要更权威来源时:
browser_use(action="start")
browser_use(action="open", url="https://www.chinanews.com/society/")
browser_use(action="snapshot")
| 类别 | 来源 | URL |
|---|---|---|
| 政治 | 人民网 · 党报 | https://cpc.people.com.cn/ |
| 财经 | 中国经济网 | http://www.ce.cn/ |
| 社会 | 中新网 · 社会 | https://www.chinanews.com/society/ |
| 国际 | CGTN | https://www.cgtn.com/ |
| 科技 | 科技日报 | https://www.stdaily.com/ |
| 体育 | 央视体育 | https://sports.cctv.com/ |
| 娱乐 | 新浪娱乐 | https://ent.sina.com.cn/ |
浏览器用完后关闭:
browser_use(action="stop")
以要点列表呈现,每条包含:
示例:
**经济数据:3 月 CPI 同比上涨 0.1%**
国家统计局今日发布数据,环比下降 0.4%,低于市场预期。
来源:中国经济网 · 2026-04-23
当用户需要定期追踪某个来源而非单次查询时,使用 blogwatcher-cli。
安装:pip install blogwatcher-cli(SQLite 后端,无需服务器)
# 添加 RSS 源
blogwatcher add --name "科技日报" --url https://www.stdaily.com/rss.xml
# 添加 Atom 源(也支持)
blogwatcher add --name "MIT Tech Review" --url https://www.technologyreview.com/feed/
# 列出已订阅来源
blogwatcher list
# 拉取所有来源的新文章(增量,只返回未见过的)
blogwatcher fetch --all
# 拉取指定来源
blogwatcher fetch --name "科技日报"
# 查看最近 N 条条目
blogwatcher entries --limit 20
# 搜索历史条目
blogwatcher search "人工智能 大模型"
# 删除来源
blogwatcher remove --name "科技日报"
blogwatcher fetch 是增量的:只返回自上次 fetch 以来的新条目,不重复推送旧内容。
适用场景:
cron 技能设置定时抓取任务freshness="day"Use the optional iOfficeAI/OfficeCLI engine for advanced inspection, validation, copy-on-write editing, template merge, or visual rendering of existing .docx, .xlsx, and .pptx files. Prefer MateClaw's built-in renderDocx/renderXlsx/renderPptx tools for simple new documents. Use this skill when preserving an existing template, modifying complex Office structure, checking formatting issues, validating OpenXML, or rendering a document for visual QA. This integration targets https://github.com/iOfficeAI/OfficeCLI, not the unrelated prompt-generation project with the same name.
当需要主动向某个渠道会话单向推送消息时使用(企业微信、钉钉、飞书、Telegram、Discord、QQ、Slack 等)。适用于任务完成通知、定时提醒告警、异步结果回推等场景。先用 list_channel_sessions 查询目标会话,再用 send_channel_message 发送。
公众号图文创作 / 推文 / 官方号文章 (official account article) — 端到端:选题→搜集→成文→配图→去AI化→公众号内联样式排版→交付/草稿箱。honors user persona & style memory.
基于 SOC 职业分类