Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:45 +08:00
commit 9b3be4c100
4 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ai-news-crawler",
"description": "Trigger phrase \"watching news!\"; create a .json file named by creation time only in the current directory, fetch the 10 most recent AI news articles in descending order by time, and output a Chinese summary.",
"version": "1.0.0",
"author": {
"name": "zijie",
"email": "zijie@feedmob.com"
},
"skills": [
"./skills/SKILL.md"
]
}