feat(skills): add non-interactive auth/config guidance#1811
Merged
Conversation
Add configure-authentication skill documenting: - SPEAKEASY_API_KEY environment variable - ~/.speakeasy/config.yaml setup - CI/CD examples (GitHub Actions, Docker) - Common auth errors and solutions Add Prerequisites section to auth-requiring skills: - regenerate-sdk - start-new-sdk-project - get-ai-suggestions - improve-operation-ids - check-workspace-status Closes GEN-2328
simplesagar
approved these changes
Jan 20, 2026
- Reduce configure-authentication from 82 to 43 lines (~48%) - Reduce check-workspace-status from 54 to 26 lines (~52%) - Recommend `--output json` for LLMs/automation - Remove redundant CI/CD examples and verbose tables - Replace outdated TTY warning with working verification command
vishalg0wda
enabled auto-merge (squash)
January 21, 2026 13:45
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.
Summary
configure-authenticationskill documenting non-interactive authentication for CI/CD and AI agentsChanges
New Skill:
configure-authenticationDocuments:
SPEAKEASY_API_KEYenvironment variable (recommended)~/.speakeasy/config.yamlsetupUpdated Skills
Added Prerequisites section pointing to
configure-authentication:regenerate-sdkstart-new-sdk-projectget-ai-suggestionsimprove-operation-idscheck-workspace-statusTest plan
/pluginCloses GEN-2328