actionbook
Browser action engine. Provides up-to-date action manuals for the modern web — operate any website instantly, one tab or dozens, concurrently.
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.
$ npx -y skills add actionbook/actionbook --skill rust-learner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/rust-learnerContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: rust-learner description: 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.
Learn Rust by fetching real-time information about Rust language features and crate updates.
**Priority:** 1. ✅ `browser-fetcher` agent (preferred) 2. ⚠️ `Fetch` / `WebFetch` (only after all browser-fetcher agents fail) 3. ⚠️ `WebSearch` (only when search engine results are needed)
**⛔ No "Racing Ahead":**
search_actions("lib.rs crate") → get action ID
get_action_by_id(id) → get URL and selectorsLaunch multiple browser-fetcher agents in parallel
⛔ DO NOT use other tools during this time ✅ Wait for TaskOutput to return all results
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 sourcesLet your AI agent get the sources behind logins and paywalls.
Repo: actionbook/actionbook
Browser action engine. Provides up-to-date action manuals for the modern web — operate any website instantly, one tab or dozens, concurrently.
Generate and verify web scraper scripts using Actionbook's verified selectors. Auto-validates generated scripts and fixes errors.
Automates browser interactions for form filling and web page interaction. Used by the request-website command to submit website indexing requests.
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…
Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Use when user asks to research, analyze,…
Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Enhanced with advanced browser automation —…