persona-researcher
Organize research — manage references, notes, and collaboration.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-persona-researcher
Repository
Skill path: skills/googleworkspace-bot/persona-researcher
Organize research — manage references, notes, and collaboration.
Open repositoryBest for
Primary workflow: Research & Ops.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install persona-researcher into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding persona-researcher to shared team environments
- Use persona-researcher for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: persona-researcher
version: 1.0.0
description: "Organize research — manage references, notes, and collaboration."
metadata:
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.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "googleworkspace-bot",
"slug": "persona-researcher",
"displayName": "Persona Researcher",
"latest": {
"version": "1.0.0",
"publishedAt": 1772843163265,
"commit": "https://github.com/openclaw/skills/commit/0103185c8228505248ae1ba89f1202218a070590"
},
"history": []
}
```