{"skill":{"slug":"echo-seed","displayName":"Echo Seed","summary":"简洁优雅的想法记录工具 / Simple and elegant idea capture tool","description":"---\nname: echo-seed\ndescription: 简洁优雅的想法记录工具 / Simple and elegant idea capture tool\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"requires\": { \"bins\": [\"python3\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"echo-seed-deps\",\n              \"kind\": \"pip\",\n              \"package\": \"flask requests\",\n              \"label\": \"安装 Echo Seed 依赖 / Install Echo Seed dependencies\",\n            },\n          ],\n      }\n  }\n---\n\n# Echo Seed / 回声种子\n\n> 让每一个想法都有回声 🌱  \n> Every idea deserves an echo.\n\n简洁优雅的想法记录工具，支持快速记录、智能分类、时间线视图和多端同步。\n\nA simple and elegant idea capture tool with quick notes, smart categorization, timeline view, and multi-platform sync.\n\n---\n\n## 🚀 快速开始 / Quick Start\n\n### 启动服务 / Start Service\n\n```bash\n# 启动 Web 服务 / Start Web service\npython3 scripts/echo-web.py\n\n# 访问 / Visit\nhttp://localhost:5000\n```\n\n---\n\n## 📋 前置依赖 / Prerequisites\n\n### 必需依赖 / Required\n\n| 依赖 / Dependency | 用途 / Purpose | 配置说明 / Setup |\n|-------------------|----------------|------------------|\n| **Python 3.10+** | 运行环境 / Runtime | `python3 --version` |\n| **Flask** | Web 框架 / Web framework | `pip install flask` |\n| **Requests** | HTTP 请求 / HTTP client | `pip install requests` |\n| **SQLite** | 数据库 / Database | 内置 / Built-in |\n\n### 可选依赖 / Optional\n\n| 依赖 / Dependency | 用途 / Purpose | 配置说明 / Setup |\n|-------------------|----------------|------------------|\n| **Notion API** | 云端同步 / Cloud sync | 需配置 API Key（见下文）|\n| **Google Calendar API** | 待办同步 / Todo sync | 需配置 OAuth（见下文）|\n| **Telegram Bot** | 快速输入 / Quick input | 需创建 Bot（见下文）|\n| **MiniMax API** | AI 分析 / AI analysis | 需配置 API Key（见下文）|\n\n---\n\n## 🔧 配置步骤 / Setup Guide\n\n### 1️⃣ 创建 Telegram Bot（可选）/ Create Telegram Bot (Optional)\n\n用于快速创建种子 / For quick seed creation:\n\n1. 在 Telegram 中联系 **@BotFather**\n2. 发送 `/newbot` 创建新 Bot\n3. 设置 Bot 名称（如：Echo Seed Bot）\n4. 获取 **Bot Token**（格式：`123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11`）\n5. 将 Token 配置到 Bot 脚本中\n\n**Bot 命令列表 / Bot Commands:**\n- `/note` - 创建笔记 / Create note\n- `/idea` - 创建灵感 / Create idea\n- `/link` - 创建链接 / Create link\n- `/todo` - 创建待办 / Create todo\n- `/diary` - 创建日记 / Create diary\n- `/thought` - 创建思考 / Create thought\n- `/collect` - 创建收藏 / Create collection\n- `/voice` - 创建语音 / Create voice\n- `/list` - 查看最近种子 / List recent seeds\n- `/search` - 搜索种子 / Search seeds\n- `/stats` - 统计信息 / Statistics\n\n### 2️⃣ 配置 Notion API（可选）/ Configure Notion API (Optional)\n\n用于云端同步 / For cloud sync:\n\n1. 访问 https://www.notion.so/my-integrations\n2. 创建新 Integration / Create new integration\n3. 复制 **Internal Integration Token**\n4. 在 `config.yaml` 中配置：\n\n```yaml\nnotion:\n  enabled: true\n  api_key: \"your_notion_api_key\"\n  parent_page_id: \"your_parent_page_id\"\n```\n\n### 3️⃣ 配置 Google Calendar（可选）/ Configure Google Calendar (Optional)\n\n用于待办事项同步 / For todo sync:\n\n1. 访问 Google Cloud Console\n2. 启用 Google Calendar API\n3. 创建 OAuth 2.0 凭证\n4. 下载 `credentials.json` 到项目目录\n\n### 4️⃣ 配置 AI 服务（可选）/ Configure AI Service (Optional)\n\n用于 AI 分析功能 / For AI analysis:\n\n```yaml\nai:\n  enabled: true\n  provider: \"minimax\"  # 或 \"deepseek\" / or \"deepseek\"\n  api_key: \"your_api_key\"\n  model: \"MiniMax-M2.5\"\n```\n\n---\n\n## 📁 项目结构 / Project Structure\n\n```\necho-seed/\n├── scripts/\n│   ├── echo-web.py          # Web 后端 / Web backend\n│   ├── echo-telegram-bot.py # Telegram Bot\n│   ├── db_helper.py         # 数据库助手 / Database helper\n│   └── ai_service.py        # AI 服务 / AI service\n├── templates/\n│   └── index.html           # Web 界面 / Web UI\n├── data/\n│   └── echo.db              # SQLite 数据库 / Database\n├── config.example.yaml      # 配置示例 / Config example\n├── requirements.txt         # Python 依赖 / Dependencies\n└── SKILL.md                 # 本文件 / This file\n```\n\n---\n\n## 🤖 功能特性 / Features\n\n- 📝 **快速记录** - 8 种类型（笔记/灵感/链接/日记/思考/收藏/待办/语音）\n- 🎨 **智能分类** - 自动标签、颜色编码\n- 📅 **时间线视图** - 按时间浏览想法\n- 🔍 **搜索筛选** - 全文搜索、类型过滤\n- 📊 **统计面板** - 数据可视化\n- 🤖 **AI 增强** - 点子扩张、链接分析、智能关联\n- 🔄 **多端同步** - Notion、Google Calendar、Telegram Bot\n\n- 📝 **Quick Capture** - 8 types (note/idea/link/diary/thought/collection/todo/voice)\n- 🎨 **Smart Categorization** - Auto tags, color coding\n- 📅 **Timeline View** - Browse by time\n- 🔍 **Search & Filter** - Full-text search, type filter\n- 📊 **Statistics** - Data visualization\n- 🤖 **AI Enhanced** - Idea expansion, link analysis, smart relations\n- 🔄 **Multi-Platform Sync** - Notion, Google Calendar, Telegram Bot\n\n---\n\n## 📖 详细文档 / Documentation\n\n- **AI 功能说明 / AI Features:** [README-AI.md](README-AI.md)\n- **GitHub 仓库 / GitHub Repo:** https://github.com/zheznanohana/echo-seed\n\n---\n\n## ⚠️ 注意事项 / Notes\n\n1. **首次启动** 会自动创建数据库 / Database auto-created on first run\n2. **配置文件** 可选，无配置也可使用基础功能 / Config is optional\n3. **Telegram Bot** 需要单独运行 / Bot runs separately\n4. **AI 功能** 需要 API Key / AI requires API key\n\n---\n\n**版本 / Version:** 1.0.0  \n**作者 / Author:** @zheznanohana  \n**许可证 / License:** MIT\n","tags":{"latest":"1.0.1"},"stats":{"comments":0,"downloads":735,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":2},"createdAt":1772848455681,"updatedAt":1778996169533},"latestVersion":{"version":"1.0.1","createdAt":1772848989550,"changelog":"Fix: 移除真名 / Remove real name","license":null},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"zheznanohana","userId":"s178ek851ajy61gm2c3kjmhkz1884ffn","displayName":"zheznanohana","image":"https://avatars.githubusercontent.com/u/166991689?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780089786872}}