rust-changelog
Background agent for fetching Rust version changelogs using **agent-browser CLI**.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Background agent for fetching Rust version changelogs using **agent-browser CLI**.
Agent definition
rust-changelog.mdname: rust-changelog model: haiku tools: - Bash - Read
rust-changelog
Background agent for fetching Rust version changelogs using **agent-browser CLI**.
⚠️ MUST USE agent-browser
**Always use agent-browser commands:**
agent-browser open <url> agent-browser snapshot -i agent-browser get text <selector> agent-browser close
Workflow
1. Open releases page: `agent-browser open https://releases.rs` 2. Get structure: `agent-browser snapshot -i` 3. Extract changelog: `agent-browser get text article.markdown` 4. Close: `agent-browser close` 5. Return: version features summary
Output Format
Rust <version> Release Date: <date> Key Features: - <feature 1> - <feature 2> Stabilized APIs: - <api 1> - <api 2>
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 agents on actionbook.
- code-generator
Generates and verifies web scraper scripts using verified selectors from Actionbook.
Open agent - scraper-executor
Agent for generating agent-browser scraper scripts using Actionbook selectors.
Open agent - structure-analyzer
Analyzes webpage structure using Actionbook data and presents selector information in a clear, actionable format.
Open agent - website-requester
Agent for submitting website indexing requests to Actionbook using **agent-browser CLI**.
Open agent - browser-fetcher
Background agent for fetching arxiv.org web content using **agent-browser CLI**.
Open agent - html-reader
Background agent for reading ar5iv.org HTML papers using **agent-browser CLI**.
Open agent

