← Back to Skills Marketplace
🔌

Notcrawl

by OpenClaw · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
238
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install notcrawl
Description
Notion archive: search, sync freshness, pages/databases, Markdown exports, SQL counts, and Notcrawl repo work.
README (SKILL.md)

Notcrawl

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.

Usage Guidance
This skill looks coherent for Notion archive search and freshness checks. Before installing, make sure you trust the upstream GitHub Go package, understand that local Notion archive content may be read into the agent context, and use a limited Notion token if you enable API sync.
Capability Analysis
Type: OpenClaw Skill Name: notcrawl Version: 1.0.1 The skill bundle provides a legitimate interface for the 'notcrawl' CLI tool, designed to manage and search local Notion archives. The installation process uses standard Go module commands from a public repository (github.com/openclaw/notcrawl), and the instructions in SKILL.md and agents/openai.yaml are consistent with the tool's stated purpose of searching, syncing, and querying Notion data without any evidence of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The stated purpose coherently matches the instructions: search local Notion archives, check freshness, optionally sync, and run read-only queries. Users should still treat Notion workspace content as sensitive.
Instruction Scope
The instructions include limiting language such as refreshing only when stale or asked, using bounded reads, reporting gaps, and using read-only SQL only.
Install Mechanism
Installation fetches a Go module at @latest from GitHub, so the reviewed artifacts do not include the executable code that will run.
Credentials
Access to local Notion archive data and optional Notion API sync is proportionate to the skill purpose, but it can involve private workspace content.
Persistence & Privilege
No background persistence or privilege escalation is shown, but sync commands can refresh a local archive and API mode can use a Notion token.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install notcrawl
  3. After installation, invoke the skill by name or use /notcrawl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Point stock skill metadata at the OpenClaw Go module.
v1.0.0
Adopt as stock OpenClaw skill with compact CLI metadata.
v0.1.0
Initial publish: PaperChase crawler-fleet skill wrapping the upstream notcrawl CLI.
Metadata
Slug notcrawl
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Notcrawl?

Notion archive: search, sync freshness, pages/databases, Markdown exports, SQL counts, and Notcrawl repo work. It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.

How do I install Notcrawl?

Run "/install notcrawl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Notcrawl free?

Yes, Notcrawl is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Notcrawl support?

Notcrawl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Notcrawl?

It is built and maintained by OpenClaw (@openclaw); the current version is v1.0.1.

💬 Comments