nimble-search-reference
Reference for nimble search command. Load when searching the live web. Contains: all flags, 8 focus modes (general/coding/news/academic/shopping/social/geo/location), search_depth modes (lite/fast/deep), response structure, credit costs.
What this skill does
# nimble search — reference
Real-time web search with 8 focus modes. Returns results with titles, URLs, and optionally full content and AI answers.
## Table of Contents
- [Parameters](#parameters)
- [Search depth modes](#search-depth-modes)
- [Focus modes](#focus-modes)
- [CLI](#cli)
- [Python SDK](#python-sdk)
- [Response structure](#response-structure)
---
## Parameters
| Parameter | Type | Default | Description |
| ------------------------- | --------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `query` | string | required | Search query |
| `search_depth` | string | `deep` | Content depth: `lite` \| `fast` \| `deep` — see depth table below |
| `focus` | string or array | `general`| Focus mode (see table below) or array of specific agent names e.g. `["amazon_serp", "target_serp"]` |
| `include_answer` | bool | `false` | AI-synthesized answer (premium — retry without if 402/403) |
| `max_results` | int | `10` | Result count (1–100) |
| `output_format` | string | — | `plain_text` \| `markdown` \| `simplified_html` |
| `include_domains` | array | — | Restrict to these domains (max 50) |
| `exclude_domains` | array | — | Exclude these domains (max 50) |
| `time_range` | string | — | `hour` \| `day` \| `week` \| `month` \| `year` — cannot combine with dates |
| `start_date` / `end_date` | string | — | Date range `YYYY-MM-DD` — cannot combine with `time_range` |
| `content_type` | string | — | File type filter: `pdf`, `docx`, `xlsx`, `documents`, `spreadsheets`, `presentations` — only with `general` focus |
| `max_subagents` | int | — | Parallel agents for shopping/social/geo/location (1–5) |
| `country` | string | — | ISO Alpha-2 geo-targeted results (e.g. `US`) |
| `locale` | string | — | Language code (e.g. `en`, `fr`, `de`) |
| `deep_search` | bool | — | **Deprecated** — use `search_depth` instead. `true` = `deep`, `false` = `lite`. Still works for backward compat. |
CLI uses hyphens (`--search-depth`, `--include-answer`). SDK uses underscores (`search_depth`, `include_answer`).
---
## Search depth modes
| Mode | Content | Speed | Best for |
| ------ | -------------------------------- | -------- | --------------------------------------------------------------- |
| `lite` | Metadata only (title, URL, snippet) | Fastest | High-volume pipelines, URL discovery, quick filtering |
| `fast` | Rich cached content | Fast | AI agents, RAG, chatbots — quality content without scrape latency |
| `deep` | Full real-time page content | Slowest | Research, due diligence, tasks requiring complete source material |
**Default for AI agent use:** prefer `fast` — richest content-to-latency ratio.
---
## Focus modes
| Mode | Best for | Example query |
| ---------- | ----------------------------------- | ---------------------------------------- |
| `general` | Broad web (default) | "best practices for X" |
| `coding` | Docs, code, Stack Overflow, GitHub | "how to implement X in Python" |
| `news` | Current events, breaking news | "EU AI Act enforcement 2026" |
| `academic` | Research papers, scholarly articles | "transformer attention mechanisms paper" |
| `shopping` | Products, price comparisons | "best wireless headphones under $200" |
| `social` | People, LinkedIn, X, YouTube | "Jane Doe Head of Engineering" |
| `geo` | Geographic and regional data | "tech companies in Berlin" |
| `location` | Local businesses, restaurants | "italian restaurants San Francisco" |
---
## CLI
```bash
# Fast depth — rich content, low latency (best for agents)
nimble search --query "React server components" --search-depth fast
# Lite — metadata only, fastest
nimble search --query "OpenAI announcements" --focus news --search-depth lite
# Deep — full real-time page scrape
nimble search --query "EU AI Act" --focus news --search-depth deep \
--start-date 2025-01-01 --end-date 2025-12-31
# With AI answer + domain filter
nimble search --query "Python asyncio best practices" \
--focus coding --search-depth fast --include-answer \
--include-domain '["docs.python.org", "realpython.com"]'
# Extract just URLs
nimble --transform "results.#.url" search --query "React tutorials" --search-depth lite
```
## Python SDK
```python
from nimble_python import Nimble
nimble = Nimble(api_key=os.environ["NIMBLE_API_KEY"])
# Fast depth — best default for AI agent use
resp = nimble.search(query="React server components", search_depth="fast")
# Lite — scan many results quickly
resp = nimble.search(
query="OpenAI announcements",
focus="news",
search_depth="lite",
time_range="week",
)
# Deep — full content for research
resp = nimble.search(
query="EU AI Act enforcement",
focus="news",
search_depth="deep",
include_answer=True,
)
# Custom focus — explicit agent array
resp = nimble.search(
query="best wireless headphones",
focus=["amazon_serp", "walmart_serp"],
search_depth="fast",
max_results=10,
)
results = resp.results # list of result objects
answer = resp.answer # AI summary (if include_answer=True)
```
---
## Response structure
| Field | Type | Description |
| -------------------------------- | ------ | ------------------------------------------------------------ |
| `total_results` | int | Total results returned |
| `results` | array | Search results |
| `results[].title` | string | Page title |
| `results[].description` | string | Snippet |
| `results[].url` | string | Page URL |
| `results[].content` | string | Page content — cached (`fast`) or real-time scraped (`deep`) |
| `results[].metadata.position` | int | Result rank |
| `results[].metadata.entity_type` | string | e.g. `OrganicResult` |
| `answer` | string | AI summary (if `include_answer=True`) Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.