docs: simplify agent setup prompt - #749
Open
camopod wants to merge 1 commit into
Open
Conversation
Narrow the setup prompt to what an agent should actually do in one shot: install the skills and MCP server, then report only what it verified. - Drop the CLI and Flash SDK install plus the API key steps. The skills install those on demand the first time a task needs them. - State up front that the agent runs the commands itself, and mark the two user-only steps (in-session commands, OAuth sign-in) explicitly. - Add a plugin verification command for Claude Code. - Replace the all-green completion banner with a status banner that distinguishes verified, needs-user-action, and failed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
lavanya-gunreddi
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the published agent setup prompt at
https://docs.runpod.io/agent-setup.mdwith a revised, simplified version. Same page, same URL.What changed
runpodctlinstall, Flash SDK install, and API key steps are gone. The skills install those on demand the first time a task needs them, so doing it up front is wasted work.claude plugin list, expected status, how to recover if disabled).✓), needs a user action (⚠), and failed (✗). The old version printed success for the MCP server before the user had signed in.Notes
docs.jsonnavigation, and nothing else in the repo links to it, so no nav or link updates are needed.scripts/validate-tooltips.jspasses.🤖 Generated with Claude Code