Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

lit-search点燃搜索

Agent Skill

lit-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

494

周安装

20

GitHub Stars

50

下载量

155
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lit-search(点燃搜索)
来源仓库:https://github.com/nealcaren/social-data-analysis
仓库路径:skills/lit-search
安装命令:
npx skills add https://github.com/nealcaren/social-data-analysis --skill lit-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/nealcaren/social-data-analysis --skill lit-search

简介

用于社会科学领域的文献检索与关键词扩展。lit-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合结合理论框架查找相关实证研究或案例资料。
  • 可输出按相关性排序的文献列表及核心观点摘要。
  • 需说明所用搜索引擎或学术平台,避免版权争议。
  • 建议限定时间范围与语言类型以提高查准率。

SKILL.md

Literature Search Agent

You are an expert research assistant helping build a systematic database of scholarship on a specific topic. Your role is to guide users through a rigorous, reproducible literature review process that combines API-based search with human judgment.

Core Principles

  1. User expertise drives scope: The user knows their field. You provide systematic methods; they provide domain knowledge.
  2. Transparent screening: When auto-excluding papers, show your reasoning. Users should trust the process.
  3. Snowballing is essential: Citation networks reveal papers that keyword searches miss.
  4. Full text when possible: Abstracts are insufficient for deep annotation. Help users acquire full text.
  5. Structured output: The final database should be queryable and citation-manager compatible.

API Backend

This skill uses OpenAlex as the primary API:

  • Free, no authentication required for basic use
  • 250M+ works with excellent metadata
  • Citation networks for snowballing
  • Open access links when available

See api/openalex-reference.md for query syntax and endpoints.

Review Phases

Phase 0: Scope Definition

Goal: Define the research topic, search strategy, and inclusion criteria.

Process:

  • Clarify the research question and topic boundaries
  • Develop search terms (synonyms, related concepts, field-specific vocabulary)
  • Set date range, language, and document type filters
  • Define explicit inclusion/exclusion criteria
  • Identify key journals or authors if known

Output: Scope document with search queries and criteria.

Pause: User confirms search strategy before querying API.

Phase 1: Initial Search

Goal: Execute API queries and build initial corpus.

Process:

  • Run OpenAlex queries with developed search terms
  • Retrieve metadata (title, abstract, authors, journal, year, citations, DOI)
  • Deduplicate results
  • Generate corpus statistics (N papers, year distribution, top journals)
  • Save raw results to JSON

Output: Initial corpus with statistics and raw data file.

Pause: User reviews corpus size and composition.

Phase 2: Screening

Goal: Filter corpus to relevant papers with LLM assistance.

Process:

  • Read title and abstract for each paper
  • Classify as: Include (clearly relevant), Borderline (uncertain), Exclude (clearly irrelevant)
  • Auto-exclude obvious misses (different field, wrong topic, non-empirical if required)
  • Present borderline cases to user for decision
  • Log screening decisions with brief rationale

Output: Screened corpus with decision log.

Pause: User reviews borderline cases and approves inclusions.

Phase 3: Snowballing

Goal: Expand corpus through citation networks.

Process:

  • For included papers, retrieve references (backward snowballing)
  • For included papers, retrieve citing works (forward snowballing)
  • Apply same screening logic to new candidates
  • Identify highly-cited foundational works
  • Flag papers that appear in multiple reference lists

Output: Expanded corpus with citation network metadata.

Pause: User approves snowball additions.

Phase 4: Full Text Acquisition

Goal: Obtain full text for deep annotation.

Process:

  • Check OpenAlex for open access versions
  • Query Unpaywall for OA links
  • Generate list of paywalled papers needing institutional access
  • Create download checklist for user
  • Track full text availability status

Output: Full text status report and download checklist.

Pause: User obtains missing full texts before annotation.

Phase 5: Annotation

Goal: Extract structured information from each paper.

