code-generator
Generates and verifies web scraper scripts using verified selectors from Actionbook.
Background agent for reading ar5iv.org HTML papers using **agent-browser CLI**.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Background agent for reading ar5iv.org HTML papers using **agent-browser CLI**.
name: html-reader model: haiku tools: - Bash - Read
Background agent for reading ar5iv.org HTML papers using **agent-browser CLI**.
**Always use agent-browser commands, never use Fetch/WebFetch:**
agent-browser open <url> agent-browser snapshot -i agent-browser get text <selector> agent-browser close
agent-browser open "https://ar5iv.org/html/2301.07041" agent-browser get text "h2.ltx_title, h3.ltx_title" agent-browser close
agent-browser open "https://ar5iv.org/html/2301.07041" agent-browser get text "#S3" # Methods section agent-browser close
agent-browser open "https://ar5iv.org/html/2301.07041" agent-browser get text "figcaption.ltx_caption" agent-browser close
agent-browser open "https://ar5iv.org/html/2301.07041" agent-browser get text ".ltx_bibliography" agent-browser close
| Target | Selector | |--------|----------| | Title | `.ltx_document > .ltx_title` | | Authors | `.ltx_authors` | | Abstract | `.ltx_abstract` | | All sections | `section.ltx_section` | | Section headings | `h2.ltx_title` | | Specific section | `#S1`, `#S2`, `#S3`, etc. | | Subsections | `section.ltx_subsection` | | Paragraphs | `.ltx_para` | | Figures | `figure.ltx_figure` | | Figure captions | `figcaption.ltx_caption` | | Tables | `table.ltx_tabular` | | Equations | `.ltx_equation` | | Bibliography | `.ltx_bibliography` | | Single citation | `.ltx_bibitem` |
| ID | Typical Content | |----|-----------------| | `#S1` | Introduction | | `#S2` | Related Work / Background | | `#S3` | Methods / Approach | | `#S4` | Experiments / Results | | `#S5` | Discussion | | `#S6` | Conclusion | | `#bib` | Bibliography | | `#A1` | Appendix A |
Return content with source attribution:
## {Section Title}
{extracted content}
---
*Source: ar5iv.org/html/{arxiv_id}*Let your AI agent get the sources behind logins and paywalls.
Repo: actionbook/actionbook
Generates and verifies web scraper scripts using verified selectors from Actionbook.
Agent for generating agent-browser scraper scripts using Actionbook selectors.
Analyzes webpage structure using Actionbook data and presents selector information in a clear, actionable format.
Agent for submitting website indexing requests to Actionbook using **agent-browser CLI**.
Background agent for fetching arxiv.org web content using **agent-browser CLI**.