help

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

Updated May 28, 2026
One-click install
npx skills add https://github.com/changfengpro/agent-skills --skill help-changfengpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/changfengpro/agent-skills/tree/main/skills/help
Command: npx skills add https://github.com/changfengpro/agent-skills --skill help-changfengpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often struggle to find accurate answers about Grok configuration, MCP servers, authentication, skills, and keyboard shortcuts without digging through scattered documentation files. ## Core Features & Use Cases - Config Inspection: Reads the active config.toml to report current MCP servers, models, and settings. - Documentation Lookup: Searches 21 user-guide topics covering authentication, slash commands, theming, MCP servers, skills, hooks, sandbox mode, and more. - Config Modification & Skill Creation: Edits config.toml directly and scaffolds new SKILL.md files following the documented format. - Use Case: A user asks how to add an MCP server; the Skill reads the MCP guide, explains the steps, and can apply the change to config.toml. ## Quick Start Ask how to configure an MCP server in Grok and have the answer pulled from the local user-guide documentation.

Frequently Asked Questions about help

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

FAQPage Schema
How do I configure MCP servers in Grok?

MCP servers are configured in config.toml under [mcp_servers.*] sections. The Skill reads the 07-mcp-servers.md user guide for setup instructions and can edit config.toml directly to add or modify server entries.

How do I create a custom skill in Grok?

Create a SKILL.md file with YAML frontmatter containing name and description inside a skills directory. The Skill reads the 08-skills.md guide for the exact format and can scaffold the new skill file for you.

What topics does the Grok user guide cover?

The guide contains 21 documents covering installation, authentication, keyboard shortcuts, slash commands, configuration, theming, MCP servers, skills, plugins, hooks, custom models, memory, headless mode, subagents, sessions, sandbox, plan mode, and terminal support.

Can the help skill modify my current configuration?

Yes, it can edit config.toml using search_replace to apply configuration changes. It first reads the current file to inspect active MCP servers, models, and settings before making modifications.

What happens if my question is not covered by the user guides?

If none of the 21 topic-specific guides match the question, the Skill falls back to the main README.md file, which serves as the comprehensive reference for all Grok features.