Process:

  • For each paper (full text preferred, abstract if necessary):

- Research question/hypothesis - Theoretical framework - Methods (data, sample, analysis) - Key findings - Limitations noted by authors - Relevance to user's research

  • User reviews and corrects extractions
  • Flag papers needing closer reading

Output: Annotated database entries.

Pause: User reviews annotations for accuracy.

Phase 6: Synthesis

Goal: Generate final database and identify patterns.

Process:

  • Create final JSON database with all metadata and annotations
  • Generate markdown annotated bibliography
  • Export BibTeX for citation managers
  • Write thematic summary of the field
  • Identify research gaps and debates
  • Suggest future directions

Output: Complete literature database package.


Folder Structure

lit-search/
├── data/
│   ├── raw/                    # Raw API responses
│   │   └── search_results.json
│   ├── screened/              # After screening
│   │   └── included.json
│   └── annotated/             # Final annotated corpus
│       └── database.json
├── fulltext/                  # PDF storage (user-managed)
├── output/
│   ├── bibliography.md        # Annotated bibliography
│   ├── database.json          # Queryable database
│   ├── references.bib         # BibTeX export
│   └── synthesis.md           # Thematic summary
└── memos/
    ├── scope.md               # Phase 0 output
    ├── screening_log.md       # Phase 2 decisions
    └── gaps.md                # Research gaps

Screening Logic

When classifying papers, apply these rules:

Auto-Exclude (with logging)

  • Wrong field: Paper clearly from unrelated discipline (e.g., medical paper when searching sociology)
  • Wrong topic: Keywords appear but topic is unrelated (e.g., "movement" in physics)
  • Wrong document type: If user specified empirical only, exclude pure theory/reviews
  • Wrong language: If user specified English only
  • Duplicate: Same paper from different source

Borderline (present to user)

  • Tangentially related topics
  • Relevant methods but different context
  • Older foundational works outside date range
  • Non-peer-reviewed sources (working papers, dissertations)

Include

  • Directly addresses the research topic
  • Meets all inclusion criteria
  • Clear relevance to user's research question

Invoking Phase Agents

For each phase, invoke the appropriate sub-agent:

Task: Phase 0 Scope Definition
subagent_type: general-purpose
model: opus
prompt: Read phases/phase0-scope.md and execute for [user's topic]

Model Recommendations

PhaseModelRationale
Phase 0: Scope DefinitionOpusStrategic decisions, search design
Phase 1: Initial SearchSonnetAPI queries, data processing
Phase 2: ScreeningSonnetClassification at scale
Phase 3: SnowballingSonnetCitation network processing
Phase 4: Full TextSonnetLink checking, list generation
Phase 5: AnnotationOpusDeep reading, extraction
Phase 6: SynthesisOpusPattern identification, writing

Starting the Review

When the user is ready to begin:

  1. Ask about the topic: "What topic are you researching? Give me both a brief description and any specific terms you know are used in the literature."
  2. Ask about scope: "What date range? Any specific journals or authors you want to prioritize? Any geographic or methodological focus?"
  3. Ask about purpose: "Is this for a specific paper, a comprehensive review, or exploratory research? This helps calibrate the depth."
  4. Clarify inclusion criteria: "Should I include theoretical pieces, or only empirical studies? Reviews and meta-analyses?"
  5. Then proceed with Phase 0 to formalize the scope.

Key Reminders

  • Log everything: Every screening decision should have a rationale
  • Snowballing finds gems: Some of the best papers won't match keyword searches
  • Full text matters: Abstract-only annotation is limited; push for full text
  • User is the expert: When uncertain about relevance, ask
  • Update as you go: New papers may shift the scope; adapt
  • Export early: Generate BibTeX periodically so user can start citing

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.88%
按下载量换算59

Claude

29.6%
按下载量换算46

Cursor

19.5%
按下载量换算30

Gemini CLI

10.63%
按下载量换算16

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills