Search, export, sync, and analyze archived Notion content and related repo data.
The materials indicate a skill focused on querying and syncing local Notion archive data, and it is marked prompt-only, open-source, and highly adopted by the community, which keeps overall risk low. No explicit remote endpoints or high-risk red flags are shown; however, the docs mention optional API sync and local archive access, so normal caution is still appropriate for data access and potential network use.
The top-level metadata says no required secrets; the README only mentions an optional NOTION_TOKEN for API mode and explicitly says token availability should not be assumed. There is no indication of collecting, forwarding, or misusing credentials.
The metadata lists no remote endpoints, but the README mentions 'sync --source api' and live Notion API calls, indicating optional network requests to Notion-related services. No specific domains are listed, and there is no evidence of data being sent to unknown or unrelated endpoints.
This material is classified as prompt-only, and the README shows local command examples and usage constraints. It does not show the skill itself spawning extra processes, executing arbitrary code, or requesting elevated system privileges.
The functionality explicitly includes searching local Notion archive data, status checks, Markdown exports, page/database counts, and SQL queries, which implies reading local archive content and metadata. The README emphasizes 'bounded reads' and 'read-only SQL only; never mutate the archive'; no write access or excessive permissions are stated, but this is still normal local data access.
The source is an open-source GitHub repository with very high community adoption (about 377k stars), which is a strong positive trust signal. The license and maintenance status are not stated, leaving some audit gaps, but given the auditable source and broad use, there are no supply-chain red flags strong enough to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "notcrawl" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/notcrawl/SKILL.md 2. Save it as ~/.claude/skills/notcrawl/SKILL.md 3. Reload skills and tell me it's ready
Search the Notion archive for pages or databases containing "quarterly review" and return the title, path, and last updated time.
A list of matching archived items for quickly locating relevant pages or databases.
Export this Notion page and its subpages to Markdown, preserving hierarchy and link relationships.
A well-structured Markdown export suitable for backup, migration, or content reuse.
Use SQL to count records in each archived database and output the results sorted from highest to lowest.
Record counts for each database to help understand archive size and distribution.
Use local Notion archive data before browsing or live Notion API calls. Check freshness for recent/current questions:
notcrawl doctor
notcrawl status --json
Refresh only when stale or asked:
notcrawl sync --source desktop
notcrawl sync --source api
Query with bounded reads:
notcrawl search "query"
notcrawl databases
notcrawl report
notcrawl sql "select count(*) from pages;"
Report workspace/teamspace, page/database titles, absolute date spans, counts, and known gaps. Use read-only SQL only; never mutate the archive. API mode requires NOTION_TOKEN; do not assume token availability.
Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Summarize or transcribe URLs, videos, PDFs, and local files quickly.
Create, search, and manage Bear notes on macOS via grizzly CLI.
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Manage Notion pages, content, data, and workflows via CLI and API.
Research across Notion sources and produce cited, structured briefs and reports.
Search Notion, read pages, and query databases with efficient output.
Search and manage Granola archives, sync status, notes, transcripts, and counts.
Connect to Notion to query databases, create pages, and manage workspace content in bulk.
Turn chats and decisions into structured Notion wiki pages and linked documentation.