技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 3 · 334 · 0 current installs · 0 all-time installs
⭐ 3
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:alitekin1/openclaw-para-skill
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill's description matches its behavior (reorganizing files into a PARA folder layout), but its runtime instructions are overly broad and mandatory and could move or overwrite workspace files without safeguards.
目的
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.
说明范围
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…
安装机制
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.
证书
The skill requests no environment variables, credentials, or config paths. The lack of requested secrets is proportionate to the stated purpose.
持久
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/.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「PARA」。简介:Organize files and projects using the PARA method (Projects, Areas, Resources, …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alitekin1/openclaw-para-skill/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: para
description: Organize files and projects using the PARA method (Projects, Areas, Resources, Archives).
author: Evo
version: 1.0.0
---
# PARA Organization Skill
Use the PARA method to keep the workspace clean and organized.
## Structure
- `/root/clawd/1-Projects/`: Active efforts with a deadline/goal.
- `/root/clawd/2-Areas/`: Ongoing responsibilities (e.g., Finances, Health, Personal Development).
- `/root/clawd/3-Resources/`: Interests and reference material.
- `/root/clawd/4-Archives/`: Completed projects or inactive areas/resources.
## Mandate: Automatic Organization
You MUST follow the PARA structure for ALL file operations. Never leave new files in the root directory (`/root/clawd/`) unless they are core identity files (AGENTS.md, MEMORY.md, etc.).
1. **New Project Files?** Create a subfolder in `1-Projects/`.
2. **Long-term reference or data?** Put it in `3-Resources/`.
3. **Finished work?** Move it to `4-Archives/`.
4. **System/Config updates?** Keep them in `2-Areas/`.
## Workflow
1. **Identify**: Determine which category a file or directory belongs to.
2. **Move**: Use `mv` to place it in the correct PARA folder.
3. **Maintain**: Periodically review Projects and move finished ones to Archives.
## Categorization Guide
- **Projects**: Bot development, Specific homework assignments, Reports being written.
- **Areas**: Financial logs (`MIANJY`), Email configurations, Skill development.
- **Resources**: Research papers, Diagrams for learning, Snippets.
- **Archives**: Old reports, Finished semester files.