Skip to content

dotnet skills install remote catalog unavailable #493

@ddieppa

Description

@ddieppa

following the documentation I did this:

 dotnet tool install --global dotnet-skills
You can invoke the tool using the following command: dotnet-skills
Tool 'dotnet-skills' (version '0.0.47') was successfully installed.

after that I did this:

dotnet skills install package data
Warning: Remote catalog unavailable: Release asset dotnet-skills-catalog.zip from catalog-v2026.4.8.1 is missing the
expected skills/ and catalog/ folders.
Warning: Falling back to bundled catalog.

that falling back still installed the skills but then I tried this:

 agents install data
agents: The term 'agents' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

and this

 dotnet agents install data
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET program, but dotnet-agents does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

What is missing?

Also tried this:

dotnet skills install --auto
Warning: Remote catalog unavailable: Release asset dotnet-skills-catalog.zip from catalog-v2026.4.8.1 is missing the
expected skills/ and catalog/ folders.
Warning: Falling back to bundled catalog.
Unknown skill: --auto

but is failing too

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions