LearnPrompt

Afu LLM Todo — AI skill for Claude Code

AI community

Afu · LLM Todo: turn an Obsidian inbox into a living wiki, then into todo cards for this week.

How to install Afu LLM Todo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open LearnPrompt/afu-llm-todo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Afu LLM Todo does

Afu · LLM Todo: turn an Obsidian inbox into a living wiki, then into todo cards for this week.

Alternatives in AI

  • Open Knowledge — Beautiful, AI-native markdown IDE and LLM wiki 3.7k ★
  • Wiki Graph — Build the LLM Wiki knowledge graph 2.3k ★
  • Llmwiki — Open Source Implementation of Karpathy's LLM Wiki 1.5k ★

README

管家阿福 · Afu

**中文** | [English](README_EN.md)

LLM Todo for Obsidian agents

Inbox -> Wiki -> Todo Card -> Calendar

[![Agent Skills](https://img.shields.io/badge/Agent%20Skills-afu--llm--todo-blueviolet)](SKILL.md) [![skills.sh](https://skills.sh/b/LearnPrompt/afu-llm-todo)](https://skills.sh/LearnPrompt/afu-llm-todo) [![Release](https://img.shields.io/github/v/release/LearnPrompt/afu-llm-todo)](https://github.com/LearnPrompt/afu-llm-todo/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

**Fork 改动记录:** [个人 fork 相对上游 v1.3.4 的完整差异](docs/yc-main-change-record-2026-07-01.md)

![Afu hero](docs/assets/afu-hero.png)

演示视频

[![Afu 演示视频](docs/assets/afu-demo-poster.png)](https://github.com/LearnPrompt/afu-llm-todo/releases/download/demo-video-v1/afu-demo.mp4)

▲ 点击海报播放演示视频(GitHub README 不渲染外链 video 标签,所以用海报直链)

事情是这样的。

我自己的 Obsidian 里,收件箱经常不是没有东西,是东西太多了。网页、帖子、论文、灵感、项目记录,全都在里面。真要开始做事的时候,反而会卡住。

普通 Todo 只能催你一声,告诉你还有一件事没做。

但很多时候,真正难的不是执行,是先从一堆材料里判断,哪几件事值得进入这周。

所以才有了管家阿福。

它不是来替代 Obsidian 的,也不是又一个任务管理器。它更像站在 Vault 门口的管家,先把收件箱里的材料整理成 Wiki,再把 Wiki 里已经长出来的判断,变成可以排进日历的待办卡。

Inbox -> Wiki -> Todo Card -> Calendar

安装给 Agent 用

如果你的 Agent 支持 Skill 安装,优先用这个方式:

npx skills add LearnPrompt/afu-llm-todo

安装后,把需求直接交给 Agent:

用管家阿福整理我的 Obsidian 收件箱,先编译 Wiki,再给我生成这周的待办卡。

触发方式

装完之后,这些话都能唤醒阿福:

  • "整理我的 Obsidian 收件箱"
  • "每天提醒我处理 Obsidian 收件箱"
  • "把 inbox 这批资料编译成 Wiki"
  • "从 Wiki 给我生成这周的待办卡"
  • "把待办卡排进周历"
  • 甚至只是:"我的 Obsidian 堆了一堆没处理的东西"

它不会接的活(免得抢错戏):非 Obsidian 的普通待办清单、改写润色你的笔记原文、Notion 类非 Markdown 知识库。

每日提醒怎么用

阿福也适合做一个很轻的每日收件箱提醒。

每天 23:30 提醒我处理 Obsidian 收件箱。先检查 `00_收件箱/YYYY-MM-DD/` 这个当天日期目录,再看今天修改的自动投递和候选选题;不要只靠文件修改时间,也不要把历史残留说成今日新增。如果今天没有新增,就明确告诉我。再单独列出历史 backlog,挑 3-5 个最值得处理的候选,说明它们应该保留、编译进 Wiki、生成待办卡,还是先等我判断。没有我确认时,不要删除、移动或改写原文。

它不只是喊你“该整理了”,而是每天把 inbox 里最该动的几件事捞出来,让你从判断开始,不是从翻箱倒柜开始。

想先看 UI

Demo 跑在 sample vault 里,你自己的笔记先原地不动。

git clone https://github.co