Install
openclaw skills install @uynewnas/crud管理OpenClaw操作按CRUD分类,创建查询无审批,更新编辑删除需返回操作清单并二次确认。
openclaw skills install @uynewnas/crudCategorize and manage OpenClaw operations by CRUD (Create/Read/Update/Delete) for fine-grained approval control.
| Operation Type | Approval Required | Description |
|---|---|---|
| Read | ❌ No approval | File reading, search queries, directory browsing, etc. |
| Create | ✅ Requires confirmation | File creation, new skill creation, directory creation, etc. |
| Update/Edit | ✅ Requires confirmation | File modification, code editing, config updates, etc. |
| Delete | ✅ Requires confirmation | File deletion, directory deletion, skill deletion, etc. |
User Request → Execute Directly → Return Result
User Request → Analyze Operation → Generate Action List → User Confirmation → Execute Operation → Return Result
↓
Display: operation type, affected files, change preview
When confirmation is needed, return the list in the following format:
⚠️ **Operation Confirmation** - [Operation Type]
**Scope:**
- File 1: path/to/file1
- File 2: path/to/file2
**Description:**
[Detailed description of the operation to be performed]
Please reply with one of the following to continue:
- ✅ **Confirm** - Proceed with this operation
- ❌ **Cancel** - Cancel this operation
- 🔄 **Modify** - Modify operation and re-confirm
This skill requires no additional configuration files and is automatically injected into sessions.