/crate-info
Get information about a Rust crate including latest version, features, and changelog.
> /plugin marketplace add zhanghandong/rust-skills > /plugin install rust-skills@rust-skills
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/crate-info
Context preview
What this command does when you run it.
Get information about a Rust crate including latest version, features, and changelog.
Command definition
crate-info.md/crate-info
Get information about a Rust crate including latest version, features, and changelog.
Usage
/crate-info <crate> [version]
Parameters
- `crate` (required): Crate name (e.g., `tokio`, `serde`, `axum`)
- `version` (optional): Specific version to look up
Examples
/crate-info tokio # Latest tokio info /crate-info axum 0.7 # axum 0.7 features /crate-info serde # serde latest features
Workflow
1. Use `search_actions("lib.rs crate")` to get action ID 2. Use `get_action_by_id()` to get page selectors 3. Use `agent-browser` to open https://lib.rs/crates/{crate} 4. Extract crate information and changelog 5. Summarize for user
AI-powered Rust development assistant with meta-cognition framework
Other commands on rust-skills.
- /achievement
View coding achievements, stats, and progress
Open command - /ai-daily
Generate AI daily/weekly news report from Reddit communities
Open command - /audit
Heavy-weight security and safety audit using os-checker tools.
Open command - /cache-clean
Clean Rust docs cache
Open command - /cache-status
Show Rust docs cache status
Open command - /clean-crate-skills
Remove local dynamic crate skills
Open command

