arxiv-research/SKILL.md
Fetch and compile arXiv papers on LLMs, autonomous agents, and AI infrastructure into scored, grouped research digests. Stores digests at ~/.aibtc/arxiv-research/digests/. No API key required.
npx skillsauth add aibtcdev/skills arxiv-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Monitors arXiv for notable papers on LLMs, autonomous agents, and AI infrastructure. Scores papers by relevance, groups them by topic, and produces Markdown digests.
cs.AI, cs.CL, cs.LG, cs.MA by default (configurable)~/.aibtc/arxiv-research/digests/bun run arxiv-research/arxiv-research.ts <subcommand> [options]
Fetch recent papers from arXiv Atom API, score for LLM/agent relevance, and save to a local staging file.
bun run arxiv-research/arxiv-research.ts fetch
bun run arxiv-research/arxiv-research.ts fetch --categories "cs.CL,cs.MA" --max 100
Options:
--categories — Comma-separated arXiv category codes. Default: cs.AI,cs.CL,cs.LG,cs.MA--max — Maximum papers to fetch. Default: 50Output: JSON summary with total/relevant counts and top 10 papers by relevance score.
Compile a digest from the most recently fetched papers. Filters for relevance score ≥ 3, groups by topic, writes a Markdown file.
bun run arxiv-research/arxiv-research.ts compile
bun run arxiv-research/arxiv-research.ts compile --date 2026-03-19
Options:
--date — Date label for the digest header. Default: today's date.Output: Writes ~/.aibtc/arxiv-research/digests/{ISO8601}_arxiv_digest.md and prints summary JSON.
Show recent compiled digests.
bun run arxiv-research/arxiv-research.ts list
bun run arxiv-research/arxiv-research.ts list --limit 20
Options:
--limit — Maximum entries to show. Default: 10Papers are scored by matching title+abstract against topic signals:
| Topic | Example Keywords | Weight | |-------|-----------------|--------| | agent | autonomous agent, AI agent, agent-based | 3–4 | | multi-agent | multi-agent | 4 | | LLM | large language model, LLM, GPT | 2–3 | | tool-use | tool use, function call | 3 | | reasoning | chain-of-thought, reasoning, planning | 2 | | RAG | retrieval-augmented, RAG | 2 | | alignment | RLHF, alignment | 2 | | orchestration | orchestrat* | 3 | | MCP | MCP, model context protocol | 3 |
Category boosts: cs.MA +3, cs.CL +1, cs.AI +1. Minimum score for digest inclusion: 3.
Digests are Markdown with:
## Highlights — top 5 papers with scores## Stats table at the bottomdevelopment
Web of Trust operations for Nostr pubkeys — trust scoring, sybil detection, trust path analysis, neighbor discovery, follow recommendations, and network health. Free tier (wot.klabo.world, 50 req/day) with paid fallback (maximumsats.com, 100 sats via L402). Covers 52K+ pubkeys and 2.4M+ zap-weighted trust edges. Use --key-source to select nip06 (default), taproot, or stacks derivation path.
data-ai
BTC ordinals marketplace operations via Magic Eden — browse active listings, list inscriptions for sale via PSBT flow, submit signed listings, buy inscriptions, and cancel active listings. BTC ordinals only (not Solana). Mainnet-only.
testing
Pay-per-call access to LunarCrush social and market intelligence (Galaxy Score, AltRank, market cap rank, price, 24h change) via x402 on Stacks. USD-pegged pricing recomputed hourly from live STX/USD. Mainnet endpoint live; testnet supported.
devops
Detects HODLMM LP inventory drift (token-ratio imbalance from one-sided swap flow) and restores the target ratio via a corrective Bitflow swap plus a hodlmm-move-liquidity redeploy, gated by the 4h per-pool cooldown.