flowus-search
Installation
SKILL.md
FlowUs Search Skill
Use the flowus CLI with --json for every command.
Commands
- Keyword search:
flowus --json search text "<query>" - Keyword search with full documented body:
flowus --json search text --body <search.json> - Keyword search page:
flowus --json search text "<query>" --start-cursor <cursor> --page-size <n> - Semantic search:
flowus --json search semantic "<query>" - Semantic search with options:
flowus --json search semantic "<query>" --space-id <space_id> --page-size <n> --score-threshold <n> - Semantic search with full body:
flowus --json search semantic --body <semantic-search.json>