smart-collect

分析和总结URL链接内容,并保存到obsidian中,同时定期提醒复习

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "smart-collect" with this command: npx skills add nbutmickey/smart-collect

Smart Collect - 智能收藏回顾系统

基于艾宾浩斯遗忘曲线的智能收藏系统,支持自动抓取、摘要生成、定时复习提醒。

目录结构

smart-collect/
├── SKILL.md                 # 本文件
├── lib/
│   ├── reviewEngine.js      # 艾宾浩斯复习引擎
│   ├── markdownStore.js     # Markdown 存储模块
│   ├── nlpParser.js        # 自然语言解析模块
│   └── fetcher.js          # 网页抓取模块
├── scripts/
│   ├── shoucang-add.js     # 添加收藏脚本
│   ├── shoucang-review.js  # 复习回顾脚本
│   └── smart-collect.js    # 主入口
└── config.json.example      # 配置示例

功能

1. 自动抓取

  • 支持 GitHub/微信公众号/小红书/普通网页
  • Readability 算法提取正文
  • LLM 生成摘要、标签、分类

2. 艾宾浩斯复习

  • 间隔:1天 → 2天 → 4天 → 7天 → 15天
  • 超过5次自动归档

3. 自然语言管理

  • 推迟X天
  • 已看完归档
  • 添加/删除标签
  • 标记已回顾

配置

复制 config.json.exampleconfig.json 并填入:

  • 收藏存储路径
  • 飞书配置
  • LLM API 配置

OpenClaw Cron 配置

定时规则

每天 09:30 触发复习

cron 表达式

30 9 * * *

OpenClaw jobs.json 配置

{
  "jobs": [
    {
      "id": "smart-collect-review",
      "name": "智能收藏每日复习",
      "description": "基于艾宾浩斯曲线触发收藏复习提醒",
      "enabled": true,
      "schedule": {
        "kind": "cron",
        "expr": "30 9 * * *"
      },
      "sessionTarget": "isolated",
      "wakeMode": "now",
      "payload": {
        "kind": "agentTurn",
        "message": "请执行智能收藏的每日复习任务,运行命令:cd ~/.openclaw/skills/smart-collect && node scripts/shoucang-review.js"
      },
      "delivery": {
        "mode": "announce",
        "channel": "feishu",
        "to": "ou_你的飞书ID"
      }
    }
  ]
}

部署步骤

  1. 复制配置到 OpenClaw cron 目录:
cp config.json.example config.json
# 编辑 config.json 填入你的配置
  1. 添加 cron 任务:
# 编辑 ~/.openclaw/cron/jobs.json 添加上述配置
  1. 重启 Gateway:
openclaw gateway restart

文件结构

smart-collect/
├── SKILL.md                 # 本文件
├── lib/
│   ├── reviewEngine.js      # 艾宾浩斯复习引擎
│   ├── markdownStore.js     # Markdown 存储模块
│   ├── nlpParser.js         # 自然语言解析模块
│   └── fetcher.js           # 网页抓取模块
├── scripts/
│   ├── shoucang-add.js      # 添加收藏脚本
│   ├── shoucang-review.js    # 复习回顾脚本
│   └── smart-collect.js     # 主入口
└── config.json.example      # 配置示例

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated