arctl skill unpublish
Unpublish a skill from agentregistry. The command marks the skill as unpublished and hides it from public listings. The skill data is not deleted and can be re-published later.
Use the --all option to unpublish all versions of the skill.
Usage
arctl skill unpublish <skill-name> [flags]Example:
arctl skill unpublish my-skill --version latest
arctl skill unpublish my-skill --allCommand-specific flags
--all: Unpublish all versions of the skill
--version string: Specify the version of the skill to unpublish (defaults to latest)Global flags
-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.