analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Get the latest paper submissions for a specific arXiv category.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/latestContext preview
What this command does when you run it.
Get the latest paper submissions for a specific arXiv category.
Get the latest paper submissions for a specific arXiv category.
/arxiv-viewer:latest <category> [--max <n>]
/arxiv-viewer:latest cs.CL # Latest NLP papers /arxiv-viewer:latest cs.AI --max 20 # Latest 20 AI papers /arxiv-viewer:latest stat.ML # Latest statistical ML papers
Uses **Actionbook + agent-browser** to scrape arxiv.org:
1. `search_actions("arxiv list recent")` → get action ID 2. `get_action_by_id(action_id)` → get page selectors 3. `agent-browser open https://arxiv.org/list/{category}/recent` 4. `agent-browser get text <paper_list_selector>` 5. Parse and return paper list
## Latest Papers in {category}
### Today's Submissions ({date})
1. **{Title}** (arXiv:{id})
Authors: {author list}
[Abstract](url) | [PDF](url) | [HTML](url)
2. **{Title}** (arXiv:{id})
Authors: {author list}
[Abstract](url) | [PDF](url) | [HTML](url)
...| Code | Field | |------|-------| | `cs.AI` | Artificial Intelligence | | `cs.CL` | Computation and Language (NLP) | | `cs.CV` | Computer Vision | | `cs.LG` | Machine Learning | | `cs.SE` | Software Engineering | | `stat.ML` | Statistical ML |
Let your AI agent get the sources behind logins and paywalls.
Repo: actionbook/actionbook
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
List all websites that have verified selector data in Actionbook.
Request a new website to be indexed in Actionbook by submitting its URL through the request form.
Extract the bibliography/references from an arXiv paper (ar5iv.org).