Skip to content

fix(skills): move parallel-cli to optional-skills#3673

Merged
teknium1 merged 1 commit intoNousResearch:mainfrom
kshitijk4poor:fix/move-parallel-cli-to-optional
Mar 29, 2026
Merged

fix(skills): move parallel-cli to optional-skills#3673
teknium1 merged 1 commit intoNousResearch:mainfrom
kshitijk4poor:fix/move-parallel-cli-to-optional

Conversation

@kshitijk4poor
Copy link
Copy Markdown
Contributor

@kshitijk4poor kshitijk4poor commented Mar 29, 2026

Summary

  • parallel-cli is a paid third-party vendor skill requiring PARALLEL_API_KEY, but it was in the default skills/ directory with no env-var gate
  • This caused it to appear in every user's system prompt regardless of whether they have a Parallel account or API key set up
  • Moved it to optional-skills/research/parallel-cli/ so it's only discoverable via the Skills Hub and must be explicitly installed
  • Removed it from the default skills catalog docs
parallel-cli is a paid third-party vendor skill that requires
PARALLEL_API_KEY, but it was shipped in the default skills/ directory
with no env-var gate. This caused it to appear in every user's system
prompt even when they have no Parallel account or API key.

Move it to optional-skills/ so it is only visible through the Skills
Hub and must be explicitly installed. Also remove it from the default
skills catalog docs.
@teknium1 teknium1 merged commit a99c047 into NousResearch:main Mar 29, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants