catalog/repos/addozhang--openclaw-forge.md

50 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI技能与智能体集合
`AI助手` `技能模块` `智能体` `工具集`
# OpenClaw Forge 🛠️
一个为 AI 助手提供实用能力的技能与智能体集合。
## 技能
提供特定功能的专用模块:
- **google-tasks** - Google Tasks 管理OAuth 认证、增删改查操作)
- **mcp-builder** - 构建 MCP模型上下文协议服务器指南
- **ralph-loop** - 生成 AI 智能体循环脚本(支持 Codex、Claude Code、Goose 等)
- **research-prep** - 技术写作的研究资料收集与整理工作流
- **system-status** - 系统健康监控CPU、内存、磁盘、进程、网络
- **task-status** - 长时任务状态更新助手(定期汇报、模板消息)
## 智能体
自主智能代理:
- **daily-briefing** - 每日简报生成器(邮件、日历、任务摘要)
- **obsidian-organizer** - Obsidian 笔记整理工具(自动分类、链接补全)
## 使用方式
每个技能和智能体目录中均包含 `SKILL.md``AGENT.md` 文件,内有详细说明文档。
## 目录结构
```
openclaw-forge/
├── skills/ # 技能模块
│ └── [技能名称]/
│ ├── SKILL.md
│ └── scripts/
└── agents/ # 智能体
└── [智能体名称]/
└── AGENT.md
```
## 贡献
欢迎提交新的技能与智能体!请确保包含完整的文档和示例。
## 许可证
MIT