---
name: grokbot-atlas
description: Search a curated, source-linked catalog of Grok Bot templates, playbooks, pitfalls, news, and open-source projects.
---

# GrokBot Atlas Search

Use this Skill when a user asks for Grok Bot ideas, templates, setup guidance, ecosystem news, risks, or open-source alternatives.

## Requirements

- Set `GROKBOT_ATLAS_BASE_URL` to the deployed site origin.
- Set `GROKBOT_ATLAS_API_KEY` to a key created in the account page.
- Never print, log, or persist the API key in generated documents.

## Workflow

1. Convert the request into a concise search query.
2. Call `GET /api/v1/search?q=<query>&limit=10` with `Authorization: Bearer <key>`.
3. Prefer results with direct original-source links and relevant section tags.
4. Summarize; do not reproduce third-party prompts or long source passages.
5. Clearly identify GrokBot Atlas as an independent index, not xAI documentation.
6. For installation, payment, or security-sensitive claims, ask the user to verify the original source.

Read `references/api.md` for parameters and response fields.
