idle-learning

AI持续学习系统 — 让AI每小时自动学习GitHub趋势、arXiv论文,凌晨自动蒸馏写入长期记忆。ano原创架构,实现AI真正意义上24小时不间断自我进化。

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 "idle-learning" with this command: npx skills add freak30/idle-learning

📚 AI持续学习系统

让AI每天自动进化——不用你催,它自己学。

ano原创架构,已在小Z(OpenClaw实例)上稳定运行,实现24小时不间断自我进化。


核心问题

大多数AI是这样的:

  • 你问它什么,它就回答什么
  • 下次再问,同一个问题,它还是从头想
  • 它从来不会自己主动去了解新东西

idle-learning解决的是:AI能不能像人一样,自己主动学习?


系统架构

整点(每小时) → Idle Learning 触发
     ↓
 GitHub Trending 08:00 / arXiv 09:00
     ↓
 抓取 + 提炼 + 存入learnings.json
     ↓
 凌晨 03:00 → memory-dream 蒸馏
     ↓
 写入长期记忆 + 分析轨迹
     ↓
 下一轮更强

三个Cron任务

任务时间内容
idle_learning每小时xx:00整点自动学习GitHub趋势
github_trending每天08:00重点抓self-improvement/self-aware AI
arxiv_monitor每天09:00抓取AI自我意识/元认知相关论文

学习日志格式

每条记录存入 learnings.json

{
  "time": "2026-05-02T15:00:08",
  "topic": "self-improvement AI",
  "findings": [
    "letta-ai/letta ⭐22404: 构建状态化Agent",
    "aden-hive/hive ⭐10198: 多Agent生产线"
  ],
  "summary": "构建可自我改进的AI智能体框架"
}

使用方式

启动Idle Learning(手动)

python3 /root/.openclaw/workspace/skills/idle-learning/idle_learning.py

查看学习记录

cat /root/.openclaw/workspace/skills/idle-learning/learnings.json

查看最近报告

cat /root/.openclaw/workspace/skills/idle-learning/latest_report.md

效果展示

最近学习记录

  • 2026-05-02 15:00 — self-improvement AI(Letta/PraisonAI)
  • 2026-05-02 14:00 — agent memory(mem0/memGPT)
  • 2026-05-02 13:00 — LLM reasoning improvement
  • 2026-05-02 12:00 — self-improvement AI

凌晨自动蒸馏

  • 从learnings.json提炼今日最重要的3个洞察
  • 写入 memory/YYYY-MM-DD.md
  • 与ano相关项目知识关联

适合用户

  • 想让AI助理真正"自己变强"而不是每次重置
  • 需要AI持续追踪技术趋势(GitHub/论文)
  • 想构建"无人值守"AI系统
  • 研究AI自我进化的开发者

技术规格

  • 依赖:Python 3.8+
  • 存储learnings.json(学习记录)+ memory/(长期记忆)
  • 无外部API依赖:纯GitHub/arxiv抓取
  • 轻量:核心逻辑<200行

技能版本: v1.0.0
基于: ano原创idle-learning架构
验证平台: 小Z(OpenClaw实例)
创建时间: 2026-05-02

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.

Coding

clipping-video-highlights

长视频(YouTube链接/本地视频)→ N个短高光片段+烧字幕+AI封面。100%免费方案:yt-dlp字幕提取+MiniMax LLM选高光+MiniMax图片生成封面+ffmpeg剪辑。

Registry SourceRecently Updated
Coding

CheckMCC

Look up credit card rewards eligibility for merchants. Find the best credit card to use at any store, restaurant, or online merchant by checking MCC codes an...

Registry SourceRecently Updated
Coding

wechat-publish-pro

Pure Python tool to convert Markdown to styled HTML and publish articles to WeChat official account drafts with AI-based content refinement and theme support.

Registry SourceRecently Updated
Coding

Miaoji Asin Clinic Pro

亚马逊ASIN诊所Pro版,90天行动计划+竞品对标+季节性优化日历。 从合规度、广告度、评论度、视觉度、内容度五维升级为可执行的长期作战方案。 基础功能可使用 miaoji-asin-clinic 免费版。

Registry SourceRecently Updated