analyze
Analyze a webpage's structure using Actionbook's verified selectors and show available elements for scraping.
Get trending and highlighted papers from arXiv homepage.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/trendingContext preview
What this command does when you run it.
Get trending and highlighted papers from arXiv homepage.
Get trending and highlighted papers from arXiv homepage.
/arxiv-viewer:trending [--category <cat>]
/arxiv-viewer:trending # All trending papers /arxiv-viewer:trending --category cs # Trending CS papers
Uses **Actionbook + agent-browser** to scrape arxiv.org homepage:
1. `search_actions("arxiv homepage")` → get action ID 2. `get_action_by_id(action_id)` → get page selectors 3. `agent-browser open https://arxiv.org/` 4. `agent-browser get text <featured_selector>` 5. Parse and return trending papers
## Trending on arXiv
### Featured Papers
1. **{Title}** (arXiv:{id})
Authors: {author list}
Category: {category}
[Abstract](url) | [PDF](url)
### Recent Highlights
1. **{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).