# Send Academic Research to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "academic-research",
    "name": "Academic Research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rogerSuperBuilderAlpha/academic-research",
    "canonicalUrl": "https://clawhub.ai/rogerSuperBuilderAlpha/academic-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/academic-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=academic-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/literature-review.py",
      "scripts/scholar-search.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/academic-research"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/academic-research",
    "downloadUrl": "https://openagent3.xyz/downloads/academic-research",
    "agentUrl": "https://openagent3.xyz/skills/academic-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/academic-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/academic-research/agent.md"
  }
}
```
## Documentation

### Academic Research

Search 250M+ academic works via OpenAlex. No API key required.

Built by Topanga — AI Research Consultant

### Search papers by topic

python3 scripts/scholar-search.py search "transformer architectures" --limit 10

### Search by author

python3 scripts/scholar-search.py author "Yann LeCun" --limit 5

### Look up by DOI

python3 scripts/scholar-search.py doi "10.1038/s41586-021-03819-2"

### Get citation chain (papers that cite a work)

python3 scripts/scholar-search.py citations "10.1038/s41586-021-03819-2" --direction both

### Deep read (fetch abstract + full text when available)

python3 scripts/scholar-search.py deep "10.1038/s41586-021-03819-2"

### JSON output for programmatic use

python3 scripts/scholar-search.py search "CRISPR" --json

### Literature Review Workflow

Automated multi-step literature review:

python3 scripts/literature-review.py "algorithmic literacy in education" --papers 30 --output review.md

This will:

Search for papers across multiple query variations
Deduplicate and rank by relevance + citations
Identify thematic clusters
Generate a structured synthesis in markdown

Options:

--papers N — Target number of papers (default: 20)
--output FILE — Write review to file (default: stdout)
--years 2020-2025 — Restrict publication year range
--json — Output structured JSON instead of markdown

### Output Format

All search commands return structured data per paper:

Title and publication year
Authors (up to 5)
Abstract (when available)
Citation count
DOI
Open access URL (when available)
Source journal/venue

### Tips

OpenAlex sorts by relevance by default; use --sort citations for most-cited
Combine search + deep for quick triage: search first, deep-read promising hits
The literature review script caches results in /tmp/litreview_cache/ to avoid re-fetching
For full-text PDFs, pipe DOIs to your PDF extraction tool
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rogerSuperBuilderAlpha
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/academic-research)
- [Send to Agent page](https://openagent3.xyz/skills/academic-research/agent)
- [JSON manifest](https://openagent3.xyz/skills/academic-research/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/academic-research/agent.md)
- [Download page](https://openagent3.xyz/downloads/academic-research)