Initial commit with translated description

This commit is contained in:
2026-03-29 14:40:22 +08:00
commit 7d2d7d6694
6 changed files with 380 additions and 0 deletions

20
examples/example.md Normal file
View File

@@ -0,0 +1,20 @@
# Example Usage
## Prompt
"获取 20250210 的新闻联播摘要"
## Internal Execution
The agent will run:
```bash
bun skills/cctv-news-fetcher/scripts/news_crawler.js 20250210
```
## Result
[
{
"date": "20250210",
"title": "全国铁路完成固定资产投资439亿元",
"content": "央视网消息新闻联播1月全国铁路完成固定资产投资439亿元同比增长3.2%..."
},
...
]