← 返回 Skills 市场
alitekin1

PARA

作者 alitekin1 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
523
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-para-skill
功能描述
Organize files and projects using the PARA method (Projects, Areas, Resources, Archives).
安全使用建议
This skill does what it says (reorganizes files into a PARA layout) but its instructions are forceful and have no safety checks — it could move or overwrite important files under /root/clawd without asking. Before installing or enabling it: (1) make a full backup of /root/clawd and test the skill on a copy, (2) ask the author to add safe behaviors (dry-run mode, confirmation prompts, explicit exclude lists for AGENTS.md/MEMORY.md and other critical files, and a way to opt into automatic moves), (3) prefer running it only via explicit user invocation (disable autonomous runs if your platform allows), and (4) request that the skill declare /root/clawd as an explicit config path in its metadata so its scope is transparent. If you cannot verify these changes, treat the skill as risky for production or agent-critical workspaces.
功能分析
Type: OpenClaw Skill Name: openclaw-para-skill Version: 0.1.0 The skill instructs the AI agent to perform file system operations using the `mv` command, as detailed in `SKILL.md`. While the stated purpose is benign (file organization), direct instruction to execute shell commands like `mv` by an AI agent introduces a significant risk of shell injection or unintended file manipulation if the agent's input parsing or reasoning is compromised by user prompts. There is no explicit evidence of malicious intent such as data exfiltration or persistence, but the capability to move files via shell commands is a high-risk operation.
能力评估
Purpose & Capability
The skill claims to organize files with the PARA method and its instructions do exactly that (create/move files into /root/clawd/1-Projects, 2-Areas, etc.). Requiring file moves is proportionate to the stated purpose. However, the SKILL.md hardcodes an absolute path (/root/clawd/) that is not listed in the skill's declared config paths, so there is a mismatch between declared metadata and actual target scope.
Instruction Scope
The instructions mandate: 'You MUST follow the PARA structure for ALL file operations' and explicitly direct the agent to use mv for file organization. They lack safeguards (no dry-run, confirmations, exclusions, backups, or permission checks) and reference agent identity files (AGENTS.md, MEMORY.md) only as exceptions without a precise rule set. That gives the agent broad discretion to move arbitrary files under /root/clawd, which could cause unexpected data loss or break other components that expect files in fixed locations.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing is written to disk by an installer, which is the lowest-risk install profile.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of requested secrets is proportionate to the stated purpose.
Persistence & Privilege
always is false (good), but model invocation is allowed (default). Combined with the SKILL.md's mandatory rule to reorganize 'ALL file operations', autonomous invocation could allow the agent to perform destructive or disruptive file moves without explicit user approval. The skill also does not declare any scoped config paths, yet it assumes ownership of /root/clawd/.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-para-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-para-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the PARA organization skill. - Introduces automated file and project organization using the PARA method (Projects, Areas, Resources, Archives). - Mandates consistent use of PARA structure for all file operations, keeping the root directory clean. - Provides clear guides for categorizing and moving files. - Supports ongoing maintenance by recommending periodic review and archival of completed projects.
元数据
Slug openclaw-para-skill
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PARA 是什么?

Organize files and projects using the PARA method (Projects, Areas, Resources, Archives). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 523 次。

如何安装 PARA?

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

PARA 是免费的吗?

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

PARA 支持哪些平台?

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

谁开发了 PARA?

由 alitekin1(@alitekin1)开发并维护,当前版本 v0.1.0。

💬 留言讨论