{
  "schemaVersion": "1.0",
  "item": {
    "slug": "abstract-searcher",
    "name": "Abstract Searcher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/EasonC13/abstract-searcher",
    "canonicalUrl": "https://clawhub.ai/EasonC13/abstract-searcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/abstract-searcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=abstract-searcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/add_abstracts.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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/abstract-searcher"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/abstract-searcher",
    "agentPageUrl": "https://openagent3.xyz/skills/abstract-searcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/abstract-searcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/abstract-searcher/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Abstract Searcher",
        "body": "Automatically fetch and add abstracts to BibTeX entries."
      },
      {
        "title": "Usage",
        "body": "Given a .bib file, this skill will:\n\nParse each BibTeX entry\nSearch for the abstract using multiple sources:\n\narXiv API (for arXiv papers)\nSemantic Scholar API\nCrossRef API\nOpenAlex API\n\n\nIf APIs fail: Use browser automation to search Google Scholar\nAdd abstract={...} to each entry\nReturn the complete modified .bib file"
      },
      {
        "title": "Quick Start",
        "body": "# Process a bib file (API-based)\npython3 {baseDir}/scripts/add_abstracts.py input.bib > output.bib"
      },
      {
        "title": "API Sources (No keys required)",
        "body": "arXiv API: http://export.arxiv.org/api/query?search_query=...\nSemantic Scholar: https://api.semanticscholar.org/graph/v1/paper/search?query=...\nCrossRef: https://api.crossref.org/works?query.title=...\nOpenAlex: https://api.openalex.org/works?search=..."
      },
      {
        "title": "Browser Fallback (IMPORTANT!)",
        "body": "When APIs fail to find an abstract, use Chrome browser relay like a real person:"
      },
      {
        "title": "Step 1: Attach Chrome tab",
        "body": "# Check if tab is attached\nbrowser action=tabs profile=chrome\n\n# If no tabs, ask user to click the Clawdbot Browser Relay toolbar icon\n# Or use mac-control skill to auto-click it"
      },
      {
        "title": "Step 2: Open Google Scholar and search",
        "body": "browser action=open profile=chrome targetUrl=\"https://scholar.google.com\"\nbrowser action=snapshot profile=chrome\n\n# Type the paper title in search box\nbrowser action=act profile=chrome request={\"kind\":\"type\",\"ref\":\"search box ref\",\"text\":\"paper title here\"}\nbrowser action=act profile=chrome request={\"kind\":\"press\",\"key\":\"Enter\"}\nbrowser action=snapshot profile=chrome"
      },
      {
        "title": "Step 3: Click the result",
        "body": "# Find the paper in results, click to open\nbrowser action=act profile=chrome request={\"kind\":\"click\",\"ref\":\"paper title link ref\"}\nbrowser action=snapshot profile=chrome"
      },
      {
        "title": "Step 4: Extract abstract from the page",
        "body": "ScienceDirect: Look for \"Abstract\" section in snapshot\nACL Anthology: Abstract is directly visible at top\nSpringer/Wiley: May need to click \"Abstract\" to expand\nPubMed: Abstract is usually visible"
      },
      {
        "title": "Step 5: Copy and format for BibTeX",
        "body": "# Get the abstract text from snapshot\n# Clean it: remove newlines, escape special chars\n# Add to bib entry: abstract={...},"
      },
      {
        "title": "Tips:",
        "body": "Use profile=chrome to use real Chrome with your login sessions\nGoogle Scholar rarely blocks real Chrome browsers\nScienceDirect/IEEE may need institutional login (your Chrome has it)\nAlways verify the paper title matches before copying abstract!"
      },
      {
        "title": "Notes",
        "body": "Rate limiting: 2 seconds between API requests\nBrowser fallback should find almost all papers\nAbstracts are cleaned (newlines removed, escaped for BibTeX)\nAlways verify the abstract matches the correct paper!"
      }
    ],
    "body": "Abstract Searcher\n\nAutomatically fetch and add abstracts to BibTeX entries.\n\nUsage\n\nGiven a .bib file, this skill will:\n\nParse each BibTeX entry\nSearch for the abstract using multiple sources:\narXiv API (for arXiv papers)\nSemantic Scholar API\nCrossRef API\nOpenAlex API\nIf APIs fail: Use browser automation to search Google Scholar\nAdd abstract={...} to each entry\nReturn the complete modified .bib file\nQuick Start\n# Process a bib file (API-based)\npython3 {baseDir}/scripts/add_abstracts.py input.bib > output.bib\n\nAPI Sources (No keys required)\narXiv API: http://export.arxiv.org/api/query?search_query=...\nSemantic Scholar: https://api.semanticscholar.org/graph/v1/paper/search?query=...\nCrossRef: https://api.crossref.org/works?query.title=...\nOpenAlex: https://api.openalex.org/works?search=...\nBrowser Fallback (IMPORTANT!)\n\nWhen APIs fail to find an abstract, use Chrome browser relay like a real person:\n\nStep 1: Attach Chrome tab\n# Check if tab is attached\nbrowser action=tabs profile=chrome\n\n# If no tabs, ask user to click the Clawdbot Browser Relay toolbar icon\n# Or use mac-control skill to auto-click it\n\nStep 2: Open Google Scholar and search\nbrowser action=open profile=chrome targetUrl=\"https://scholar.google.com\"\nbrowser action=snapshot profile=chrome\n\n# Type the paper title in search box\nbrowser action=act profile=chrome request={\"kind\":\"type\",\"ref\":\"search box ref\",\"text\":\"paper title here\"}\nbrowser action=act profile=chrome request={\"kind\":\"press\",\"key\":\"Enter\"}\nbrowser action=snapshot profile=chrome\n\nStep 3: Click the result\n# Find the paper in results, click to open\nbrowser action=act profile=chrome request={\"kind\":\"click\",\"ref\":\"paper title link ref\"}\nbrowser action=snapshot profile=chrome\n\nStep 4: Extract abstract from the page\nScienceDirect: Look for \"Abstract\" section in snapshot\nACL Anthology: Abstract is directly visible at top\nSpringer/Wiley: May need to click \"Abstract\" to expand\nPubMed: Abstract is usually visible\nStep 5: Copy and format for BibTeX\n# Get the abstract text from snapshot\n# Clean it: remove newlines, escape special chars\n# Add to bib entry: abstract={...},\n\nTips:\nUse profile=chrome to use real Chrome with your login sessions\nGoogle Scholar rarely blocks real Chrome browsers\nScienceDirect/IEEE may need institutional login (your Chrome has it)\nAlways verify the paper title matches before copying abstract!\nNotes\nRate limiting: 2 seconds between API requests\nBrowser fallback should find almost all papers\nAbstracts are cleaned (newlines removed, escaped for BibTeX)\nAlways verify the abstract matches the correct paper!"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/EasonC13/abstract-searcher",
    "publisherUrl": "https://clawhub.ai/EasonC13/abstract-searcher",
    "owner": "EasonC13",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/abstract-searcher",
    "downloadUrl": "https://openagent3.xyz/downloads/abstract-searcher",
    "agentUrl": "https://openagent3.xyz/skills/abstract-searcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/abstract-searcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/abstract-searcher/agent.md"
  }
}