Releases: netclaw-dev/skill-server
Releases · netclaw-dev/skill-server
SkillServer 0.3.0
Immutable
release. Only release title and notes can be modified.
0.3.0 May 5th 2026
New Features
- Add
skillserverCLI tool for publishing and managing skills from the command line (#56)- Commands:
publish,publish-all,delete,list,versions,verify,config,api-key - Distributed as a .NET global tool (
dotnet tool install -g Netclaw.SkillServer.Cli) and standalone trimmed binaries for linux-x64, linux-arm64, osx-arm64, and win-x64 - Install scripts for Linux/macOS (
install-skillserver.sh) and Windows (install-skillserver.ps1)
- Commands:
- Add
UploadSkillWithResourcesAsyncandUploadSkillIfNotExistsAsynctoNetclaw.SkillClientfor idempotent publishing with resource file support (#56)
Improvements
- Consolidate
publish_nuget.ymlandpublish_container.ymlinto a unifiedrelease.ymlworkflow — NuGet packages, CLI binaries, and container images build in parallel with a single coordinated publish stage (#56) - Add CLI publish dry-run, trim warning checks, and install script linting to PR validation (#56)
Dependency Updates
- Bump YamlDotNet from 17.0.1 to 17.1.0 (#55)
SkillServer 0.2.1
Immutable
release. Only release title and notes can be modified.
0.2.1 April 29th 2026
New Features
- Add resource file upload support to
POST /skills— skills can now include arbitrary resource files (e.g.references/guide.md,scripts/setup.sh) per the AgentSkills.io spec (#52)
Improvements
SkillServer 0.2.0
Immutable
release. Only release title and notes can be modified.
0.2.0 April 27th 2026
Improvements
SkillServer 0.1.2
Immutable
release. Only release title and notes can be modified.
0.1.2 April 27th 2026
Improvements
- Return 409 Conflict for duplicate skill version uploads instead of 400 Bad Request (#41)
- Follows NuGet pattern — enables idempotent publish pipelines via
--skip-duplicatesemantics
- Follows NuGet pattern — enables idempotent publish pipelines via
SkillServer 0.1.1
Immutable
release. Only release title and notes can be modified.