ワンクリックで
arxiv
arXiv paper discovery — select top 3 significant papers, research via subagents, ingest to wiki, deliver report.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
arXiv paper discovery — select top 3 significant papers, research via subagents, ingest to wiki, deliver report.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | arxiv |
| description | arXiv paper discovery — select top 3 significant papers, research via subagents, ingest to wiki, deliver report. |
| tags | ["arxiv","research","paper-discovery","daily"] |
| triggers | ["cron",{"manual":"delegate_task"}] |
| updated | "2026-05-25T00:00:00.000Z" |
| created_by | agent |
Discover, select, and research the top 3 arXiv papers or others if the same papers are found or your task requires it. Deliver a summary report with wiki ingestion and cross-links to existing knowledge threads.
references/workflow.md — 6-phase discovery and research workflowreferences/patterns.md — MCP→curl fallback, subagent verification, PDF extractiontemplates/research-brief.md — paper selection brieftemplates/report.md — final daily reportSTEP 0 — Check Shared Inbox (NEW — do this first):
# Check if there are PDFs in the shared inbox for manual processing
ls /home/ty/Documents/paper-research/inbox/
# If inbox has items, process them FIRST before fetching new arxiv papers
# Claim items by adding to research-carryover.md:
cat /home/ty/Documents/paper-research/research-carryover.md
# Update claimed_by column, move to processing/, work, move to processed/
# Inbox items are PDFs already downloaded — process as regular papers
# Set claimed_by = "arxiv-agent" in research-carryover.md
Layer 2 Load: Read wiki/scratchpad/jobs/sheet.md and wiki/scratchpad/agent-sheets/arxiv/carryover.md
Layer 1 Start: Initialize or clear vault.md to act as your episodic scratchpad for this session
Run discovery via arXiv API (Phase 1), logging findings to vault.md
Select top 3 by significance (Phase 2)
Download PDFs via curl — NOT MCP (Phase 3)
Delegate research to subagents (Phase 4)
Assemble and deliver report (Phase 5)
MOP Compression: Compress vault.md into carryover.md (Layer 1 → Layer 2)
query_knowledge (check existing coverage), wiki_write_page (paper summaries), wiki_update_index (after ingest)query_knowledge before ingesting — if topic covered, link to existing page instead of duplicating.- [ ] in the ## What Remains section of your carryover.md. The overseer will create Kanban tickets and assign them to you in jobs/sheet.md. Use the standard mcp-project-synapse tools or bash commands (like curl) exclusively./home/ty/Documents/paper-research/inbox//home/ty/Documents/paper-research/research-carryover.md/home/ty/Documents/paper-research/{arxiv_id}v{version}.pdfwiki/sources/papers/{slug}.mdwiki/scratchpad/jobs/reports/arxiv/arxiv-YYYY-MM-DD-top-papers.mdwiki/scratchpad/agent-sheets/arxiv/carryover.mdThe inbox holds already-downloaded PDFs that need processing — these bypass the arxiv API fetch step.
ls /home/ty/Documents/paper-research/inbox/ — check for itemsresearch-carryover.md, move to processing/, process like any paperprocessed/, update carryover with wiki page URLAfter completing paper ingestion, read your vault.md (Episodic Trace) and compress it into your strict wiki/scratchpad/agent-sheets/arxiv/carryover.md (Semantic State), adhering to the ~512 token bound. Include:
- [ ] checklist)Once compressed, clear or archive your vault.md so the next session starts fresh.
Drain your assigned cards at the start of every cycle:
kanban_list(lane="ready", assignee="<your-profile>")
If the queue is empty, proceed with the agent's normal work. Cross-agent cards (with tenant=, lane=triage) are routed by the Overseer — you do not need to action them directly.
Full contract (call signatures, intents, the tenant trap): wiki/scratchpad/agent-sheets/overseer/references/kanban-coordination.md.
Daily raw file ingestion pipeline — process files from raw/ into structured wiki knowledge, verify frontmatter and links, archive to Clippings/. Schedule: 06:30 AM.
Daily Zettelkasten insight generation — run CLI insight engine, create wiki pages for confidence>=0.7 insights, integrate to wiki. Schedule: 06:00 AM.
Daily global news curator — RSS discovery, significance filtering, clippings archive + synthesis wiki delivery, deliver headlines report. Schedule: 07:30 AM.
Wiki synthesis agent operational sheet — cross-domain bridges, concept advancement, evidence evaluation
Daily wiki quality audit anchored in wiki-indexing-theory.md — HITS authority scoring, GAAC cluster validation, tag taxonomy compliance, reciprocal link enforcement. Schedule: 08:50 AM.
Wiki overseer context document — agent role, owned files, and coordination protocol. Operational instructions live in the hermes-level wiki-overseer skill.