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.
npx skills add feniix/pi-extensions --skill workspace-explorergit clone --depth 1 https://github.com/feniix/pi-extensionsWrote 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.
[](https://agentmods.dev/skills/feniix/pi-extensions/workspace-explorer)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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 formatsreferences/write-operations.md— Create/update pages, comments, move, duplicate, trashreferences/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 fromnotion-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 usesai_searchregardless ofcontent_search_mode) - By date: Add
"created_date_range": {"start_date": "2026-04-01", "end_date": "2026-04-07"}insidefilters - By creator: Add
"created_by_user_ids": ["<user-uuid>"]insidefilters(get IDs fromnotion-get-users)
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.
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.
- 8d ago First seen · 177 lines · 123 tokens per session scan A bbffdf45acfd
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.
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…
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…
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.
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.
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…
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.