Skip to main content

ai-news-md-digest

采集最新 AI 资讯并输出 Markdown 文件。Use when the user asks to collect recent AI/AI Agent/news items and save them as md artifacts.

설치로 이동

소스 정보

저장소
ai-workspace-lab/xworkspace-core-skills
최근 소스 활동
2026년 6월 17일 13:03
감지된 SKILL.md 언어
영어
스타
6
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
ai-news-md-digest
description
采集最新 AI 资讯并输出 Markdown 文件。Use when the user asks to collect recent AI/AI Agent/news items and save them as md artifacts.
# AI News Markdown Digest Workflow Use this workflow for requests like "采集最新AI资讯,保存在md文件". ## Output Contract Final deliverables must stay inside the current XWorkmate/OpenClaw task artifact scope: - `reports/ai-news-digest.md` - `reports/sources.md` - `DELIVERY.md` Do not report success unless `reports/ai-news-digest.md` exists and contains dated source links. ## Workflow 1. Verify the current date and collect recent AI news from reliable sources. 2. Prefer primary or reputable sources: official announcements, research labs, major tech media, GitHub releases, and company blogs. 3. Write `reports/ai-news-digest.md` with headline, date, source URL, summary, and why it matters. 4. Write `reports/sources.md` with all source links and access dates. 5. Keep browser caches, downloaded screenshots, and scratch JSON outside final artifacts unless the user asks for evidence files. ## Validation Before final response: ```bash test -s reports/ai-news-digest.md test -s reports/sources.md find . -maxdepth 3 -type f | sort ```
GitHub에서 보기