byted-contextsearch
SKILL.md
Context Search Skill
This skill provides two main capabilities for interacting with context-aware knowledge bases:
- Search: Retrieve relevant documents based on text queries
- Chat: Have conversations with RAG-powered systems
Configuration
This skill requires:
-
Environment Variable: Set the
CTX_SEARCH_API_KEYenvironment variable with your API key:export CTX_SEARCH_API_KEY='your-api-key-here' -
Config File: Create a
config.jsonfile in the skill directory with the following structure: