Development
/crate-info
Get information about a Rust crate including latest version, features, and changelog.
Install
> /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
Ships withactionbook-rust-skills
AI-powered Rust development assistant with meta-cognition framework
Get the whole plugin, auto-invoked
Other commands on actionbook-rust-skills.
Auto-invokedCommand
Auto-invokedCommand
Auto-invokedCommand
Auto-invokedCommand
Auto-invokedCommand
Auto-invokedCommand

