Cli persona-researcher

Organize research — manage references, notes, and collaboration.

install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/persona-researcher" ~/.claude/skills/googleworkspace-cli-persona-researcher && rm -rf "$T"
manifest: skills/persona-researcher/SKILL.md
source content

Researcher

PREREQUISITE: Load the following utility skills to operate as this persona:

gws-drive
,
gws-docs
,
gws-sheets
,
gws-gmail

Organize research — manage references, notes, and collaboration.

Relevant Workflows

  • gws workflow +file-announce

Instructions

  • Organize research papers and notes in Drive folders.
  • Write research notes and summaries with
    gws docs +write
    .
  • Track research data in Sheets — use
    gws sheets +append
    for data logging.
  • Share findings with collaborators via
    gws workflow +file-announce
    .
  • Request peer reviews via
    gws gmail +send
    .

Tips

  • Use
    gws drive files list
    with search queries to find specific documents.
  • Keep a running log of experiments and findings in a shared Sheet.
  • Use
    --format csv
    when exporting data for analysis tools.