analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Extract the bibliography/references from an arXiv paper (ar5iv.org).
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/citationsContext preview
What this command does when you run it.
Extract the bibliography/references from an arXiv paper (ar5iv.org).
Extract the bibliography/references from an arXiv paper (ar5iv.org).
/arxiv-viewer:citations <arxiv_id> [--search <term>]
/arxiv-viewer:citations 2301.07041 # All references /arxiv-viewer:citations 2301.07041 --search transformer # Filter by "transformer" /arxiv-viewer:citations 1706.03762 # Attention paper refs
Uses **Actionbook + agent-browser** to extract bibliography from ar5iv.org:
1. `search_actions("ar5iv bibliography")` → get action ID 2. `get_action_by_id(action_id)` → get citation selectors 3. `agent-browser open https://ar5iv.org/html/{arxiv_id}` 4. `agent-browser get text ".ltx_bibliography"` 5. Parse and return citations
| Element | Selector | |---------|----------| | Bibliography section | `.ltx_bibliography` | | Single citation | `.ltx_bibitem` | | Citation by ID | `#bib.bib1`, `#bib.bib2`, etc. |
## References from: {Paper Title}
arXiv: {id}
Total citations: {n}
### References
[1] {Author et al.} ({Year}). {Title}. {Venue}.
[2] {Author et al.} ({Year}). {Title}. {Venue}.
[3] {Author et al.} ({Year}). {Title}. {Venue}.
...
---
*Extracted from ar5iv.org/html/{id}*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 all figures and their captions from an arXiv paper (ar5iv.org).