ワンクリックで
deep-dive
Deep analysis of a single paper. Triggers on "分析这篇", "deep dive", "这篇论文讲了什么", paper ID or arXiv ID input.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deep analysis of a single paper. Triggers on "分析这篇", "deep dive", "这篇论文讲了什么", paper ID or arXiv ID input.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Citation chain exploration. Triggers on "引用链", "谁引了", "citation", "参考文献", "这篇引了谁".
Morning paper reading workflow. Triggers on "start my day", "今天看什么", "morning digest", "每日推荐".
Literature survey and review workflow. Triggers on "survey", "综述", "这个方向有什么", "literature review", "related work".
AI research paper intelligence — router skill that detects user intent and delegates to the appropriate workflow. Triggers on paper, arxiv, digest, research, 论文, arXiv IDs, ML method names, or academic research questions.
Batch paper screening and classification. Triggers on "筛一下", "triage", "哪些值得看", "帮我筛", "batch screen".
Research trend analysis and insight generation. Triggers on "趋势", "trend", "这个方向火不火", "research insight", "方向分析".
| name | deep-dive |
| description | Deep analysis of a single paper. Triggers on "分析这篇", "deep dive", "这篇论文讲了什么", paper ID or arXiv ID input. |
paper_show(paper_id) to get full paper detailspaper_profile() to understand user's research contextpaper_sections(paper_id) — if it returns sections, mark analysis_basis = "full_text". If not parsed but a PDF exists, call paper_parse(paper_id) to parse it first. If no PDF available, mark analysis_basis = "abstract".paper_extract(paper_id) to get task/method/dataset/baseline/metric data.paper_tables(paper_id) to show extracted tables.paper_ask(paper_id, question) for specific questions.IMPORTANT: Every analysis output MUST start with a source annotation:
When generating the analysis, use tables for structured data:
paper_credibility(paper_id) — show venue tier, code availability, reproducibility riskAuto-track: call paper_note_add to save note to workspace (this is internal tracking, not file export).
If first_use is true in the response, tell the user: "(首次自动记录)我把分析笔记保存到了工作区(.paper-agent/),方便以后查阅。如果不需要自动记录,告诉我'不要记录'就行。"
If first_use is false, just briefly say: "已记录到工作区。"
Auto-save: call paper_save_report(report_type="analysis", content=<analysis markdown>, filename="{paper_id}.md") to persist the analysis as a file.
[CONTEXT-AWARE FORK] — Based on the analysis result, suggest next steps:
Analyze the paper's characteristics and suggest accordingly:
If paper has high citation count (>50) or is a seminal work: "分析笔记已保存至 {path}。\n💡 下一步建议:\n1. 追踪引用链 — 看看谁在跟进这个方向\n2. 找类似方法的论文做对比\n(说编号或告诉我你想做什么)"
If paper has code available: "分析笔记已保存至 {path}。\n💡 下一步建议:\n1. 做实验计划 — 这篇有代码,可以复现/改进\n2. 追踪引用链看后续工作\n(说编号或告诉我你想做什么)"
If paper's method is novel (novelty_claim is strong): "分析笔记已保存至 {path}。\n💡 下一步建议:\n1. 看看这个方法能不能用到你的课题 — 生成 research ideas\n2. 找同方向的论文做对比\n(说编号或告诉我你想做什么)"
Default: "分析笔记已保存至 {path}。\n💡 下一步建议:\n1. 追踪引用链\n2. 找 [{paper_method_family}] 方向的更多论文\n(说编号或告诉我你想做什么)"
Route to paper_citation_trace(paper_id). Carry the paper's method_family and topics as context for the citation exploration.