/rust-features
Get Rust version changelog and new features.
> /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
/rust-features
Context preview
What this command does when you run it.
Get Rust version changelog and new features.
Command definition
rust-features.md/rust-learner:rust-features
Get Rust version changelog and new features.
Usage
/rust-learner:rust-features [version]
Parameters
- `version` (optional): Rust version number (e.g., `1.83`, `1.82`). If omitted, fetches the latest stable version.
Examples
/rust-learner:rust-features # Latest Rust features /rust-learner:rust-features 1.83 # Rust 1.83 features /rust-learner:rust-features 1.80 # Rust 1.80 features
Workflow
1. Use `search_actions("releases.rs")` to get action ID 2. Use `get_action_by_id()` to get page selectors 3. Use `agent-browser` to open https://releases.rs and navigate to the version 4. Extract changelog content 5. Summarize key features for user
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.
Other commands on actionbook.
- /analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Open command - /generate
Generate web scraper scripts using Actionbook's verified selectors.
Open command - /list-sources
List all websites that have verified selector data in Actionbook.
Open command - /request-website
Request a new website to be indexed in Actionbook by submitting its URL through the request form.
Open command - /citations
Extract the bibliography/references from an arXiv paper (ar5iv.org).
Open command - /download
Download an arXiv paper PDF to local directory.
Open command

