diff --git a/skills/parallel-cli-setup/SKILL.md b/skills/parallel-cli-setup/SKILL.md index 976d572..e809721 100644 --- a/skills/parallel-cli-setup/SKILL.md +++ b/skills/parallel-cli-setup/SKILL.md @@ -26,7 +26,7 @@ If missing, install with any of these methods: 3. Linux/macOS/Windows (npm): `npm install -g parallel-web-cli` 4. Linux/macOS/Windows (pipx): `pipx install "parallel-web-tools[cli]" && pipx ensurepath` -When `parallel-cli` is present, require version `>=0.8.1`. If older, identify the install method before advising an update. Use `command -v parallel-cli`, then inspect `readlink "$(command -v parallel-cli)"` if it is a symlink. Paths under `~/.local/share/uv/ +When `parallel-cli` is present, require version `>=0.9.2`. If older, identify the install method before advising an update. Use `command -v parallel-cli`, then inspect `readlink "$(command -v parallel-cli)"` if it is a symlink. Paths under `~/.local/share/uv/ tools/` indicate `uv tool install`; paths under `~/.local/share/parallel-cli/` indicate the standalone installer. Upgrade commands (choose based on how it was installed): @@ -113,9 +113,9 @@ The user may need to restart their agent if it doesn't support hot reloading (e. ## Step 5: Suggest a first run -Prompt the user to use the newly installed skills in `~/.agents/skills` to run a search or extract right away. Suggest one of: +Prompt the user to use the newly installed skills to run a search or extract right away. Suggest one of: -- `/parallel:parallel-web-search ` — fast web search -- `/parallel:parallel-web-extract ` — extract content from a URL -- `/parallel:parallel-deep-research ` — comprehensive research -- `/parallel:parallel-data-enrichment ` — enrich a list of entities +- `/parallel-web-search ` — fast web search +- `/parallel-web-extract ` — extract content from a URL +- `/parallel-deep-research ` — comprehensive research +- `/parallel-data-enrichment ` — enrich a list of entities diff --git a/skills/parallel-web-search/SKILL.md b/skills/parallel-web-search/SKILL.md index a16791e..c7653f1 100644 --- a/skills/parallel-web-search/SKILL.md +++ b/skills/parallel-web-search/SKILL.md @@ -37,6 +37,7 @@ Options if needed: - `--include-domains domain1.com,domain2.com` to limit to specific sources - `--exclude-domains domain.com` to filter out noisy sources - `--mode turbo` for simple fact lookups where speed and cost matter most (p50 ~200ms, lowest cost). English and Japanese queries only +- `--mode fast` for high-quality search within a ~1s latency budget - `--mode advanced` for harder questions (multi-step, agentic search). Default `basic` is right for almost everything; escalate to `advanced` only when basic results are insufficient, and drop to `turbo` for high-volume simple lookups - `--location us` (ISO 3166-1 alpha-2) for geo-targeted results