ワンクリックで
arxiv-watcher
搜索并摘要 ArXiv 上的论文。当用户询问最新研究、ArXiv 上的特定主题,或需要 AI 论文每日摘要时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
搜索并摘要 ArXiv 上的论文。当用户询问最新研究、ArXiv 上的特定主题,或需要 AI 论文每日摘要时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
使用 Grok 实时搜索 X/Twitter,查找帖子、热门话题和讨论,并附带引用来源。
A股主题跟踪 — 从韭菜公社抓取市场热点、产业链、异动板块、最新段子,AI 结构化提取后进行多维分析。
Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
通过 Tushare Pro MCP 获取中国金融市场数据。覆盖 A股/港股/美股/基金/期货/债券/宏观 共 158+ 个接口。当需要股价、财务、指数、宏观数据时,使用 tushare_* MCP tool 而非 Python 脚本。
Searches Google and extracts full page content from every result via trafilatura. Returns clean readable text, not just snippets. Use when the user needs web search, research, current events, news, factual lookups, product comparisons, technical documentation, or any question requiring up-to-date information from the internet.
| name | arxiv-watcher |
| description | 搜索并摘要 ArXiv 上的论文。当用户询问最新研究、ArXiv 上的特定主题,或需要 AI 论文每日摘要时使用。 |
本技能通过 ArXiv API 查找并摘要最新研究论文。
memory/RESEARCH_LOG.md,用于长期追踪。web_fetch 访问 PDF 链接提取更多详情。scripts/search_arxiv.sh "<query>" 获取 XML 结果。<entry>、<title>、<summary>、<link title="pdf">)。memory/RESEARCH_LOG.md,格式如下:
### [YYYY-MM-DD] 论文标题
- **Authors**: 作者列表
- **Link**: ArXiv 链接
- **Summary**: 论文简要摘要及其研究意义。
scripts/search_arxiv.sh:直接访问 ArXiv API 的脚本。