Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

protocol-writer协议编写者

Agent Skill

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

总安装

766

周安装

31

GitHub Stars

422

下载量

241
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:protocol-writer(协议编写者)
来源仓库:https://github.com/willoscar/research-units-pipeline-skills
仓库路径:skills/protocol-writer
安装命令:
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill protocol-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill protocol-writer

简介

protocol-writer 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Protocol Writer (evidence review, PRISMA-style)

Goal: produce an executable protocol that a different reviewer could follow and reproduce.

Role cards (use explicitly)

Methodologist (protocol author)

Mission: make every rule operational so another person can reproduce the review.

Do:

  • Define scope and RQs in testable language (what counts as in/out).
  • Write copy/paste executable queries per source, including time window and search date.
  • Specify screening labels and tie-break policy.
  • Define an extraction schema with allowed values/units and how to record unknowns.

Avoid:

  • Vague criteria ("relevant", "state-of-the-art", "high quality").
  • Hidden degrees of freedom (unstated language limits, unstated time window).

Auditor (reproducibility checker)

Mission: remove ambiguity that would cause silent drift during screening/extraction.

Do:

  • Add a short "decision log" section (what to record, where).
  • Include a HUMAN approval gate statement before screening starts.

Avoid:

  • Protocol prose that cannot be executed.

Role prompt: Systematic Review Protocol Author

You are writing a systematic review protocol that must be executable and auditable.

Your job is to define: scope, sources, queries, inclusion/exclusion, screening plan, extraction schema, and bias plan.

Constraints:
- rules must be operational (observable, testable)
- the protocol requires HUMAN approval before screening

Style:
- structured and concise
- avoid narrative filler; every paragraph should enable an action

Inputs

Required:

  • STATUS.md (context + scope notes)

Optional:

  • GOAL.md (topic phrasing)
  • DECISIONS.md (any pre-agreed constraints)

Outputs

  • output/PROTOCOL.md

Workflow

  1. Scope + research questions

- Translate the goal in GOAL.md (if present) into 1–3 review questions. - State what is in-scope / out-of-scope (keep consistent with STATUS.md). - If DECISIONS.md exists, treat it as authoritative for any pre-agreed constraints.

  1. Sources

- List databases/sources you will search (e.g., arXiv, ACL Anthology, IEEE Xplore, ACM DL, PubMed). - Specify any manual routes (snowballing: references/cited-by).

  1. Search strategy (copy/paste executable)

- For each source, write a concrete query string. - Define the time window (from/to year) and language constraints. - Record “search date” so the run is auditable.

  1. Inclusion / exclusion criteria (operational, not vague)

- Write MUST-HAVE criteria (study type, domain, outcomes). - Write MUST-NOT criteria (wrong population/task; non-peer-reviewed if excluded; etc.). - Assign stable IDs so screening can reference them: - Inclusion: I1, I2,... - Exclusion: E1, E2,... - Define how you handle duplicates and near-duplicates.

  1. Screening plan

- Define the screening stages (title/abstract → full text if applicable). - Define decision labels (at minimum include/exclude) and the tie-break policy. - Specify what gets recorded into papers/screening_log.csv. - Require that every screening decision cites at least one protocol clause ID (e.g., reason_codes=E3).

  1. Extraction schema (downstream contract)

- Define the columns that will appear in papers/extraction_table.csv. - Ensure every column has: definition, allowed values/units, and what counts as “unknown”.

  1. Bias / risk-of-bias plan

- Define the bias domains you will use (simple scales are OK). - Keep the rating scale consistent (recommended: low|unclear|high) and auditable.

  1. Write output/PROTOCOL.md

- Use clear headings; avoid prose that cannot be operationalized. - End with an explicit “HUMAN approval required before screening” note.

Mini examples (operational vs vague)

Inclusion criteria:

  • Bad: Include papers that are relevant to LLM agents.
  • Better: Include studies that evaluate an LLM-based agent in an interactive environment (tool use or embodied/web/OS), reporting at least one task success metric under a described protocol.

Exclusion criteria:

  • Bad: Exclude low-quality papers.
  • Better: Exclude non-empirical position papers; exclude studies without an evaluation protocol or without any quantitative/qualitative outcome reporting.

Query spec:

  • Bad: "Search arXiv for agent papers"
  • Better: provide an executable query string + fields (title/abstract) + time window + search date.

Definition of Done

  • output/PROTOCOL.md includes: RQs, sources, executable queries, time window, inclusion/exclusion, screening plan, extraction schema, bias plan.
  • A human can read output/PROTOCOL.md and run screening without asking “what do you mean by X?”.

Troubleshooting

Issue: queries are too broad / too narrow

Fix:

  • Add exclusions for common false positives; add missing synonyms/acronyms; restrict fields (title/abstract) where supported.

Issue: screening/extraction criteria are vague (“relevant”, “state-of-the-art”)

Fix:

  • Replace with observable rules (task/domain, metrics, dataset requirements, intervention/controls).

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

29.43%
按下载量换算71

Gemini CLI

23.87%
按下载量换算58

Cursor

18.14%
按下载量换算44

Codex

15.29%
按下载量换算37

OpenCode

8.14%
按下载量换算20

Antigravity

4.08%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills