workspace-bingbu/skills/ai-daily-brief/SKILL.md
This skill should be used when the user asks to "生成 AI 大事日报", "整理 AI 日报", "汇总 AI 新闻", "总结 AI 行业动态", "做 AI daily brief", or wants a recurring AI news summary with official sources first.
npx skillsauth add gaos6e/myopenclaw ai-daily-briefInstall 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.
Generate a Chinese AI daily brief that stays fresh, source-traceable, and merged by topic. Keep official sources first. Use authoritative media only when official coverage is sparse or when media materially advances the story.
references/sources.md before collecting headlines. That file is the source registry.references/quality-rules.md before filtering, ranking, deduplicating, or writing. That file contains the editorial rules and output contract.scripts/check_sources.py when source health is unknown, after adding a source, or before relying on a new recurring job.references/sources.md.browser for JS-heavy pages and web_fetch for static pages.references/sources.md rather than drifting to generic search.source, title, timestamp, url, source_type, and a one-line raw note before summarizing.references/quality-rules.md. Do not auto-keep weak corporate marketing just because it came from an official domain.references/quality-rules.md.近72小时官方补充.OpenAI desktop superapp, desktop app combining chat and coding, and OpenAI superapp plan into one topic.来源:OpenAI / Bloomberg / WSJ.值得关注 unless the implication is stated concretely.Use a header like:
AI 大事日报 | 2026-03-20 10:30
统计窗口:2026-03-19 10:30 至 2026-03-20 10:30
说明:官方优先;官方更新偏少时才补充 Reuters / Bloomberg / WSJ / FT / The Verge / TechCrunch / The Information。
Then write one paragraph per merged topic. Keep the source list inside the paragraph tail, not as a separate bullet.
references/sources.md - Exact source registry, tiers, fallback queries, and verification notes.references/quality-rules.md - Inclusion rules, merge rules, ranking rubric, scarcity policy, and output contract.scripts/check_sources.py - Fast source-health check for the machine-readable and page-only sources in this skill.development
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to interact with external services. Security: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).
tools
# SKILL.md # Web Automation Service 自动化 Web 任务执行服务。 ## 能力 - 表单填写 - 数据抓取 - 定时任务 - 自动化测试 - API 测试 - 网站监控 - 自动化提交 ## 使用方式 ```bash # 自动化表单填写 openclaw run web-automation --url "https://example.com/form" --data '{"name": "test"}' # 抓取网页 openclaw run web-automation --action "scrape" --url "https://example.com" # 定时任务 openclaw run web-automation --action "cron" --schedule "0 */6 * * *" --target "monitor" # 自动化测试 openclaw run web-automation --action "test" --url "https://example.com" ``` ## 收费模
tools
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.