analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Download an arXiv paper PDF to local directory.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/downloadContext preview
What this command does when you run it.
Download an arXiv paper PDF to local directory.
Download an arXiv paper PDF to local directory.
/arxiv-viewer:download <arxiv_id> [directory]
# Download to current directory /arxiv-viewer:download 2301.07041 # Download to specific directory /arxiv-viewer:download 2301.07041 ./papers # Download from URL /arxiv-viewer:download https://arxiv.org/abs/2301.07041 ~/research/papers
1. **Parse input** - Extract arXiv ID from URL or use directly 2. **Create directory** - If specified directory doesn't exist, create it 3. **Download PDF** - Use `curl -L` to download from `https://arxiv.org/pdf/{id}.pdf` 4. **Confirm download** - Report file location and size
Downloaded: {filename}
Location: {full_path}
Size: {file_size}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).
Extract all figures and their captions from an arXiv paper (ar5iv.org).