# Persona Researcher > Organize research — manage references, notes, and collaboration. Source: https://skillsagentes.com/skills/googleworkspace/cli/persona-researcher Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 17 tok installed, 282 tok once triggered, 282 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill persona-researcher --agent claude-code ``` ## What it does - Organiza artículos y notas de investigación en carpetas de Drive - Redacta notas y resúmenes de investigación con `gws docs +write` - Registra datos de experimentos en Sheets usando `gws sheets +append` - Comparte hallazgos con colaboradores mediante `gws workflow +file-announce` - Solicita revisiones por pares con `gws gmail +send` ## Use it when - Necesitas organizar referencias, notas y colaboración de un proyecto de investigación - Quieres llevar un registro de experimentos y hallazgos en una hoja compartida - Necesitas buscar documentos específicos con `gws drive files list` ## What triggers it - "Organiza mis notas de investigación en Drive" - "Registra los resultados de este experimento en la hoja de cálculo" - "Envía un correo pidiendo revisión por pares de mi paper" ## Before you install - Requiere el binario `gws` y las skills `gws-drive`, `gws-docs`, `gws-sheets` y `gws-gmail`. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # 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. --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/persona-researcher