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


