Initial commit: skills library

- 70 skills with code and documentation
- Add .gitignore (ignore __pycache__, output/, temp/, venv/)
- Clean up test intermediates and caches
This commit is contained in:
hmo
2026-04-26 19:27:40 +08:00
commit 04db423416
861 changed files with 210414 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Search News
AI 新闻搜索整理技能,从多个新闻源抓取 AI 相关新闻。
## 依赖
```bash
brew install jq # macOS 通常已预装
```
## 新闻源
- AIBase 日报
- IT 之家
- 36氪
- 机器之心
- 量子位
## 使用
加载 skill 后,告诉 Agent 要搜索的日期即可,输出到 `dailynews/YYYY-MM-DD/` 目录。