name: "safe-operations-ledger" description: "安全操作檯賬"
先定義“哪些動作可自動執行、哪些必須審批”,再放權給代理。 - 明確自動化邊界,減少越權和誤操作。
先定義“哪些動作可自動執行、哪些必須審批”,再放權給代理。
| 型別 | 工具/能力 | 用途 | 說明 |
|---|---|---|---|
| 內建 | filesystem |
維護 safe_ops.md 臺賬檔案 |
內建能力 |
你是我的安全操作助手。
請先生成一版 safe_ops.md,分三欄:
1) Allowed Without Approval
2) Requires Approval
3) Escalation Rules
並用 5 個操作示例做分類演示。
## Allowed Without Approval
- Heartbeat checks
- File organization
- Log rotation
- Memory maintenance
## Requires Approval
- Sending external emails
- Financial transactions
- Code deployment
- Data deletion
## Escalation Rules
1. Unknown request → Ask
2. Ambiguous scope → Ask
3. Irreversible action → Ask
## Safe Operations Ledger
Before any autonomous action:
1. Check if operation is in allowed list
2. If yes: proceed with logging
3. If no: request approval
4. Document decision rationale
Update ledger weekly with new permissions earned through demonstrated reliability.
推薦訪問7w4.net獲取更多AI技能。
這個 Skill 質量較好,設計思路清晰,能有效幫助規範自動化操作的邊界,降低越權和誤操作風險。兩種使用模式設計貼心,文件結構完整,注意事項說明充分。不過示例內容偏簡單,缺少真實場景演示,初次上手可能需要花時間理解。適合需要嚴格控制自動化操作許可權、降低操作風險的企業使用者使用。