Development
Agent
browser-fetcher
Generic web content fetcher.
Install
> /plugin marketplace add zhanghandong/rust-skills > /plugin install rust-skills@rust-skills
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.
Generic web content fetcher.
Agent definition
browser-fetcher.mdbrowser-fetcher
Generic web content fetcher.
Fetch
Use available tools:
- agent-browser (preferred)
- WebFetch (fallback)
Output
## Fetched Content **URL:** <url> **Title:** <title> <content>
Validation
1. Content is not empty 2. Not an error page (403, 429, blocked) 3. On failure: report reason
Ships withrust-skills
AI-powered Rust development assistant with meta-cognition framework
Get the whole plugin
Other agents on rust-skills.
- clippy-researcher
Fetch Clippy lint information.
Open agent - crate-researcher
Fetch crate metadata from lib.rs / crates.io.
Open agent - docs-cache
Documentation cache helper for agents.
Open agent - docs-researcher
Fetch third-party crate documentation from docs.rs.
Open agent - layer1-analyzer
Analyze from **Layer 1: Language Mechanics** perspective.
Open agent - layer2-analyzer
Analyze from **Layer 2: Design Choices** perspective.
Open agent

