Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

mdteromdtero 搜索

Agent Skill

mdtero 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,213

周安装

289

GitHub Stars

1

下载量

2,335
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mdtero(mdtero 搜索)
来源仓库:https://github.com/jonbinc/mdtero
安装命令:
openclaw skills install mdtero
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mdtero

简介

解析学术论文 DOI 或 URL,提取结构化 Markdown 内容并支持翻译。

  • 适用于科研资料整理、文献综述或多语言学术资源处理场景。
  • 自动保留原文结构与引用信息,便于后续编辑与归档。
  • 使用前需确保目标论文可被公开访问,遵守版权使用规定。
  • 翻译功能依赖外部服务,建议核对关键术语准确性。mdtero 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
mdtero
description
Use when a user wants Mdtero to parse a paper from a DOI or URL into a structured Markdown package, translate a parsed paper while keeping structure, or download Mdtero task artifacts.
metadata
{"openclaw":{"homepage":"https://mdtero.com","primaryEnv":"MDTERO_API_KEY","requires":{"env":["MDTERO_API_KEY"]},"envVars":[{"name":"MDTERO_API_KEY","description":"Required for Mdtero API authentication.","required":true},{"name":"ELSEVIER_API_KEY","description":"Optional. Helps local Elsevier or ScienceDirect acquisition on the user's machine.","required":false}]}}

Mdtero

Use Mdtero to turn one paper into a structured Markdown research package for downstream OpenClaw work.

Start in Mdtero Account for keyword discovery and API-key management.

ClawHub install only sets up the agent skill. It does not install the local helper.

When To Use

Use this skill when the user wants to:

  • parse a paper from a DOI, supported publisher page, or open URL into a Markdown research package
  • translate an already parsed paper without losing the original research structure
  • check task status and download paper_md, paper_bundle, optional paper_pdf, or translated_md

Required Setup

  1. Check whether MDTERO_API_KEY is already available.
  2. If it is missing, tell the user to generate one at https://mdtero.com/account.
  3. Explain that keyword discovery and API-key management stay in Mdtero Account.
  4. Ask them to set it in their local shell, for example:
export MDTERO_API_KEY="mdt_live_..."
  1. Authenticate requests with:
Authorization: ApiKey $MDTERO_API_KEY
  1. If the user wants Elsevier or ScienceDirect full-text retrieval, also check ELSEVIER_API_KEY and explain that it is separate from MDTERO_API_KEY.
  2. If an Elsevier DOI is missing the local helper or ELSEVIER_API_KEY, tell the user exactly what is missing instead of guessing.
  3. Explain that ELSEVIER_API_KEY helps the user's local acquisition step. It does not enable direct server-side POST /tasks/parse for 10.1016/... inputs.

Before Use

  • Mdtero API usage requires MDTERO_API_KEY. Elsevier or ScienceDirect full-text retrieval may also require ELSEVIER_API_KEY.
  • Tell the user that ClawHub install only sets up the agent skill, while the local helper remains a separate install on their own machine.
  • Parse and translate requests send paper content or paper-source content to https://api.mdtero.com, so do not use this workflow for sensitive or proprietary manuscripts unless the user accepts that boundary.
  • If the user needs the local helper, tell them to download the installer, review it locally, then run it on their own machine. Do not recommend piping a remote script directly into the shell.
  • If the user wants a fuller install or helper walkthrough, point them to https://mdtero.com/guide or https://api.mdtero.com/skills/install.md.

Workflow Rules You Must Preserve

  • PDF is an optional artifact. Prefer the Markdown package first and only fall back to paper_pdf when the workflow truly requires it.
  • If the user starts from a local PDF, explain that Mdtero currently defaults to GROBID; Docling and MinerU remain fallback options.
  • For Elsevier and ScienceDirect, local acquisition should stay on the user's own machine through the local helper or browser extension.
  • Direct POST /tasks/parse is for open inputs. Elsevier and ScienceDirect full text must go through local acquisition first, then POST /tasks/parse-fulltext-v2 or POST /tasks/parse-helper-bundle-v2.
  • If an Elsevier parse only returns the abstract, ask whether the user is on a campus or institutional IP.
  • For Elsevier papers, prefer the raw DOI form such as 10.1016/j.energy.2026.140192.

Local Helper

When the user needs local acquisition for Elsevier or ScienceDirect, tell them to open the official Mdtero guide at https://mdtero.com/guide or the install handoff at https://api.mdtero.com/skills/install.md.

Tell them to download the helper installer, review it locally, then run it on their own machine. Explain that the installer auto-detects python3, python, or node, and exposes the mdtero-local command without requiring extra packages. Do not recommend piping a remote script directly into the shell.

If they need the exact helper handoff, point them to https://api.mdtero.com/helpers/install_mdtero_helper.sh and tell them to save it locally before running it.

Explain that mdtero-local parse and mdtero-local translate short-wait by default. Fast tasks may already come back completed; slower tasks still return a pending task_id. The user can force pure async mode with mdtero-local parse --no-wait ... or mdtero-local translate --no-wait ....

Explain that the public API contract itself is still task-based: POST /tasks/parse and POST /tasks/translate return task_id, while GET /tasks/{task_id} remains the stable completion path.

Parse A Paper

Open inputs can go directly to POST /tasks/parse.

curl -X POST https://api.mdtero.com/tasks/parse \
  -H "Authorization: ApiKey $MDTERO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": "https://arxiv.org/abs/1706.03762"}'

The response returns a task_id.

For Elsevier or ScienceDirect full text, do not send the DOI straight to POST /tasks/parse. Use the local helper or browser extension first, then upload the local helper bundle:

mdtero-local parse "10.1016/j.enconman.2026.121230"

curl -X POST https://api.mdtero.com/tasks/parse-helper-bundle-v2 \
  -H "Authorization: ApiKey $MDTERO_API_KEY" \
  -F "helper_bundle=@paper.helper-bundle.zip"

If the API says Elsevier or ScienceDirect inputs must be acquired locally first, that is the expected behavior rather than a setup failure.

Translate A Parsed Markdown File

Use POST /tasks/translate with the server-side Markdown artifact path returned by a succeeded parse task in result.artifacts.paper_md.path. Do not substitute an arbitrary local file path.

  mdtero-local translate "<path from result.artifacts.paper_md.path>" zh

  curl -X POST https://api.mdtero.com/tasks/translate \
  -H "Authorization: ApiKey $MDTERO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source_markdown_path": "<path from result.artifacts.paper_md.path>",
    "target_language": "zh",
    "mode": "standard"
  }'

The response returns a task_id. Poll it, then download translated_md.

Check Task Status

Poll GET /tasks/{task_id} until the task becomes succeeded.

mdtero-local status <TASK_ID>

curl https://api.mdtero.com/tasks/<TASK_ID> \
  -H "Authorization: ApiKey $MDTERO_API_KEY"

The result object returns artifact metadata rather than the file body.

Download Artifacts

Download file contents from the download route.

mdtero-local download <TASK_ID> paper_bundle ./paper_bundle.zip

curl -L https://api.mdtero.com/tasks/<TASK_ID>/download/paper_md \
  -H "Authorization: ApiKey $MDTERO_API_KEY" \
  -o paper.md

curl -L https://api.mdtero.com/tasks/<TASK_ID>/download/paper_pdf \
  -H "Authorization: ApiKey $MDTERO_API_KEY" \
  -o paper.pdf

curl -L https://api.mdtero.com/tasks/<TASK_ID>/download/translated_md \
  -H "Authorization: ApiKey $MDTERO_API_KEY" \
  -o paper.zh.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.45%
按下载量换算1,645

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills