Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Notion Calendar
v1.0.0Manage Notion calendar databases with date-aware search, page creation, rescheduling, and safe workflows for planning views.
⭐ 0· 290·1 current·1 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description map to the declared needs: NOTION_API_KEY and a local config directory are appropriate for discovering schemas, reading/writing pages, and caching mapping data. Optional use of a community CLI is documented as a fallback and is not required.
Instruction Scope
SKILL.md confines actions to Notion API endpoints and local memory under ~/notion-calendar/. It requires schema discovery before writes, read-back verification after writes, and escalation on ambiguity — all appropriate safety controls. No instructions reference unrelated system files or undeclared environment variables.
Install Mechanism
Instruction-only skill with no install spec and no code to fetch or execute — lowest-risk install posture.
Credentials
Only the Notion API key is required (primaryEnv = NOTION_API_KEY) and the requested local config path is used for benign caching/memory. The skill explicitly states it will not store API keys in memory files.
Persistence & Privilege
Skill is not forced-always and does not request elevated platform privileges. It persists only to its own folder (~/notion-calendar/) per the instructions; autonomous invocation is allowed by default but not exceptional here.
Assessment
This skill appears coherent for managing Notion calendar databases. Before installing: (1) create a Notion integration with the minimum scopes needed and share only the specific databases you want the skill to access; (2) provide a dedicated NOTION_API_KEY (avoid using a broad workspace or personal token); (3) expect the skill to create and update files in ~/notion-calendar/ — review that folder periodically and do not put secrets there; (4) if you don't want the agent to act autonomously, disable model invocation at the platform level; and (5) inspect any local memory files after initial setup to confirm they contain only non-secret context.Like a lobster shell, security has layers — review code before you run it.
latestvk978m4yjfsa6n1gkfqb8xt65p582drch
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
N Clawdis
OSLinux · macOS · Windows
EnvNOTION_API_KEY
Config~/notion-calendar/
Primary envNOTION_API_KEY
