Agent Skills
› googleworkspace/cli
› persona-researcher
persona-researcher
GitHub该技能用于组织和管理研究过程,包括在Drive中整理文献笔记、使用Docs撰写摘要、通过Sheets追踪数据,并利用Gmail和Workflow实现协作分享及同行评审。
Trigger Scenarios
需要系统化管理研究资料和参考文献
撰写研究笔记或总结
记录实验数据和发现
与团队成员共享研究成果
Install
npx skills add googleworkspace/cli --skill persona-researcher -g -y
SKILL.md
Frontmatter
{
"name": "persona-researcher",
"metadata": {
"version": "0.22.5",
"openclaw": {
"category": "persona",
"requires": {
"bins": [
"gws"
],
"skills": [
"gws-drive",
"gws-docs",
"gws-sheets",
"gws-gmail"
]
}
}
},
"description": "Organize research — manage references, notes, and collaboration."
}
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 +appendfor data logging. - Share findings with collaborators via
gws workflow +file-announce. - Request peer reviews via
gws gmail +send.
Tips
- Use
gws drive files listwith search queries to find specific documents. - Keep a running log of experiments and findings in a shared Sheet.
- Use
--format csvwhen exporting data for analysis tools.
Version History
- a3768d0 Current 2026-08-20 07:25


