help

Answers Grok setup, configuration, and feature questions using local documentation and config files.

2|Updated Mar 29, 2015
One-click install
npx skills add https://github.com/ovisan/dotfiles --skill help-ovisan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/ovisan/dotfiles/tree/main/.grok/skills/help
Command: npx skills add https://github.com/ovisan/dotfiles --skill help-ovisan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often struggle to find accurate answers about Grok setup, MCP servers, authentication, skills, and slash commands without digging through scattered documentation. This Skill routes questions to the right local guide or config file and can even modify configuration on the user's behalf. ## Core Features & Use Cases - Config Inspection: Reads the active config.toml to report which MCP servers, models, and settings are currently enabled. - Guided Documentation Lookup: Maps questions to 21 topic-specific user guides covering authentication, theming, MCP servers, skills, hooks, sandbox mode, and more. - Config Editing and Skill Creation: Modifies config.toml directly and scaffolds new SKILL.md files following the documented format. - Use Case: A user asks how to add a new MCP server. The Skill reads the MCP servers guide, explains the config.toml syntax, and applies the edit for them. ## Quick Start Ask how to configure an MCP server in Grok and have the config file updated for you.

Frequently Asked Questions about help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an MCP server to Grok?

MCP servers are configured in config.toml under [mcp_servers.*] sections. The Skill reads the MCP servers guide for exact syntax and can edit your config.toml directly to add the new server entry.

How do I create a custom skill in Grok?

Create a SKILL.md file with YAML frontmatter containing a name and description inside a skills directory. The Skill reads the skills guide for the exact format and scaffolds the file for you.

How can I check which MCP servers are currently configured?

The Skill reads your active config.toml and lists all servers defined under [mcp_servers.*] sections, along with other active settings like models and environment options.

What topics does the Grok user guide documentation cover?

The documentation includes 21 guides covering installation, authentication, keyboard shortcuts, slash commands, configuration, theming, MCP servers, skills, plugins, hooks, custom models, memory, headless mode, subagents, sessions, sandbox, plan mode, background tasks, and terminal support.

Can Grok authentication use API keys or OIDC?

Yes, the authentication guide covers browser login, API keys, OIDC, and external auth methods. The Skill reads that guide to walk you through the option that fits your environment.