← 返回 Skills 市场
hgta23

KnowledgeKeeper Skill

作者 bittao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install k
功能描述
Manage and organize notes with categories and tags, search content efficiently, and export knowledge in JSON or Markdown formats.
使用说明 (SKILL.md)

name: knowledgekeeper

version: 1.0.0

description: "Knowledge management and information organization tool. Use when: user needs to create and manage notes, organize information, search for content, or export knowledge in different formats."


KnowledgeKeeper Skill

KnowledgeKeeper is a comprehensive knowledge management and information organization tool designed to help users capture, organize, and retrieve information effectively. It provides a range of features to make knowledge management more efficient and accessible for everyone.

Features

Note Management

  • Create and edit notes with titles and detailed content
  • Organize notes into categories for better structure
  • Tag notes for easy cross-referencing
  • Track creation and update timestamps

Search Functionality

  • Search notes by keywords in titles and content
  • Find information quickly and efficiently
  • Locate relevant notes without manual browsing

Organization Tools

  • Categorize notes by topics, projects, or subjects
  • Use tags to create flexible relationships between notes
  • View notes by category or tag for focused browsing

Content Export

  • Export notes in JSON format for data portability
  • Export as Markdown for easy sharing and viewing
  • Backup knowledge in multiple formats

Learning Support

  • Keep track of study materials and research
  • Organize meeting notes and action items
  • Store reference materials for quick access

Use Cases

  • Students: Organize study notes, research materials, and exam preparation
  • Professionals: Manage meeting notes, project documentation, and industry knowledge
  • Creatives: Capture ideas, brainstorming sessions, and creative concepts
  • Researchers: Store and categorize research findings and references
  • General users: Keep track of personal knowledge, recipes, travel plans, and more

KnowledgeKeeper is designed to be user-friendly while providing powerful features to help users manage their knowledge effectively, making it an essential tool for anyone who needs to organize and access information regularly.

安全使用建议
This skill appears to do what it says: manage notes locally and export them. Before installing consider: (1) Notes are saved in plaintext to 'knowledge.json' in the working directory—don't use it for highly sensitive secrets unless you add encryption or secure storage. (2) The skill has no network calls or credential requests, so risk of remote exfiltration is low, but if the agent runs in a shared environment the file could be accessible to others—store it in a safe location or restrict permissions. (3) The source/publisher is unknown; if you need stronger assurances, review the code yourself or run it in an isolated environment. (4) Minor limitations: note IDs are timestamp-based (possible collisions under high-frequency writes), and there is minimal input validation—expect basic behavior, not hardened production-grade security. If those constraints are acceptable, the skill is coherent and can be used.
功能分析
Type: OpenClaw Skill Name: k Version: 1.0.0 The KnowledgeKeeper skill is a standard note management tool that allows users to create, search, and export notes to a local JSON file (knowledge.json). The implementation in main.py is straightforward, containing no network requests, shell executions, or access to sensitive system files, and its behavior aligns perfectly with the documentation in SKILL.md.
能力评估
Purpose & Capability
The name/description (note management, search, export) align with the included Python implementation. The code implements creating, updating, listing, searching, tagging, categorizing, and exporting notes—nothing in the code demands unrelated resources or credentials.
Instruction Scope
SKILL.md describes the same features implemented in main.py and does not instruct access to unrelated system files or environment variables. The implementation reads/writes a local file named 'knowledge.json' in the current working directory; this file location is implicit in the code and not documented in SKILL.md, so be aware notes are stored on-disk in plaintext.
Install Mechanism
No install spec or external downloads; requirements.txt contains no dependencies. This is instruction/code-only and does not pull external code or run installers.
Credentials
The skill requires no environment variables, credentials, or config paths. All data is local. There are no requests for unrelated secrets or external service keys.
Persistence & Privilege
The skill is not always-enabled and does not claim to modify other skills or system-wide settings. It can be invoked autonomously by the agent (platform default), which is expected for a skill; this combination is acceptable given the limited local scope of the code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install k
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /k 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
KnowledgeKeeper skill initial release: - Provides note creation, editing, and organization with categories and tags. - Includes powerful search for quick content retrieval. - Offers tools to organize knowledge by topics, projects, or tags. - Supports exporting notes in JSON and Markdown formats. - Designed for diverse users: students, professionals, creatives, researchers, and general personal use.
元数据
Slug k
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

KnowledgeKeeper Skill 是什么?

Manage and organize notes with categories and tags, search content efficiently, and export knowledge in JSON or Markdown formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 KnowledgeKeeper Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install k」即可一键安装,无需额外配置。

KnowledgeKeeper Skill 是免费的吗?

是的,KnowledgeKeeper Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

KnowledgeKeeper Skill 支持哪些平台?

KnowledgeKeeper Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 KnowledgeKeeper Skill?

由 bittao(@hgta23)开发并维护,当前版本 v1.0.0。

💬 留言讨论