← Back to Skills Marketplace
heavenchenggong

Personal Wiki

by heavenchenggong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-wiki
Description
个人知识库(LLM Wiki)操作 skill。 当用户提到以下意图时触发: - Ingest:处理新内容、更新知识库、"处理IMA新内容"、"处理印象笔记"、"处理raw里的文件"、"帮我ingest" - Query:查 wiki、"wiki里有没有关于XX"、"从知识库里找XX" - Lint:整理wiki...
Usage Guidance
This skill appears coherent: it needs your Evernote developer token and your IMA client_id/api_key (stored under ~/.config/ima) so it can fetch notes, and it will read and write files in ~/wiki (pages, index.md, log.md) and process files under ~/wiki/raw/. Before installing: 1) Only grant a developer Evernote token you control and are willing to revoke (token lifespan noted as short — rotate it if needed). 2) Keep IMA credentials in a dedicated config, and consider creating a minimally-privileged access account if possible. 3) Review SKILL.md and README to confirm you are comfortable with the described file writes. 4) Install required Python packages and pdftotext from official sources; run in a controlled environment if you are concerned about parsing unknown files. 5) If you want stronger containment, run the skill in a sandboxed account or VM so its file writes are limited to a directory you control.
Capability Analysis
Type: OpenClaw Skill Name: personal-wiki Version: 1.0.0 The skill facilitates the creation of a personal knowledge base by ingesting data from Evernote, IMA notes, and local files. It exhibits high-risk behaviors including reading sensitive API credentials from the filesystem (~/.config/ima/) and environment variables, making external network requests via curl to ima.qq.com, and executing system commands via Python's subprocess for PDF processing. While these capabilities are aligned with the stated purpose of the skill (SKILL.md, README.md), the broad access to credentials and the use of shell/network tools represent a significant attack surface.
Capability Assessment
Purpose & Capability
Name/description say the skill ingests from IMA (Tencent), Evernote, and local files into a local ~/wiki; the SKILL.md only requests EVERNOTE_TOKEN (and documents reading IMA creds from ~/.config/ima) and reads/writes the local wiki directory — these permissions are proportional and expected for the stated functionality.
Instruction Scope
Runtime instructions explicitly instruct reading: WIKI_DIR (default ~/wiki), ~/.config/ima/client_id and api_key, and environment variable EVERNOTE_TOKEN; they call remote APIs for IMA and Evernote and perform local file parsing and writes to ~/wiki/pages, index.md, log.md. There are no instructions to read unrelated system files or to transmit data to unknown endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. The README suggests the user install Python packages (evernote2, python-pptx, python-docx) and system utility pdftotext; requiring user-installed dependencies is reasonable for local file processing and is low-risk compared with arbitrary downloads/run-at-install.
Credentials
Only EVERNOTE_TOKEN is required as an environment variable; IMA credentials are read from standard config files and are declared in metadata. No unrelated secrets or many credentials are requested. The scope of credentials matches the declared integrations.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request system-level modifications or access to other skills' configurations. Writing/reading only occurs in the user wiki directory and declared config paths.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-wiki
  3. After installation, invoke the skill by name or use /personal-wiki
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Ingest from IMA/Evernote/local files, Query, Lint, Demo generation
Metadata
Slug personal-wiki
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Personal Wiki?

个人知识库(LLM Wiki)操作 skill。 当用户提到以下意图时触发: - Ingest:处理新内容、更新知识库、"处理IMA新内容"、"处理印象笔记"、"处理raw里的文件"、"帮我ingest" - Query:查 wiki、"wiki里有没有关于XX"、"从知识库里找XX" - Lint:整理wiki... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Personal Wiki?

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

Is Personal Wiki free?

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

Which platforms does Personal Wiki support?

Personal Wiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Personal Wiki?

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

💬 Comments