Find sources for a Rust crate from crates.io. Activate this skill to inspect a crate's API.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add abusch/gb-rs --skill find-crate-source --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Find Crate Source?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/abusch-find-crate-source)More formats (shields.io, HTML) on the badges page.
---
name: find-crate-source
description: Find sources for a Rust crate from crates.io. Activate this skill to inspect a crate's API.
---
To find the source for a crate, use the `cargo agents` CLI tool available in the PATH:
* `cargo agents crate-info $CRATE_NAME` will give you the source path for the crate, preferring to use the version found in your current package. If the crate is not yet used, it will give you the latest version.
* `cargo agents crate-info $CRATE_NAME --version $VERSION` will give you the source path for a specific version
* `$VERSION` is a semver constraint, so `1.0` will give you something compatible with `1.0`; `=1.0.0` is guaranteed to give you an exact version.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!