Ruzzy

🌐Community
by trailofbits · vlatest · Repository

Ruzzy generates creative, diverse, and engaging story prompts to overcome writer’s block and spark imaginative narratives.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ruzzy npx -- -y @trustedskills/ruzzy
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ruzzy": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ruzzy"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The ruzzy skill allows AI agents to generate and execute shell commands. It can be used to interact with the operating system, run scripts, and automate tasks directly within the agent's environment. This capability enables agents to perform actions beyond simple text generation, such as file manipulation or process management.

When to use it

  • Automating repetitive tasks: Use ruzzy to script common workflows like creating directories, copying files, or running specific programs.
  • System administration: An agent can leverage ruzzy to perform basic system checks and maintenance operations.
  • Software development: Agents can execute build scripts, run tests, and deploy code using shell commands facilitated by this skill.
  • Data processing: Use it to run command-line tools for data transformation or analysis.

Key capabilities

  • Shell command execution
  • Operating system interaction
  • Script automation

Example prompts

  • "Run ls -l in the current directory."
  • "Create a file named 'report.txt' and write 'Hello, world!' to it using echo."
  • "Execute the script /path/to/my_script.sh."

Tips & gotchas

The agent will require appropriate permissions to execute shell commands. Be mindful of security implications when granting these permissions, as incorrect usage could lead to unintended consequences.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
trailofbits
Installs
0

🌐 Community

Passed automated security scans.