用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TokenRhythm/opensquilla --skill paper-citation-planner命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Query scholarly metadata and the web through Crossref, Brave, Tavily, and DuckDuckGo with a single CLI surface. Trigger when the user asks for research search, fact lookup, source discovery, or engine comparison. Results retain DOI, publication year, and authors when supplied by Crossref, then deduplicate by DOI, arXiv ID, or normalized URL. API-key engines gate themselves on the relevant environment variable; Crossref and DuckDuckGo need no key.
Deterministic OpenRouter image generation adapter for Nano Banana Pro / Gemini image models. Use as skill_exec when a meta-skill needs local image files and structured IMAGE_READY records without spawning an LLM agent.
Generate or edit a single image via OpenRouter (google/gemini-3.1-flash-image-preview by default). Accepts a text prompt and optional --input-image for image-to-image editing. Trigger when the user asks for an AI image, illustration, concept art, product render, or wants to modify an existing image.
基于 SOC 职业分类
正在显示 SKILL.md
| name | paper-citation-planner |
| description | Map paper claims to available BibTeX citation keys before section drafting. |
| description_zh | 在撰写章节前,将论文论点映射到可用的BibTeX引用键。 |
| provenance | {"origin":"opensquilla-original","license":"Apache-2.0"} |
You plan citation use before the paper sections are drafted.
topic: the paper topic.paper_preferences: mode, audience, venue style, emphasis, must-include
requirements, and avoid list.outline: the paper outline.source_pack: curated references with refN keys.bibliography: BibTeX entries.Plain text only. Produce exactly these sections:
CITATION_PLAN:
INTRODUCTION:
- claim: <claim>; cite: ref1, ref2; role: <background/prior work/gap>
METHOD:
- claim: <claim>; cite: ref7, ref8; role: <method/design/baseline>
RESULTS:
- claim: <claim>; cite: ref13, ref14; role: <comparison/metric/interpretation>
DISCUSSION:
- claim: <claim>; cite: ref17, ref18; role: <limitation/implication/future work>
USAGE_RULES:
<2-4 sentences on avoiding unsupported claims and duplicate citation stuffing>
paper_preferences; for
example, a survey-style preference needs broader prior-work coverage while
an empirical preference needs stronger method/result support.source_pack or bibliography.