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.

What this means

Anyone or anything using that key can affect the Notion database shared with the integration.

Why it was flagged

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.

Skill content
API Key 存储在本地文件 `~/.config/notion/api_key`
Recommendation

Use a Notion integration scoped only to the intended database, keep the key private, and rotate or revoke it if no longer needed.

What this means

The local environment will depend on external package and model sources.

Why it was flagged

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.

Skill content
uv pip install faster-whisper
Recommendation

Install in a dedicated virtual environment, verify package sources, and consider pinning versions if reproducibility matters.

What this means

Private voice recordings could become accessible outside Notion if uploaded with public sharing enabled.

Why it was flagged

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.

Skill content
将录音上传到可公开访问的 URL
Recommendation

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.