search_knowledge

Search indexed knowledge chunks with optional source filters and ranked attribution.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mufarosean/Parallx --skill search-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search_knowledge
Source: https://github.com/mufarosean/Parallx/tree/main/.parallx/skills/search_knowledge
Command: npx skills add https://github.com/mufarosean/Parallx --skill search-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Semantic search across all indexed knowledge (canvas pages and workspace files) to surface the most relevant chunks with source attribution when context is insufficient.

Core Features & Use Cases

  • Semantic search across all indexed knowledge (canvas pages and workspace files).
  • Returns the most relevant chunks with source attribution.
  • Use case: Quickly locate information across both canvas and workspace contexts.

Quick Start

Search your indexed knowledge by entering a natural language query to retrieve the most relevant chunks with attribution.

Frequently Asked Questions about search_knowledge

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

FAQPage Schema
How do I do semantic search across canvas pages and workspace files?

Semantic search across canvas pages and workspace files is performed by entering a natural language query to retrieve the most relevant knowledge chunks ranked via a vector-embedding pipeline.

What is vector-embedding search for indexed knowledge?

Vector-embedding search for indexed knowledge finds relevant text chunks by matching query semantics, returning ranked results with source attribution to locate information across canvas and workspace contexts.

Can I filter semantic search results to only page blocks or file chunks?

Yes, you can filter semantic search results by applying a source_filter to constrain the search to either page_block or file_chunk contexts within the indexed knowledge.

How does source attribution work for indexed knowledge chunks?

Source attribution for indexed knowledge chunks works by tagging each ranked search result with its origin context, allowing you to trace retrieved information back to the specific canvas page or workspace file.

What is the best way to find specific information across canvas and workspace contexts?

The best way to find specific information across canvas and workspace contexts is running a natural language semantic search to surface relevant chunks with source attribution when context is insufficient.

Do I need to index my canvas pages before running a semantic search?

Yes, canvas pages and workspace files must be indexed before running a semantic search, because the vector-embedding pipeline relies on indexed knowledge chunks to match and rank natural language queries.