← Back to Skills Marketplace
216
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install notion-coworker
Description
An autonomous Notion coworker agent that monitors Gmail for Notion comment mentions (from [email protected]), reads the comment to understand what's bein...
Usage Guidance
This skill will read your Gmail (unread Notion notification emails), access your Notion workspace, and post replies — but it declares no credentials or configuration, which is inconsistent and concerning. Before installing or enabling it, ask the publisher these questions: (1) Exactly which credentials/tokens does the skill need (Gmail OAuth scopes, Notion integration token)? Where and how will you supply and store them? (2) Will the agent ever post to Notion without explicit confirmation? Can you require a review step or limit it to draft replies? (3) Which platform tools (notion-fetch, notion-get-comments, conversation_search, web_search) will it use and do they already exist in your runtime? (4) What logs/audit trail exist and how do you revoke the skill's access? Also note identity.md is referenced but not provided — ask for it. If you proceed, follow the principle of least privilege: grant read-only Gmail scope if possible, a Notion token limited to the workspace/pages needed, and require manual approval before posting. If the publisher cannot clearly explain credential handling and safeguards, do not enable this skill.
Capability Analysis
Type: OpenClaw Skill
Name: notion-coworker
Version: 1.0.0
The notion-coworker skill is an autonomous agent designed to monitor Gmail for Notion notifications, research answers using the Notion workspace and web search, and reply to comments. While it requires significant permissions (Gmail read/write, Notion read/write, and web access), its operations are transparently documented in SKILL.md, and it includes explicit steps to report all actions back to the user. There is no evidence of data exfiltration to unauthorized endpoints, obfuscation, or malicious intent.
Capability Assessment
Purpose & Capability
The skill's stated purpose is to monitor Notion comment mentions via Gmail and reply in Notion. The SKILL.md explicitly requires access to Gmail (searching unread mails from [email protected]) and multiple Notion operations (fetch pages, read full comments, create comments/pages). Yet the skill metadata declares no required env vars, no primary credential, and no config paths. That is inconsistent: legitimate operation requires Gmail and Notion API credentials or access tokens, which are not declared or justified.
Instruction Scope
The runtime instructions tell the agent to: search the user's Gmail inbox, read email bodies to extract URLs and comment text, read conversation history/memory, fetch Notion page contents and entire discussion threads, optionally perform web searches and fetch web pages, post replies to Notion threads, and create research subpages documenting everything. These are broad, sensitive operations (email reading, workspace access, autonomous posting) and the instructions do not constrain or limit scope (e.g., label restrictions, confirmation before posting) and even recommend processing all matching notifications sequentially. The skill also references 'identity.md' which is not included.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes filesystem/install risk — nothing will be downloaded or written by an installer. However, the runtime still relies on platform-provided tools (notion-fetch, notion-get-comments, notion-create-comment, web_search, web_fetch, conversation_search) whose availability and privileges matter.
Credentials
The SKILL.md requires access to Gmail and Notion APIs and to conversation/memory tools, but requires.env is empty and no primary credential is declared. Sensitive tokens (Gmail OAuth token, Notion integration token, or an email forwarding config) are necessary for this functionality; their absence in the declared requirements is a disproportionate omission. The skill also instructs use of conversation_search/recent_chats (access to past chats/memory) without any mention of limiting or disclosing that access.
Persistence & Privilege
always is false (ok). The skill is allowed to invoke autonomously (disable-model-invocation: false), which is the platform default. The instructions expect the agent to 'monitor' and process Gmail Notion notifications and to re-trigger if the user has used it before — this effectively gives it ongoing monitoring behavior when permitted. That persistent monitoring combined with email/workspace access is a sensitive privilege and should be consented to explicitly, but the skill metadata does not document expected frequency, required user approvals, or safeguards.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notion-coworker - After installation, invoke the skill by name or use
/notion-coworker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of notion-coworker: an autonomous agent for handling Notion comment mentions via Gmail notifications.
- Monitors Gmail for unread Notion mentions, understands the request, researches an answer using memory, Notion workspace, and the web if needed, then replies directly in the Notion discussion thread.
- Documents all research in a subpage for each handled mention, providing an audit trail.
- Summarizes all actions for the user, including processed emails and next steps for inbox management.
- Handles edge cases gracefully, with clear reporting for parsing errors, inaccessible Notion pages, and unmatched discussion threads.
Metadata
Frequently Asked Questions
What is Notion co-worker?
An autonomous Notion coworker agent that monitors Gmail for Notion comment mentions (from [email protected]), reads the comment to understand what's bein... It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.
How do I install Notion co-worker?
Run "/install notion-coworker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notion co-worker free?
Yes, Notion co-worker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Notion co-worker support?
Notion co-worker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notion co-worker?
It is built and maintained by Lauro (@laurobrcwb); the current version is v1.0.0.
More Skills