← Back to Skills Marketplace
hgta23

KnowledgeKeeper Skill

by bittao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install k
Description
Manage and organize notes with categories and tags, search content efficiently, and export knowledge in JSON or Markdown formats.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install k
  3. After installation, invoke the skill by name or use /k
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug k
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is KnowledgeKeeper Skill?

Manage and organize notes with categories and tags, search content efficiently, and export knowledge in JSON or Markdown formats. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install KnowledgeKeeper Skill?

Run "/install k" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is KnowledgeKeeper Skill free?

Yes, KnowledgeKeeper Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does KnowledgeKeeper Skill support?

KnowledgeKeeper Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created KnowledgeKeeper Skill?

It is built and maintained by bittao (@hgta23); the current version is v1.0.0.

💬 Comments