Voice2notion
ReviewAudited by ClawScan on May 1, 2026.
Overview
The skill’s behavior is coherent with its purpose, but users should notice that it uses a Notion API key, writes to a Notion database, installs transcription dependencies, and may involve public audio links.
Before installing, make sure you are comfortable giving this skill access to a specific Notion database, storing the API key locally, installing the transcription dependency, and using only audio hosting links that match your privacy needs.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Anyone or anything using that key can affect the Notion database shared with the integration.
The skill requires a Notion API key and uses it to write records to a Notion database; this is expected for the stated purpose but grants delegated account access.
API Key 存储在本地文件 `~/.config/notion/api_key`
Use a Notion integration scoped only to the intended database, keep the key private, and rotate or revoke it if no longer needed.
The local environment will depend on external package and model sources.
The documented setup installs an external Python package and notes that transcription models are downloaded on first use; this is central to the skill but is not pinned in the registry install metadata.
uv pip install faster-whisper
Install in a dedicated virtual environment, verify package sources, and consider pinning versions if reproducibility matters.
Private voice recordings could become accessible outside Notion if uploaded with public sharing enabled.
The skill recommends storing audio through a publicly accessible URL or public cloud-share link so Notion can reference the file; this is disclosed but privacy-sensitive.
将录音上传到可公开访问的 URL
Only upload recordings that are safe to share through the chosen hosting method, prefer restricted links where possible, and avoid public links for sensitive audio.
