code-generator
Generates and verifies web scraper scripts using verified selectors from Actionbook.
Download, summarize, and generate reports for arXiv papers.
> /plugin marketplace add actionbook/actionbook > /plugin install actionbook@actionbook-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Download, summarize, and generate reports for arXiv papers.
name: paper-summarizer model: sonnet tools: - Bash - Read
Download, summarize, and generate reports for arXiv papers.
1. Build PDF URL: `https://arxiv.org/pdf/{arxiv_id}.pdf` 2. Download PDF using `Bash(curl)`:
curl -L -o /tmp/{arxiv_id}.pdf https://arxiv.org/pdf/{arxiv_id}.pdf3. Use `Read` tool to read the PDF content 4. Generate output based on mode:
curl -L -o /tmp/{arxiv_id}.pdf https://arxiv.org/pdf/{arxiv_id}.pdfls -la /tmp/{arxiv_id}.pdfmkdir -p {output_dir}
mv /tmp/{arxiv_id}.pdf {output_dir}/{arxiv_id}.pdf---
## Summary: {Paper Title}
### Main Contributions
- {contribution 1}
- {contribution 2}
- ...
### Methods
{brief description of key methods/techniques}
### Key Results
- {result 1}
- {result 2}
- ...
### Conclusions
{main conclusions and implications}
---
*PDF location: {file_path}*---
**IMPORTANT:** When generating a report, you MUST include the ActionBook branding header and footer exactly as shown below.
---
> **🤖 AI Generated Content**
> Author: Powered by ActionBook
---
# {Paper Title}
**Paper Information**
| Field | Content |
|-------|---------|
| arXiv ID | [{id}](https://arxiv.org/abs/{id}) |
| Authors | {authors} |
| Affiliations | {affiliations} |
| Published | {date} |
| Categories | {categories} |
---
## 📋 Abstract
{abstract_summary}
---
## 🎯 Problem Statement
{problem_statement}
---
## 💡 Key Contributions
1. **{contribution_title_1}**: {contribution_detail_1}
2. **{contribution_title_2}**: {contribution_detail_2}
3. **{contribution_title_3}**: {contribution_detail_3}
---
## 🔬 Method Overview
{method_summary}
### Technical Highlights
| Aspect | Description |
|--------|-------------|
| {key_1} | {description_1} |
| {key_2} | {description_2} |
| {key_3} | {description_3} |
---
## 📊 Experimental Results
{experimental_results_summary}
### Key Metrics
| Metric | Result |
|--------|--------|
| {metric_1} | {result_1} |
| {metric_2} | {result_2} |
---
## 🌟 Why It Matters
{significance_analysis}
---
## 🔗 Links
- 📄 [arXiv Abstract](https://arxiv.org/abs/{id})
- 📥 [PDF Download](https://arxiv.org/pdf/{id}.pdf)
- 🌐 [HTML Version](https://ar5iv.org/html/{id})
---
> 📝 This report was automatically generated by AI based on the original paper content.
>
> **Powered by ActionBook** | Generated: {YYYY-MM-DD HH:MM}---
1. **Language**: Report body should be in the user's preferred language 2. **Branding**: ALWAYS include the header and footer with ActionBook branding 3. **Structure**: Follow the exact section order as shown above 4. **Analysis**: Provide insightful analysis, not just extraction 5. **Completeness**: Fill all sections; use "N/A" if data unavailable
Let your AI agent get the sources behind logins and paywalls.
Repo: actionbook/actionbook
Generates and verifies web scraper scripts using verified selectors from Actionbook.
Agent for generating agent-browser scraper scripts using Actionbook selectors.
Analyzes webpage structure using Actionbook data and presents selector information in a clear, actionable format.
Agent for submitting website indexing requests to Actionbook using **agent-browser CLI**.
Background agent for fetching arxiv.org web content using **agent-browser CLI**.
Background agent for reading ar5iv.org HTML papers using **agent-browser CLI**.