원클릭으로
arxiv
Search arXiv papers and retrieve abstracts or PDFs. Use for academic literature lookup, paper triage, and citation gathering.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search arXiv papers and retrieve abstracts or PDFs. Use for academic literature lookup, paper triage, and citation gathering.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | arxiv |
| description | Search arXiv papers and retrieve abstracts or PDFs. Use for academic literature lookup, paper triage, and citation gathering. |
Use the bundled helper script for clean search output, then fetch the paper you actually need.
python3 SKILL_DIR/scripts/search_arxiv.py "reinforcement learning"
python3 SKILL_DIR/scripts/search_arxiv.py "transformer attention" --max 10 --sort date
python3 SKILL_DIR/scripts/search_arxiv.py --author "Yann LeCun" --max 5
python3 SKILL_DIR/scripts/search_arxiv.py --category cs.AI --sort date
python3 SKILL_DIR/scripts/search_arxiv.py --id 2402.03300
SKILL_DIR is the directory containing this skill.
https://arxiv.org/abs/<id>https://arxiv.org/pdf/<id>Use web_fetch for the abstract page when you want metadata and summary text.
Use a PDF tool or direct download when you need the full paper.
all: all fieldsti: titleau: authorabs: abstractcat: categoryCreate and update robust Daycare tasks (task_create/task_update + task_trigger_add) and permanent agents (create_permanent_agent) with minimal Python orchestration, explicit parameter schemas, reproducible exec/process usage, and performance-first skip() behavior. Use when users ask for cron/webhook automation, recurring checks, scheduled reports, permanent agents, or resilient background task workflows.
Create reusable Daycare voice agents with the hidden-by-default `voice_agent_create` tool. Use when users want a new voice persona, a realtime call prompt, client-side voice tools, or a saved voice agent that appears in the app Voice screen.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Daycare's capabilities with specialized knowledge, workflows, or tool integrations.
Understand what Daycare tasks are, how cron and webhook triggers work, and when to use each. Use when users ask about tasks, scheduling, triggers, or want to inspect existing tasks.
Friendship mechanics for daycare agents. Use when the user wants to add friends, manage friend requests, send messages to friends, share or unshare subusers with friends, or understand what nametags are.
Work with user-scoped PostgreSQL databases (PGlite). Use when the user asks to store structured data, create tables, query rows, track records, build a database, or manage any tabular/relational information. Covers database creation, additive schema design, CRUD operations, and SQL queries.