Do Work
This skill automates tasks by executing shell commands, streamlining workflows and boosting productivity for various applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add do-work npx -- -y @trustedskills/do-work
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"do-work": {
"command": "npx",
"args": [
"-y",
"@trustedskills/do-work"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The do-work skill allows an AI agent to perform tasks. It can execute instructions, complete requests, and generally act as a worker for other skills or users. The specific capabilities are not detailed in the provided source material.
When to use it
- Automating repetitive workflows: Use it to handle tasks that require consistent execution.
- Acting on behalf of another skill: Delegate actions from one AI agent to another using
do-work. - Responding to user requests: Fulfill user instructions by executing the necessary steps.
- Integrating with external tools: Use it as a bridge for interacting with other applications or services.
Key capabilities
- Task execution
- Instruction following
- Request completion
Example prompts
- "Do-work: Send an email to John at example.com."
- "Do-work: Create a new document named 'report.txt'."
- "Do-work: Run the script located at /path/to/script.py."
Tips & gotchas
The specific actions do-work can perform are dependent on its configuration and integration with other systems, which aren't detailed in this documentation. Ensure that any external tools or APIs required by the tasks are properly configured for the agent to access them.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.