From sundial-org-awesome-openclaw-skills-4
Searches ArXiv papers by keyword, author, or category, summarizes abstracts, and logs to RESEARCH_LOG.md. Useful for latest research, AI topics, or daily summaries.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
This skill interacts with the ArXiv API to find and summarize the latest research papers.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
This skill interacts with the ArXiv API to find and summarize the latest research papers.
memory/RESEARCH_LOG.md for long-term tracking.web_fetch on the PDF link to extract more details if requested.scripts/search_arxiv.sh "<query>" to get the XML results.<entry>, <title>, <summary>, and <link title="pdf">).memory/RESEARCH_LOG.md. Use the format:
### [YYYY-MM-DD] TITLE_OF_PAPER
- **Authors**: Author List
- **Link**: ArXiv Link
- **Summary**: Brief summary of the paper and its relevance.
scripts/search_arxiv.sh: Direct API access script.