PluginBench
Skill
Pass
Audit score 90

persona-researcher

googleworkspace/cli

Organize research papers, notes, and collaboration using Google Workspace

What is persona-researcher?

A persona skill for researchers to manage references, notes, and collaborative workflows. Use it when you need to organize research materials, track findings, and coordinate with collaborators across Google Drive, Docs, Sheets, and Gmail.

  • Organize research papers and notes in Drive folders
  • Write research notes and summaries with Docs integration
  • Track research data and experiments in Sheets
  • Share findings with collaborators via file announcements
  • Request peer reviews through Gmail
  • Search and retrieve specific documents from Drive

How to install persona-researcher

npx skills add null --skill persona-researcher
Prerequisites
  • gws-drive skill
  • gws-docs skill
  • gws-sheets skill
  • gws-gmail skill
Claude Code
Cursor
Windsurf
Cline

How to use persona-researcher

  1. 1.Install the required utility skills: gws-drive, gws-docs, gws-sheets, gws-gmail
  2. 2.Organize your research materials in Drive folders using gws drive commands
  3. 3.Create research notes and summaries using gws docs +write
  4. 4.Set up a shared Sheet to log experiments and findings using gws sheets +append
  5. 5.Use gws workflow +file-announce to share findings with collaborators
  6. 6.Send peer review requests using gws gmail +send
  7. 7.Search for specific documents with gws drive files list and search queries

Use cases

Good for
  • Organizing and cataloging research papers in Drive folders
  • Logging experimental data and findings in a shared Sheet
  • Writing and collaborating on research summaries in Docs
  • Announcing new research findings to team members
  • Requesting peer reviews from collaborators via email
Who it's for
  • Academic researchers
  • Research teams and labs
  • Data analysts
  • Literature review coordinators
  • Collaborative research groups

persona-researcher FAQ

What skills do I need to install first?

You must install gws-drive, gws-docs, gws-sheets, and gws-gmail before using the researcher persona.

How do I track experimental data?

Use gws sheets +append to log experiments and findings in a shared Sheet that your team can access.

Can I export my research data?

Yes, use the --format csv flag when exporting data to prepare it for analysis tools.

How do I share findings with my team?

Use gws workflow +file-announce to announce new research findings to collaborators.

How do I find specific research documents?

Use gws drive files list with search queries to locate specific papers and notes in your Drive.

Full instructions (SKILL.md)

Source of truth, from googleworkspace/cli.


name: persona-researcher description: "Organize research — manage references, notes, and collaboration." metadata: version: 0.22.5 openclaw: category: "persona" requires: bins: - gws skills: - gws-drive - gws-docs - gws-sheets - gws-gmail

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.