Agent skill

naist-papers

arXivから論文を検索して要約する。Use when user says 「論文調べて」「arXivで{キーワード}を検索して」「最新の{テーマ}の論文は?」「{キーワード}の研究教えて」or similar paper search requests in #ai-<name> channels.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill naist-papers --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/naist-papers/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# naist-papers ユーザーが任意のキーワードでarXivから論文を検索して要約する。 ## 実行手順 ### 1. クエリを抽出 ユーザーのメッセージからキーワードを抽出する(例: 「mind wandering の論文」→ `mind+wandering`)。 ### 2. arXiv検索 ```bash # arxiv-watcher のスクリプトを使用 bash /Users/anicca/.openclaw/workspace/skills/arxiv-watcher/scripts/search_arxiv.sh "<query>" 5 ``` XMLが返ってくるので、`<entry>` を解析して以下を取得: - `<title>` — 論文タイトル - `<id>` — arXivリンク - `<summary>` — abstract - `<author><name>` — 著者 - `<published>` — 公開日 ### 3. Slack出力フォーマット ``` 📄 arXiv検索: "{query}" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. *タイトル* 著者名 et al. | 公開日 https://arxiv.org/abs/XXXX.XXXXX 要約: 3-4行で内容を日本語で説明 2. *タイトル* ... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 計 N件ヒット(上位5件表示) ``` ## 注意 - クエリはURLエンコードする(スペース→`+`) - 結果が0件の場合は「該当なし。キーワードを変えてみて」と返す - abstractは日本語で3-4行に要約する

What's inside
Steps it walks through
  1. 実行手順
  2. 1. クエリを抽出
  3. 2. arXiv検索
  4. 3. Slack出力フォーマット
  5. 注意
Ships with 1 file
  • metadata.json
Commands it runs
arxiv-watcher のスクリプトを使用
bash /Users/anicca/.openclaw/workspace/skills/arxiv-watcher/scripts/search_arxiv.sh "<query>" 5
More from claude-skill-registry
All skills →
About this skill
What does the naist-papers skill do?

arXivから論文を検索して要約する。Use when user says 「論文調べて」「arXivで{キーワード}を検索して」「最新の{テーマ}の論文は?」「{キーワード}の研究教えて」or similar paper search requests in #ai-<name> channels.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill naist-papers --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going