Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

learning-notes-explorer学习笔记浏览器

Agent Skill

learning-notes-explorer 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,960

周安装

165

GitHub Stars

公开资料未说明

下载量

1,320
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:learning-notes-explorer(学习笔记浏览器)
来源仓库:https://github.com/harrylabsj/learning-notes-explorer
安装命令:
openclaw skills install learning-notes-explorer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install learning-notes-explorer

简介

探索、搜索与综合个人积累的学习笔记,促进知识复用。

  • 适用于笔记整理、学习回顾或跨主题关联查询的需求场景。
  • 支持全文检索与语义匹配,快速定位相关内容片段。learning-notes-explorer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 依赖本地笔记格式规范,异构文件需预处理才能有效索引。
  • 建议建立统一命名规则与标签体系,提升检索准确率。

SKILL.md

name
learning-notes-explorer
description
学习笔记 - Explore, search, and synthesize personal learning notes. Use when user asks about 笔记整理、学习回顾、知识搜索、笔记查询, or wants to explore their accumulated learning notes across topics. An interface to personal knowledge base.

Learning Notes Explorer (学习笔记)

Overview

This skill provides an interface to explore, search, and synthesize personal learning notes. It helps users retrieve relevant notes, discover connections between past learnings, and build on existing knowledge. Acts as a bridge between raw note-taking and actionable knowledge.

When to Use This Skill

  • Looking for specific information from past notes
  • Reviewing notes on a particular topic
  • Finding connections between different notes/topics
  • Synthesizing knowledge from multiple sources
  • Preparing to write or create based on past learning
  • Checking what has been learned about a topic
  • Discovering gaps in knowledge

Core Functions

1. Note Search and Retrieval

  • Search notes by keyword, topic, or concept
  • Find notes from specific sources (books, courses, articles)
  • Filter by date, tags, or categories
  • Locate specific quotes or data points

2. Knowledge Discovery

  • Identify related notes across topics
  • Find patterns in learning history
  • Surface connections user may have forgotten
  • Highlight gaps in knowledge on a topic

3. Synthesis

  • Combine relevant notes into coherent summaries
  • Cross-reference insights from different sources
  • Generate overview of knowledge on a subject
  • Create study guides from note collections

4. Learning Path Guidance

  • Recommend next steps based on existing knowledge
  • Suggest topics to explore
  • Identify prerequisites for advanced learning
  • Map out learning journey on a topic

Note Organization Model

The explorer works with notes organized in layers:

Learning Notes
├── Raw Notes (原始笔记)
│   ├── Book highlights & annotations
│   ├── Course notes
│   ├── Article clippings
│   └── Meeting/lecture notes
│
├── Processed Notes (整理笔记)
│   ├── Summaries
│   ├── Key concepts extracted
│   └── Questions generated
│
└── Connected Notes (关联笔记)
    ├── Personal insights
    ├── Cross-references
    └── Action items

Usage Examples

Search and Retrieval

"搜索我所有关于'刻意练习'的笔记"
"找出上周记录的读书笔记"
"查找关于Python的笔记"
"找出所有提到'第一性原理'的内容"

Knowledge Review

"总结我关于时间管理的所有学习"    
"给我看看最近一个月学了什么"
"我关于心理学都有哪些笔记?"
"显示投资相关的所有笔记"

Synthesis and Connections

"把关于'学习'的笔记整理成一个主题"
"找出'刻意练习'和'成长型思维'的关联"
"生成一个关于'写作'的知识总结"
"创建'决策'主题的阅读清单"

Gap Analysis

"关于AI领域我还缺什么知识?"
"我哪个方面学习得最少?"
"有哪些相关主题我没有探索过?"

Output Formats

Search Results

Found X notes on "[topic]":
 
1. [Note Title] - [Source] - [Date]
   Preview: [First 2 lines]...
   Tags: [tag1], [tag2]
 
2. [Note Title] - [Source] - [Date]
   ...

Synthesis Summary

## Knowledge Synthesis: [Topic]
 
### Key Concepts Learned
- [Concept 1]: From [source], [summary]
- [Concept 2]: From [source], [summary]
 
### Sources
- [Book 1] - [Key insight]
- [Course 2] - [Key insight]
 
### Practical Applications
- [Application 1]
- [Application 2]
 
### Suggested Next Steps
- [ ] Explore [related topic]
- [ ] Read [suggested source]

Learning Path

## Learning Path: [Topic]
 
Prerequisites (already learned):
✓ [Concept A]
✓ [Concept B]
 
Recommended Sequence:
1. [Next topic] - Based on [note reference]
2. [Advanced topic] - After completing #1
3. [Expert topic] - Further study
 
Suggested Resources:
- [Book/Course] - Fills gap in [area]

Integration with Other Skills

This skill works with:

  • book-knowledge-extractor — For extracting and saving new notes
  • second-brain-triage — For organizing notes in personal system
  • summarize — For creating summaries of note collections
  • zettelkasten-writing-coach — For writing based on note connections

Limitations

  • Depends on quality of underlying note collection
  • May not find notes if indexing is incomplete
  • Cannot "read" non-text content in notes
  • Synthesis quality depends on note richness

Implementation Notes

This skill requires:

  • Access to note storage (local files, Obsidian vault, Notion, etc.)
  • Note indexing system for search
  • Source attribution for synthesized content
  • User preferences for display format

Acceptance Criteria

  1. ✓ Can search notes by keyword/topic
  2. ✓ Returns relevant results with context
  3. ✓ Can synthesize multiple notes into summary
  4. ✓ Identifies connections between notes
  5. ✓ Provides learning path recommendations
  6. ✓ Integrates with note sources
  7. ✓ Respects user privacy in note access

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.37%
按下载量换算1,272

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills