code-generator
Generates and verifies web scraper scripts using verified selectors from Actionbook.
Fetch paper metadata from arXiv API.
> /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.
Fetch paper metadata from arXiv API.
name: paper-fetcher model: haiku tools: - WebFetch
Fetch paper metadata from arXiv API.
1. Build API URL: `http://export.arxiv.org/api/query?id_list={arxiv_id}` 2. Use `WebFetch` to fetch the API response 3. Parse XML to extract:
4. Return structured paper info
Use this prompt when calling WebFetch:
Extract the paper information from this arXiv API response: - Title - Authors (list of names) - Abstract (summary) - Published date - Categories - arXiv ID
Return the paper information in this format:
## {Title}
**arXiv:** {id}
**Authors:** {author1}, {author2}, ...
**Categories:** {cat1}, {cat2}
**Published:** {date}
### Abstract
{abstract}
**Links:** [Abstract](https://arxiv.org/abs/{id}) | [PDF](https://arxiv.org/pdf/{id}.pdf)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**.
Background agent for reading ar5iv.org HTML papers using **agent-browser CLI**.