← Back to Skills Marketplace
red0orange

Tavily arXiv Paper Fetech

by Dehao Huang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tavily-arxiv-paper-fetech
Description
Resolve one or more paper titles to reliable arXiv papers using Tavily search, then fetch compact arXiv metadata and abstracts with a local helper script. Us...
Usage Guidance
This skill is coherent and implements what it claims: it will call Tavily (the search tool), make HTTP requests to arxiv.org, run the included Python scripts, and write files under WORKDIR. Before installing, confirm your agent/environment: (1) has access to Tavily if title resolution is needed, (2) allows outbound HTTP to arxiv.org, and (3) has python3 on PATH so the helper scripts can run. No secrets are requested. If you want extra caution, review the two included scripts (they are small and only use the standard library) and set WORKDIR to a location you control so outputs are isolated.
Capability Analysis
Type: OpenClaw Skill Name: tavily-arxiv-paper-fetech Version: 1.0.0 The skill provides a legitimate workflow for resolving paper titles to arXiv metadata using Tavily search and local Python helper scripts. The scripts (fetch_arxiv_abs.py and jsonl_to_paper_fetch_md.py) perform specific, well-defined tasks with appropriate safety checks, such as validating that URLs belong to the arxiv.org domain before fetching. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match what the skill does. Included Python helper scripts and the SKILL.md are consistent with resolving titles via Tavily and fetching arXiv metadata; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions stay within the described workflow: normalize titles, call Tavily for resolution only, then run local Python scripts to fetch arXiv metadata and render JSONL→markdown. The skill does not instruct reading unrelated files or exfiltrating data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only). The two small Python scripts are included in the bundle and use only the standard library (urllib, re, json, pathlib). No downloads from external, untrusted URLs or package installs are present.
Credentials
No environment variables or credentials are required. Network access to arxiv.org and access to a Tavily search tool are expected and proportional to the stated purpose. The scripts use a harmless custom User-Agent header and validate the host is arxiv.org.
Persistence & Privilege
The skill does not request persistent/always-enabled presence and doesn't modify other skills or global agent settings. It writes outputs only under the specified WORKDIR.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tavily-arxiv-paper-fetech
  3. After installation, invoke the skill by name or use /tavily-arxiv-paper-fetech
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish.
Metadata
Slug tavily-arxiv-paper-fetech
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tavily arXiv Paper Fetech?

Resolve one or more paper titles to reliable arXiv papers using Tavily search, then fetch compact arXiv metadata and abstracts with a local helper script. Us... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Tavily arXiv Paper Fetech?

Run "/install tavily-arxiv-paper-fetech" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tavily arXiv Paper Fetech free?

Yes, Tavily arXiv Paper Fetech is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tavily arXiv Paper Fetech support?

Tavily arXiv Paper Fetech is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tavily arXiv Paper Fetech?

It is built and maintained by Dehao Huang (@red0orange); the current version is v1.0.0.

💬 Comments