Skip to content
Automation
Command

/crate-info

Get information about a Rust crate including latest version, features, and changelog.

From plugin
actionbook
1.6k16 skills12 agents16 commands1 MCP
Install
> /plugin marketplace add actionbook/actionbook
> /plugin install actionbook@actionbook-marketplace

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

/rust-learner:crate-info

Get information about a Rust crate including latest version, features, and changelog.

Usage

/rust-learner:crate-info <crate> [version]

Parameters

  • `crate` (required): Crate name (e.g., `tokio`, `serde`, `axum`)
  • `version` (optional): Specific version to look up

Examples

/rust-learner:crate-info tokio           # Latest tokio info
/rust-learner:crate-info axum 0.7        # axum 0.7 features
/rust-learner: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

Actionbook turns the websites you work in every day into something your AI agent can actually operate. Direct API requests when possible, UI automation when not, with login handled. Fast and resilient.

Get the whole plugin