← 返回 Skills 市场
heavenchenggong

Personal Wiki

作者 heavenchenggong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-wiki
功能描述
个人知识库(LLM Wiki)操作 skill。 当用户提到以下意图时触发: - Ingest:处理新内容、更新知识库、"处理IMA新内容"、"处理印象笔记"、"处理raw里的文件"、"帮我ingest" - Query:查 wiki、"wiki里有没有关于XX"、"从知识库里找XX" - Lint:整理wiki...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-wiki
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-wiki 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Ingest from IMA/Evernote/local files, Query, Lint, Demo generation
元数据
Slug personal-wiki
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Personal Wiki 是什么?

个人知识库(LLM Wiki)操作 skill。 当用户提到以下意图时触发: - Ingest:处理新内容、更新知识库、"处理IMA新内容"、"处理印象笔记"、"处理raw里的文件"、"帮我ingest" - Query:查 wiki、"wiki里有没有关于XX"、"从知识库里找XX" - Lint:整理wiki... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Personal Wiki?

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

Personal Wiki 是免费的吗?

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

Personal Wiki 支持哪些平台?

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

谁开发了 Personal Wiki?

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

💬 留言讨论