一键导入
search-papers
Semantic search over Zotero library (~441 economics/social science papers). Use when user needs to find papers, passages, or evidence on a topic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Semantic search over Zotero library (~441 economics/social science papers). Use when user needs to find papers, passages, or evidence on a topic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design, implement, and analyze conjoint experiments for studying multidimensional preferences and choices using causal inference methods (AMCE, ACIE)
GPT expert delegation via Codex MCP. Use when user says "ask GPT", "consult GPT", "GPT review", or explicitly requests delegation to an external expert for architecture, plan review, scope analysis, code review, or security analysis.
Comprehensive econometrics reference covering OLS, IV, MLE, GMM, panel data, limited dependent variables, treatment evaluation, and advanced topics. Use when advising on empirical methodology, interpreting regression output, explaining identification strategies, or selecting appropriate estimators.
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
Use when scraping Indian government portals, property tax systems, land records, ArcGIS services, ASP.NET WebForms sites, or any large-scale web data collection. Covers requests, Playwright, aiohttp, CAPTCHA solving, proxy rotation, resumable pipelines, and anti-detection. Triggers on: scrape, crawl, download portal data, extract records, bulk download, government website, CAPTCHA, ViewState, ArcGIS REST.
| name | search-papers |
| description | Semantic search over Zotero library (~441 economics/social science papers). Use when user needs to find papers, passages, or evidence on a topic. |
Run the search tool against the user's indexed Zotero library.
Run this command via Bash, substituting the query:
cd ~/zotero-rag && ~/.local/bin/uv run python search.py "QUERY" N
QUERY with a descriptive search phrase (not just keywords; full semantic queries work best)N with the number of results (default 5, use 10-15 for broad surveys)Each result shows:
If you get an error about missing collection, tell the user to run:
cd ~/zotero-rag && uv run python index.py