Arxiv Search

v1.0.0

Retrieve paper metadata from arXiv using keyword queries and save results as JSONL (`papers/papers_raw.jsonl`). **Trigger**: arXiv, arxiv, paper search, meta...

0· 253·7 current·8 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (arXiv metadata retrieval) matches the included scripts and assets. The skill only requires a Python runtime and reads/writes workspace files (queries.md, papers/*). Domain-pack JSON files and pipeline docs are coherent with retrieval/query-rewrite behavior.
Instruction Scope
SKILL.md confines actions to reading queries.md, domain packs in the repo, doing online arXiv API calls or offline import conversion, and writing papers/papers_raw.jsonl (and optional CSV index). It does not instruct the agent to read unrelated system files or to transmit data to external endpoints other than arXiv (export.arxiv.org / arxiv.org) and does not request broad discretionary data collection.
Install Mechanism
No install spec — the skill is delivered as Python scripts and documentation and expects python/python3 on PATH. No external downloads or archive extraction are specified.
Credentials
The skill declares no required environment variables or credentials. Its network access (to arXiv) is appropriate for the stated purpose. No unexpected secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill is not force-enabled (always:false) and does not request modifications to other skills or system-wide configuration. Autonomous invocation is allowed (default) but that is normal and not combined with broad privileges or secret access.
Assessment
This skill appears to do exactly what it says: query arXiv (or normalize offline exports) and write a JSONL index under the workspace. Before installing or running: (1) ensure you trust the workspace path the skill will write to (it will create/overwrite papers/papers_raw.jsonl and a CSV index); (2) verify you have Python available and are OK with network calls to export.arxiv.org/arxiv.org when running online; (3) review scripts/run.py locally if you need assurance (it contains the API calls and normalization logic); (4) if you plan to feed offline exports, only use trusted exports to avoid garbage input; (5) note the skill can be invoked autonomously by the agent (default) — if you want to restrict autonomous runs, adjust agent invocation policies accordingly.

Like a lobster shell, security has layers — review code before you run it.

latestvk9726k1rh369twp2eh27s3fj658366w6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Any binpython3, python

Comments