workspace-explorer

workspace-explorer is a skill for Claude Code from feniix/pi-extensions. It costs 123 tokens per session (1,809 once invoked), scanned A, original, MIT.

A skill for exploring a Notion workspace through connected tools. Notion is a workspace for pages, documents, databases, and linked team information.

In plain words
What is it for?
Use it to search pages and databases, inspect database schemas, and—when configured—create, update, move, duplicate, or manage Notion content.
Why use it?
It helps locate relevant workspace content and understand database structures instead of searching through pages manually.

Skill for Claude Code

Written for Claude Code: context: fork in frontmatter.

Good fit Use it to search pages and databases, inspect database schemas, and—when configured—create, update, move, duplicate, or manage Notion content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/feniix/pi-extensions/workspace-explorer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add feniix/pi-extensions --skill workspace-explorer
Clone the repo
git clone --depth 1 https://github.com/feniix/pi-extensions

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workspace-explorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/feniix/pi-extensions/workspace-explorer.svg)](https://agentmods.dev/skills/feniix/pi-extensions/workspace-explorer)
Your own site
<a href="https://agentmods.dev/skills/feniix/pi-extensions/workspace-explorer"><img src="https://agentmods.dev/badge/skills/feniix/pi-extensions/workspace-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,809 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.01809
Opus 5 $0.00062 $0.00905
Sonnet 5 $0.00025 $0.00362
Haiku 4.5 $0.00012 $0.00181

Measured 8d ago against content hash bbffdf45acfd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

workspace-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/pi-notion/skills/workspace-explorer/SKILL.md · 177 lines

How it starts

The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Notion Workspace Explorer

Explore and navigate Notion workspaces after connecting with the setup-oauth skill.

For detailed reference on specific operations, see:

  • references/databases.md — Database schemas, DDL types, views, queries, property formats
  • references/write-operations.md — Create/update pages, comments, move, duplicate, trash
  • references/failure-modes.md — Error table and tips (read when something fails)

Prerequisites

Ensure Notion MCP is connected:

notion_mcp_status

If not connected, use the setup-oauth skill first.

Search (Critical: Get This Right)

notion-search has two modes. Always specify content_search_mode explicitly.

Mode What it returns Use for
workspace_search Pages and databases in your workspace Finding content, discovering databases
ai_search Calendar events and connected sources (Slack, Google Drive) Semantic queries across all integrations

Default is ai_search, which mostly returns calendar events — almost never what you want. Always use workspace_search unless explicitly looking for calendar/integration data.

Search the workspace

notion-search: {
  "query": "topic",
  "query_type": "internal",
  "content_search_mode": "workspace_search",
  "filters": {},
  "page_size": 25,
  "max_highlight_length": 0
}

Required: "filters": {} must always be present, even when empty. Query must be at least 1 character.

Narrow search scope

  • By teamspace: Add "teamspace_id": "<team-uuid>" (get IDs from notion-get-teams)
  • Within a page: Add "page_url": "https://www.notion.so/<page-id>" to search under that page and its children
  • Within a database: Use "data_source_url": "collection://<id>" to search rows (note: this uses ai_search regardless of content_search_mode)
  • By date: Add "created_date_range": {"start_date": "2026-04-01", "end_date": "2026-04-07"} inside filters
  • By creator: Add "created_by_user_ids": ["<user-uuid>"] inside filters (get IDs from notion-get-users)

Read the full file on GitHub · 177 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 177 lines · 123 tokens per session scan A bbffdf45acfd

Subscribe to this mod's changes

workspace-explorer is a skill published in the GitHub repository feniix/pi-extensions (23 stars, last pushed 4d ago), licensed MIT. It adds 123 tokens to every session and 1,809 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

potpie-source-ingestion

Use when the user explicitly asks to ingest, refresh, or deeply understand a repository, PR, issue, ticket, runbook, incident report, document, or web link into Potpie. The harness performs todo-driven discovery, uses local/GitHub/integration tools and read-only subagents when available, builds evidence-backed…

potpie-ai/potpie · 82 tokens

output-build-workflow

Implement an Output SDK workflow from a plan document. Use when the user asks to build, implement, or code a workflow from an existing plan, or after output-plan-workflow has produced a plan and the user is ready to build.

growthxai/output · 52 tokens

typescript-project

Modern TypeScript project architecture guide for 2025. Use when creating new TS projects, setting up configurations, or designing project structure. Covers tech stack selection, layered architecture, and best practices.

majiayu000/spellbook · 42 tokens

notion-cli

Work with Notion from the terminal using the notion CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 50+ commands. Triggers: Notion workspace automation, database queries, page creation…

4ier/notion-cli · 109 tokens

google

Gmail, Google Calendar, Drive, Docs, Sheets and Contacts for a connected Google account: read and search mail, send and reply, book and move meetings, find files, read and write Docs and Sheets, look people up. Use whenever the user mentions their email, inbox, calendar, meetings, Drive, a Google Doc or Sheet.

intentic/intentic · 0 tokens