/crate-info

2026-08-30 浏览 (2)

/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

你可能感兴趣的文章

/docs Command

/skill-index

Create llms.txt from URLs

/rust-features

Achievement System

Update Crate Skill

/unsafe-check

AI Daily Report

Sync Crate Skills

Fix Skill Documentation

  • 所属分类: AI
  • 本文标签: rust
  • 版权声明: 本文链接 https://seaxiang.com/blog/eXMeLdck