← 返回 Skills 市场
killerapp

para-pkm

作者 Vaskin Kissoyan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1616
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install para-pkm
功能描述
Manage PARA-based personal knowledge management (PKM) systems using Projects, Areas, Resources, and Archives organization method. Use when users need to (1) Create a new PARA knowledge base, (2) Organize or reorganize existing knowledge bases into PARA structure, (3) Decide where content belongs in PARA (Projects vs Areas vs Resources vs Archives), (4) Create AI-friendly navigation files for knowledge bases, (5) Archive completed projects, (6) Validate PARA structure, or (7) Learn PARA organizational patterns for specific use cases (developers, consultants, researchers, etc.)
安全使用建议
This skill appears to do exactly what it says: create PARA folders, generate a short AI navigation file, validate structure, and archive projects. Things to consider before installing or running it: 1) The scripts make and modify files in the filesystem—init creates directories and README/AGENTS.md; generate_nav writes AGENTS.md; archive_project moves a project into archives and deletes the original—so back up your KB before using archive_project. 2) archive_project may error if you supply an absolute project path outside the kb root (it uses Path.relative_to), so test on a disposable directory first. 3) No network or credentials are required, and no external installs occur, but you need a Python runtime to run the scripts. If you want additional assurance, review the scripts locally and run them in a safe test folder before applying them to production data.
功能分析
Type: OpenClaw Skill Name: para-pkm Version: 1.0.0 The skill bundle is designed for managing a PARA-based personal knowledge management system. All Python scripts perform file system operations (creating, reading, writing, moving, deleting files and directories) which are directly aligned with their stated purpose of initializing, archiving, generating navigation, and validating the knowledge base structure. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The SKILL.md and other documentation files provide instructions for the AI agent on how to understand and interact with the PKM system and its tools, without any signs of prompt injection attempting to subvert the agent's purpose or perform unauthorized actions.
能力评估
Purpose & Capability
Name/description match the included scripts and docs. The four scripts (init, generate_nav, validate, archive) directly implement the advertised tasks (scaffold KB, create AI navigation, validate structure, archive projects). No unrelated binaries, env vars, or external services are requested.
Instruction Scope
SKILL.md and scripts instruct the agent to run local Python scripts that create directories/files, write AGENTS.md, and move/delete project files. This is appropriate for PARA management but is inherently destructive: archive_project writes an archived copy then unlinks (deletes) the original. Also, archive_project may raise an exception if given an absolute project path that is not under the provided kb-path (uses Path.relative_to). Recommend users back up data and test on a sample KB before running on important data.
Install Mechanism
No install spec or remote downloads; the skill is instruction-only with bundled Python scripts. No network-based installers or extracted archives are used.
Credentials
The skill declares no environment variables, no credentials, and no config paths. All operations are local file system operations consistent with the stated purpose.
Persistence & Privilege
always:false and default model invocation are used. The skill does not request permanent platform-wide privileges or attempt to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install para-pkm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /para-pkm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
From Foundry: Manage PARA-based personal knowledge management (PKM) systems using Projects, Ar
元数据
Slug para-pkm
版本 1.0.0
许可证
累计安装 3
当前安装数 2
历史版本数 1
常见问题

para-pkm 是什么?

Manage PARA-based personal knowledge management (PKM) systems using Projects, Areas, Resources, and Archives organization method. Use when users need to (1) Create a new PARA knowledge base, (2) Organize or reorganize existing knowledge bases into PARA structure, (3) Decide where content belongs in PARA (Projects vs Areas vs Resources vs Archives), (4) Create AI-friendly navigation files for knowledge bases, (5) Archive completed projects, (6) Validate PARA structure, or (7) Learn PARA organizational patterns for specific use cases (developers, consultants, researchers, etc.). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1616 次。

如何安装 para-pkm?

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

para-pkm 是免费的吗?

是的,para-pkm 完全免费(开源免费),可自由下载、安装和使用。

para-pkm 支持哪些平台?

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

谁开发了 para-pkm?

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

💬 留言讨论