ai-learning-journal

ai-learning-journal is a skill for Claude Code, Codex from LeoYeAI/openclaw-master-skills. It costs 303 tokens per session (5,304 once invoked), scanned A, a copy of smart-search, MIT.

A learning journal for recording AI and language-model notes, experiments, prompt techniques, and tool experiences in Markdown files. It also supports learning guidance, planning, and summaries.

In plain words
What is it for?
Use it to record AI experiments, compare tools or models, organise knowledge, create study plans, and review learning history.
Why use it?
It prevents useful discoveries from being lost in scattered notes. Organised records make it easier to review progress and build on what you have learned.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to record AI experiments, compare tools or models, organise knowledge, create study plans, and review learning history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/ai-learning-journal
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,141 stars · on GitHub · myclaw.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeoYeAI/openclaw-master-skills --skill ai-learning-journal
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-learning-journal

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-learning-journal/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-learning-journal)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-learning-journal"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-learning-journal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-learning-journal

Your own site · 80×15
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-learning-journal"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-learning-journal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 303 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,304 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 78% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00303 $0.05304
Opus 5 $0.00151 $0.02652
Sonnet 5 $0.00061 $0.01061
Haiku 4.5 $0.00030 $0.00530

Measured 8d ago against content hash fd75055c4d3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-learning-journal scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

78% identical to smart-search — 595 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ai-learning-journal/SKILL.md · 546 lines

How it starts

The opening of the file, as written. The whole thing — 546 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI 学习记录与成长追踪

帮助用户系统化记录 AI 学习历程,提供学习指导与规划建议。所有记录以 Markdown 文件形式持久化存储,支持回溯查阅与知识总结。

存储规范

所有学习记录保存在本 skill 目录下的 records/ 文件夹中。

records/
├── index.md                    # 全局索引(每次新增/修改记录后自动更新)
├── plans/                      # 学习规划文件
│   └── YYYY-MM-DD-规划主题.md
├── summaries/                  # 知识总结报告
│   └── YYYY-MM-月度总结.md
└── YYYY-MM/                    # 按年月组织的学习记录
    └── YYYY-MM-DD-主题关键词.md

路径说明:

  • 本 skill 的根目录位于用户的 ~/.copilot/skills/ai-learning-journal/
  • records/ 的绝对路径即 ~/.copilot/skills/ai-learning-journal/records/
  • 使用 create_file 创建新记录,使用 replace_string_in_file 更新已有记录和 index.md

功能一:结构化记录

触发场景

用户描述了一段 AI 相关的学习经历或使用体验,例如:

  • "今天学了 RAG 的原理"
  • "试了一下 Claude 的 MCP,感觉很强"
  • "记录一下我用 Cursor 写代码的心得"
  • "分享一下我对 GPT-4o 和 Claude 的对比感受"

交互流程

  1. 理解用户输入:用户可能以口语化、零散的方式描述学习内容,耐心提取关键信息
  2. 补充提问(仅在信息明显不足时):轻量地询问 1-2 个关键问题,不要变成问卷调查。例如:
    • "你是在什么场景下用的?效果怎么样?"
    • "有没有遇到什么坑或意外发现?"
  3. 生成结构化记录:将用户输入整理成以下模板格式
  4. 保存文件:写入 records/YYYY-MM/ 目录
  5. 更新索引:在 records/index.md 中追加一行记录

记录模板

# 学习记录: [主题]

- **日期**: YYYY-MM-DD
- **领域**: [见下方领域分类]
- **标签**: [关键词1, 关键词2, ...]
- **难度**: [入门 / 进阶 / 高阶]

## 学习内容

[用户学到了什么,核心概念和要点]

## 使用场景

[在什么场景/项目中使用或学到的]

## 关键发现与心得

[用户的个人感悟、对比思考、最佳实践]

## 遇到的问题

[学习过程中的困惑、踩过的坑、未解决的疑问]

## 参考资源

[相关链接、文档、教程、论文等]

领域分类

记录的领域从以下类别中选取(可多选):

  • Prompt Engineering:提示词设计、技巧、模式
  • RAG:检索增强生成、向量数据库、Embedding
  • Agent & Tool Use:AI Agent、MCP、Function Calling、工具集成
  • 模型使用与对比:ChatGPT、Claude、Gemini、开源模型等使用体验
  • AI 编程工具:Cursor、Copilot、Windsurf 等 AI 辅助编程
  • Fine-tuning:模型微调、LoRA、数据准备
  • AI 基础理论:机器学习、深度学习、Transformer、注意力机制
  • 多模态:图像生成、语音识别、视频理解
  • AI 安全与对齐:安全性、对齐问题、伦理
  • 生产部署:模型推理优化、API 集成、成本控制
  • AI 产品与设计:AI 产品思维、用户体验、商业化

索引更新

每次新增记录后,在 records/index.md 的记录表格中追加一行:

| YYYY-MM-DD | [主题] | [领域] | [标签] | [一句话摘要] |

功能二:历史回溯

触发场景

  • "回顾一下我的学习记录"
  • "我之前学过什么"
  • "上个月我都学了啥"
  • "关于 RAG 我之前记录过什么"

交互流程

  1. 读取 records/index.md 获取全局视图
  2. 根据用户需求进行筛选:
    • 按时间:读取对应月份目录下的文件
    • 按领域:从索引中筛选领域匹配的记录
    • 按标签/关键词:搜索匹配的记录
  3. 呈现学习时间线:以清晰的列表或表格形式展示匹配的记录概要
  4. 按需深入:如果用户想看某条记录的细节,读取并展示完整内容

Read the full file on GitHub · 546 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 546 lines · 0 tokens per session scan A fd75055c4d3a

Subscribe to this mod's changes

ai-learning-journal is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,141 stars, last pushed 1mo ago), licensed MIT. It adds 303 tokens to every session and 5,304 once invoked, about $0.0015 per session on Opus 5. A static security scan graded it A with 0 findings. It is 78% identical to smart-search, differing in 595 lines, and is treated as a copy.

Related

Other skills, from other repositories

claude-coach

Personal coach that teaches users to become Claude power users. Use this skill the FIRST time a user asks to "learn Claude", "be a power user", "coach me", "teach me Claude tricks", "what can Claude do", "make me better at prompting", or any variation. After activation, also use it on EVERY subsequent turn to detect…

bestagentkits/agency-skills · 122 tokens

prompt-engineer

Prompt engineering expert for chain-of-thought, few-shot learning, evaluation, and LLM optimization.

RightNow-AI/openfang · 23 tokens

langgraph

Build multi-agent AI systems with LangGraph — the low-level orchestration framework for stateful, graph-based agent workflows. Covers supervisor, swarm, and hierarchical multi-agent patterns; subgraph composition; state management (checkpointers/stores); persistence; evals; and production debugging. Reach for this…

magnus919/agent-skills · 100 tokens

dspy

Optimize and build programmatic prompt systems with Stanford DSPy. Signatures, modules (Predict, ChainOfThought, ReAct), optimizer/teleprompter selection, compilation, caching, evaluation. Use when doing programmatic prompt optimization or building compiled prompt programs. Do not use this skill for unrelated…

magnus919/agent-skills · 72 tokens

openai-docs

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any…

Haohao-end/openagent · 74 tokens

langchain

Build LLM applications with LangChain. Use when working with LangChain or comparing LLM application frameworks. Do not use this skill for unrelated requests; route to the nearest named specialist.

magnus919/agent-skills · 40 tokens