返回顶部
a

abstract-searcher摘要搜索器

Add abstracts to .bib file entries by searching academic databases (arXiv, Semantic Scholar, CrossRef) with browser fallback.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
823
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

abstract-searcher

摘要检索器

自动获取并添加摘要至BibTeX条目。

用法

给定一个.bib文件,该技能将:

  1. 1. 解析每个BibTeX条目
  2. 使用多个来源搜索摘要:

- arXiv API(针对arXiv论文)
- Semantic Scholar API
- CrossRef API
- OpenAlex API
  1. 3. 若API失败:使用浏览器自动化搜索Google Scholar
  2. 为每个条目添加abstract={...}
  3. 返回完整的修改后.bib文件

快速开始

bash

处理bib文件(基于API)


python3 {baseDir}/scripts/add_abstracts.py input.bib > output.bib

API来源(无需密钥)

  1. 1. arXiv API:http://export.arxiv.org/api/query?search_query=...
  2. Semantic Scholar:https://api.semanticscholar.org/graph/v1/paper/search?query=...
  3. CrossRef:https://api.crossref.org/works?query.title=...
  4. OpenAlex:https://api.openalex.org/works?search=...

浏览器回退方案(重要!)

当API无法找到摘要时,像真人一样使用Chrome浏览器中继

步骤1:附加Chrome标签页

检查标签页是否已附加

browser action=tabs profile=chrome

若无标签页,请用户点击Clawdbot Browser Relay工具栏图标

或使用mac-control技能自动点击

步骤2:打开Google Scholar并搜索

browser action=open profile=chrome targetUrl=https://scholar.google.com
browser action=snapshot profile=chrome

在搜索框中输入论文标题

browser action=act profile=chrome request={kind:type,ref:搜索框引用,text:此处输入论文标题} browser action=act profile=chrome request={kind:press,key:Enter} browser action=snapshot profile=chrome

步骤3:点击结果

在结果中找到论文,点击打开

browser action=act profile=chrome request={kind:click,ref:论文标题链接引用} browser action=snapshot profile=chrome

步骤4:从页面提取摘要

  • - ScienceDirect:在快照中查找摘要部分
  • ACL Anthology:摘要直接显示在顶部
  • Springer/Wiley:可能需要点击摘要展开
  • PubMed:摘要通常可见

步骤5:复制并格式化为BibTeX

从快照中获取摘要文本

清理:移除换行符,转义特殊字符

添加到bib条目:abstract={...},

提示:

  • - 使用profile=chrome以登录会话使用真实Chrome
  • Google Scholar很少屏蔽真实Chrome浏览器
  • ScienceDirect/IEEE可能需要机构登录(你的Chrome已具备)
  • 复制摘要前务必验证论文标题是否匹配!

注意事项

  • - 速率限制:API请求间隔2秒
  • 浏览器回退方案应能找到几乎所有论文
  • 摘要经过清理(移除换行符,转义BibTeX特殊字符)
  • 务必验证摘要与正确论文匹配!

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 abstract-searcher-1776419933 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 abstract-searcher-1776419933 技能

通过命令行安装

skillhub install abstract-searcher-1776419933

下载

⬇ 下载 abstract-searcher v1.0.0(免费)

文件大小: 5.37 KB | 发布时间: 2026-4-17 20:00

v1.0.0 最新 2026-4-17 20:00
Initial publish

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部