Agent skill
rust-learner
Learn Rust language features and crate updates. Use when user asks about Rust version changelog, what's new in Rust, crate updates, Cargo.toml dependencies, tokio/serde/axum features, or any Rust ecosystem questions.
Install this agent skill to your Project
npx add-skill https://github.com/actionbook/actionbook/tree/main/playground/rust-learner/skills/rust-learner
SKILL.md
Rust Learner
Learn Rust by fetching real-time information about Rust language features and crate updates.
⚠️ Tool Priority & Waiting Rule
Priority:
- ✅
browser-fetcheragent (preferred) - ⚠️
Fetch/WebFetch(only after all browser-fetcher agents fail) - ⚠️
WebSearch(only when search engine results are needed)
⛔ No "Racing Ahead":
- After launching browser-fetcher agents, MUST wait for ALL of them to complete
- DO NOT use WebSearch/Fetch as "supplements" while waiting
- Only use fallback tools after ALL browser-fetcher agents have failed
Workflow
Step 1: actionbook MCP
search_actions("lib.rs crate") → get action ID
get_action_by_id(id) → get URL and selectors
Step 2: Launch browser-fetcher agents
Launch multiple browser-fetcher agents in parallel
Step 3: Wait for ALL agents to complete
⛔ DO NOT use other tools during this time
✅ Wait for TaskOutput to return all results
Step 4: Summarize results
- If agents succeed: summarize content for user
- If ALL agents fail: use Fetch as fallback
Example
User: Query tokio latest version
✅ CORRECT:
1. Launch browser-fetcher: lib.rs/crates/tokio
2. Launch browser-fetcher: crates.io/crates/tokio
3. Wait for BOTH agents to complete
4. Summarize results
❌ WRONG:
1. Launch browser-fetcher agents
2. While waiting, use WebSearch("tokio latest") ← Racing ahead!
3. Mix multiple result sources
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
actionbook
Activate when the user needs to interact with any website — browser automation, web scraping, screenshots, form filling, UI testing, monitoring, or building AI agents. Provides pre-verified page actions with step-by-step instructions and tested selectors.
article-exporter
Export any web article to a local Obsidian-ready Markdown directory. Fetches page content via actionbook CLI, downloads images locally, rewrites image references to relative paths, and optionally translates the article using AI. Produces a self-contained folder with README.md, images/, and an index.md navigation file.
deep-research
Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Use when user asks to research, analyze, investigate, deep-dive, or generate a report on any subject. Supports academic papers (arXiv), technologies, trends, comparisons, and general topics.
actionbook-web-test
Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and json-ui visual report generation.
arxiv-viewer
View, search, and download academic papers from arXiv. Supports API queries, web scraping via Actionbook, and HTML paper reading via ar5iv. Use when user asks about arxiv papers, academic papers, research papers, paper summaries, latest papers, or wants to search/download/read papers.
actionbook-scraper
Generate and verify web scraper scripts using Actionbook's verified selectors. Auto-validates generated scripts and fixes errors.
Didn't find tool you were looking for?