# Send SemanticScholar Search Skill 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "semanticscholar-search-skill",
    "name": "SemanticScholar Search Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JackKuo666/semanticscholar-search-skill",
    "canonicalUrl": "https://clawhub.ai/JackKuo666/semanticscholar-search-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/semanticscholar-search-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=semanticscholar-search-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "requirements.txt",
      "semantic_scholar_search.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "semanticscholar-search-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T16:46:46.504Z",
      "expiresAt": "2026-05-15T16:46:46.504Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=semanticscholar-search-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=semanticscholar-search-skill",
        "contentDisposition": "attachment; filename=\"semanticscholar-search-skill-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "semanticscholar-search-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/semanticscholar-search-skill"
    },
    "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/semanticscholar-search-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/semanticscholar-search-skill",
    "agentUrl": "https://openagent3.xyz/skills/semanticscholar-search-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/semanticscholar-search-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/semanticscholar-search-skill/agent.md"
  }
}
```
## Documentation

### Semantic Scholar Search

AI-Powered Academic Paper Search Tool - Search academic papers through Semantic Scholar

### Description

Search for academic papers, get detailed paper information, author profiles, and citation data through Semantic Scholar API. This skill provides comprehensive academic literature search capabilities with rich metadata extraction.

### Features

Paper Search: Search papers by keywords, titles, or authors
Paper Details: Get detailed information including abstract, authors, citations
Author Profiles: Retrieve author information, publication count, h-index
Citation Analysis: Get citations and references for any paper
Rich Metadata: Access venue, publication type, citation counts
JSON Output: Export results in JSON format for further processing

### Usage

/semantic-scholar-search Search for papers about "deep learning in computer vision"
/semantic-scholar-search Get details for paper ID "10.1038/nature12373"
/semantic-scholar-search Find author information for author ID "1741101"
/semantic-scholar-search Get citations and references for paper "10.1038/nature12373"

### Search Papers

/semantic-scholar-search Find papers about "transformer architecture in natural language processing"

### Get Paper Details

/semantic-scholar-search Get detailed information for paper with ID "10.1038/nature12373"

### Get Author Profile

/semantic-scholar-search Get author profile for author ID "1741101"

### Citation Analysis

/semantic-scholar-search Show citations and references for paper "10.1038/nature12373"

### search

Search for papers on Semantic Scholar.

OptionDescription--querySearch query string--resultsNumber of results (default: 10)--outputOutput file path--formatOutput format: console, json

### paper

Get detailed information about a specific paper.

OptionDescription--paper-idPaper ID or DOI (required)--outputOutput file path--formatOutput format: console, json

### author

Get author details and statistics.

OptionDescription--author-idAuthor ID (required)--outputOutput file path--formatOutput format: console, json

### citations

Get citations and references for a paper.

OptionDescription--paper-idPaper ID or DOI (required)--limitNumber of citations/references to return (default: 10)--outputOutput file path--formatOutput format: console, json

### Console Output

标题: Attention Is All You Need
作者: Vaswani, A., et al.
年份: 2017
引用数: 50000+
会议: NeurIPS
摘要: This paper proposes the Transformer architecture...

### JSON Format

{
  "paperId": "10.1038/nature12373",
  "title": "Paper Title",
  "abstract": "Paper abstract...",
  "year": "2020",
  "authors": [{"name": "Author Name", "authorId": "12345"}],
  "citationCount": 150,
  "venue": "Nature",
  "url": "https://www.semanticscholar.org/paper/..."
}

### Notes

Semantic Scholar API is free and doesn't require authentication
You can use DOI as paper ID (e.g., "10.1038/nature12373")
Search results are ranked by relevance
Citation counts are updated regularly
Some papers may not have abstracts available

### Related Skills

sci-data-extractor - Extract data from scientific paper PDFs
pubmed-search-skill - Search biomedical literature on PubMed
sci-hub-search-skill - Download papers from Sci-Hub
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: JackKuo666
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T16:46:46.504Z
- Expires at: 2026-05-15T16:46:46.504Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/semanticscholar-search-skill)
- [Send to Agent page](https://openagent3.xyz/skills/semanticscholar-search-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/semanticscholar-search-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/semanticscholar-search-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/semanticscholar-search-skill)