analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Read a specific section from an arXiv paper's HTML version (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.
/readContext preview
What this command does when you run it.
Read a specific section from an arXiv paper's HTML version (ar5iv.org).
Read a specific section from an arXiv paper's HTML version (ar5iv.org).
/arxiv-viewer:read <arxiv_id> [section]
/arxiv-viewer:read 2301.07041 # Full paper /arxiv-viewer:read 2301.07041 abstract # Just abstract /arxiv-viewer:read 2301.07041 methods # Methods section /arxiv-viewer:read 2301.07041 #S3 # Section 3 /arxiv-viewer:read 2301.07041 introduction # Introduction
Uses **Actionbook + agent-browser** to read ar5iv.org HTML:
1. `search_actions("ar5iv section")` → get action ID 2. `get_action_by_id(action_id)` → get section selectors 3. `agent-browser open https://ar5iv.org/html/{arxiv_id}` 4. `agent-browser get text <section_selector>` 5. Return section content
| Section | Selector | |---------|----------| | Abstract | `.ltx_abstract` | | Introduction | `#S1` or first `section.ltx_section` | | Methods | `#S3` (varies by paper) | | Results | `#S4` (varies by paper) | | Conclusion | Last `section.ltx_section` | | Full paper | `.ltx_document` |
## {Section Title}
{section content}
---
*Source: ar5iv.org/html/{arxiv_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 the bibliography/references from an arXiv paper (ar5iv.org).