search-skill-database

Query a Notion skills database with team, integration, and name filters.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill search-skill-database-fahadimdad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-skill-database
Source: https://github.com/FahadImdad/Nexus-Fahad/tree/main/00-system/skills/skill-dev/search-skill-database
Command: npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill search-skill-database-fahadimdad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding reusable skills across a team is hard when they live scattered in a Notion database. This Skill lets you search and filter the shared skills library in Notion so you can discover existing skills before building duplicates. ## Core Features & Use Cases - Filtered Database Queries: Search the Notion skills database by team (General, Solutions, Engineering, Sales), integration (Beam AI, Linear), or partial skill name. - Structured Results: Display skill metadata including description, integrations, creation date, and Notion URL, with JSON output for programmatic use. - Import Handoff: Select a result and pass its page ID to the import-skill-to-nexus skill for installation. - Use Case: Before creating a new Linear integration skill, run a query filtered by integration to check whether a teammate already built one, then import it directly. ## Quick Start Ask the assistant to search the Notion skills database for skills matching a team, integration, or name, for example by saying "find Beam AI skills in Notion".

Frequently Asked Questions about search-skill-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a Notion database with filters?

Run the query_db.py script with flags like --team, --integration, or --name to filter results. Filters can be combined, and you can control output with --sort and --limit options.

How do I find skills for a specific integration in Notion?

Use the --integration flag with the tool name, such as --integration "Beam AI" or --integration "Linear". The script returns matching skills with descriptions, teams, and Notion URLs.

What configuration does the Notion query script need?

It requires a NOTION_API_KEY and NOTION_SKILLS_DB_ID in your .env file. Run check_notion_config.py first to validate setup, or use setup_notion.py to run the configuration wizard.

Why does the Notion query return a 401 or 404 error?

A 401 error means the API key in your .env file is invalid, while a 404 means the database ID is incorrect. Verify both values in your .env configuration and retry.

Can I get Notion query results as JSON?

Yes, add the --json flag to the query_db.py command. It returns a JSON array of skill objects with full metadata suitable for programmatic processing.