Rust Cli
Automates Rust CLI plugin installation and management within the Plugin Agent Marketplace backend infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pluginagentmarketplace-rust-cli npx -- -y @trustedskills/pluginagentmarketplace-rust-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pluginagentmarketplace-rust-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pluginagentmarketplace-rust-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Rust projects using the command line interface (CLI). It can execute commands, manage dependencies, and build Rust code directly from within an agent workflow. This enables automated tasks like compiling, testing, and deploying Rust applications.
When to use it
- Automating builds: Trigger a Rust project's compilation process as part of a larger deployment pipeline.
- Running tests: Execute unit or integration tests for a Rust project automatically.
- Managing dependencies: Update
Cargo.tomlfiles based on agent-determined requirements. - Executing custom scripts: Run specific shell commands within the context of a Rust project, such as linting or code formatting.
Key capabilities
- Command execution in Rust projects
- Dependency management using Cargo
- Build process automation
- Test execution
Example prompts
- "Compile the
my_projectcrate." - "Run all tests in the
src/testsdirectory of my project." - "Update the
tokiodependency to version 1.30 in Cargo.toml." - "Execute 'cargo check' in the current Rust project."
Tips & gotchas
The agent needs access to a Rust development environment (Rust toolchain installed) for this skill to function correctly. Ensure the working directory is set to the root of the Rust project before invoking commands.
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.