File operations
Skill lensetek/Digital-Marketing-Agent_Skills/capabilities/file-operations
Digital-Marketing-Agent_Skills
npx -y skills add lensetek/Digital-Marketing-Agent_Skills --skill file-operationsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 178 tokens by cl100k_base, as published. Nobody here has run it
File Operations Capability
When to Use
Use this capability for reading, searching, validating, organizing, creating, editing, copying, or comparing workspace files.
Preferred Implementation
- Use shell, filesystem APIs, structured parsers, or safe patch workflows.
- Use script-based operations for repeatable bulk changes.
- Use Computer Use only for desktop file manager tasks that cannot be done safely with filesystem tools.
Inputs
- Workspace path.
- File patterns.
- Allowed operations.
- Expected changes.
- Safety constraints.
Outputs
- File Operation Report.
- Files read or changed.
- Validation notes.
- Errors or skipped files.
- Follow-up actions.
Security and Ethics
- Never delete, overwrite, or move files destructively without clear approval.
- Do not expose secrets discovered in files.
- Treat
.env, keys, credentials, and customer data as sensitive.