analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Search arXiv papers using advanced query syntax.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/searchContext preview
What this command does when you run it.
Search arXiv papers using advanced query syntax.
Search arXiv papers using advanced query syntax.
/arxiv-viewer:search <query> [options]
# Simple search /arxiv-viewer:search transformer # Search with category /arxiv-viewer:search transformer --category cs.CL # Search by author /arxiv-viewer:search --author hinton --max 20 # Advanced query /arxiv-viewer:search ti:attention AND cat:cs.CL --max 15 # Multiple authors /arxiv-viewer:search au:bengio OR au:lecun --sort date # Combined search /arxiv-viewer:search ti:llm AND abs:reasoning --category cs.AI --max 10
1. **Parse query and options** - Build arXiv API search URL 2. **Launch search-executor agent** - Execute search via API 3. **Parse results** - Extract entries from XML response 4. **Present results** - List papers with titles, authors, IDs
## Search Results for "{query}"
Found {n} papers:
1. **{Title}** (arXiv:{id})
Authors: {author list}
Categories: {categories}
Published: {date}
2. **{Title}** (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).