mirror of
https://github.com/actionbook/actionbook.git
synced 2026-09-19 03:28:06 +08:00
28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
---
|
|
title: "Examples"
|
|
description: "Real-world examples built with Actionbook"
|
|
---
|
|
|
|
Explore real-world examples in the [playground](https://github.com/actionbook/actionbook/tree/main/playground) directory.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Stagehand Agent" icon="hand-pointer" href="https://github.com/actionbook/actionbook/tree/main/playground/stagehand-agent">
|
|
Browser automation agent using Stagehand + AI SDK + Actionbook
|
|
</Card>
|
|
<Card title="Scraper Generator" icon="code" href="https://github.com/actionbook/actionbook/tree/main/playground/generate-scraper-script">
|
|
Generate accurate web scraper code with Claude Code
|
|
</Card>
|
|
<Card title="Actionbook Scraper" icon="spider" href="https://github.com/actionbook/actionbook/tree/main/playground/actionbook-scraper">
|
|
Web scraper plugin using verified Actionbook selectors
|
|
</Card>
|
|
<Card title="arXiv Viewer" icon="book-open" href="https://github.com/actionbook/actionbook/tree/main/playground/arxiv-viewer">
|
|
Access and read academic papers from arXiv
|
|
</Card>
|
|
<Card title="Rust Learner" icon="rust" href="https://github.com/actionbook/actionbook/tree/main/playground/rust-learner">
|
|
Learn Rust language features and crate updates
|
|
</Card>
|
|
<Card title="Lib.rs Scraper" icon="box" href="https://github.com/actionbook/actionbook/tree/main/playground/lib-rs-scraper">
|
|
Scrape Rust crate information from lib.rs
|
|
</Card>
|
|
</CardGroup>
|