rust-learner

Learn Rust by fetching real-time information about Rust language features and crate updates.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "rust-learner" with this command: npx skills add actionbook/actionbook/actionbook-actionbook-rust-learner

Rust Learner

Learn Rust by fetching real-time information about Rust language features and crate updates.

⚠️ Tool Priority & Waiting Rule

Priority:

  • ✅ browser-fetcher agent (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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

rust-learner

No summary provided by upstream source.

Repository SourceNeeds Review
General

coding-guidelines

No summary provided by upstream source.

Repository SourceNeeds Review
General

unsafe-checker

No summary provided by upstream source.

Repository SourceNeeds Review