naist-papers
arXivから論文を検索して要約する。Use when user says 「論文調べて」「arXivで{キーワード}を検索して」「最新の{テーマ}の論文は?」「{キーワード}の研究教えて」or similar paper search requests in #ai-<name> channels.
npx skills add majiayu000/claude-skill-registry --skill naist-papers --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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行に要約する
- 実行手順
- 1. クエリを抽出
- 2. arXiv検索
- 3. Slack出力フォーマット
- 注意
arxiv-watcher のスクリプトを使用 bash /Users/anicca/.openclaw/workspace/skills/arxiv-watcher/scripts/search_arxiv.sh "<query>" 5
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.
