Organize research — manage references, notes, and collaboration.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add googleworkspace/cli --skill "persona-researcher" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/persona-researcher-googleworkspace/SKILL.md---
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.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session