How to remove a skill from team marketplace?

Hi

I published a skill by mistake, but I can’t find the unpublish button at all. I’ve already removed it from my local disk, how can I remove it from team marketplace?

Hey @Shenwei_Jiang,

Unpublish only lives inside Cursor (Customize → Skills) and only appears once the skill loads back as your own - it’s never on the marketplace listing or the dashboard. If you re-add it and still don’t see Unpublish, it’s because the plugin can’t load: team-marketplace skills are fetched with git, and yours is hitting Error loading plugin - spawn git ENOENT (no git on your machine).

To fix:

  1. Install git and confirm git --version runs in a terminal (on Remote SSH, install it on the remote host), then fully quit Cursor (Cmd/Ctrl+Q) and reopen.
  2. Open Customize → Plugins - hugo-style-contract-reviewer should no longer show “Error loading plugin”.
  3. Open Customize → Skills, find it, and pick Unpublish from the … menu.

That takes it off the team marketplace (a copy drops back into your local skills, which you can delete). If git’s already installed and it still errors after a restart, tell me your OS and whether you’re local or on Remote SSH and we’ll take it down from our side.