分析和总结URL链接内容,并保存到obsidian中,同时定期提醒复习
基于艾宾浩斯遗忘曲线的智能收藏系统,支持自动抓取、摘要生成、定时复习提醒。
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 # 配置示例
复制 config.json.example 为 config.json 并填入:
每天 09:30 触发复习
30 9 *
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
}
}
]
}
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 # 配置示例
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 smart-collect-1776126746 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 smart-collect-1776126746 技能
skillhub install smart-collect-1776126746
文件大小: 14.15 KB | 发布时间: 2026-4-14 10:54