---
name: Remove Subscription
slug: remove-subscription
category: Automation
description: "Remove Subscription unsubscribes from a skill event by delegating to the /skill-bus:remove-sub command. Use it when you need to stop receiving or disable a subscription for a particular skill event."
github: "https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/remove-sub"
language: JavaScript
stars: 1892
forks: 565
install: "npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/remove-sub ~/.claude/skills/remove-sub"
installs_to: ~/.claude/skills/remove-sub
source_path: skill-bus/skills/remove-sub/SKILL.md
collection_size: 23
category_size: 1523
collection_url: "https://dirskills.com/collections/composio-community/awesome-claude-plugins"
added: 2026-08-18T06:59:20.744Z
last_synced: 2026-08-18T06:59:20.744Z
canonical_url: "https://dirskills.com/skills/remove-subscription"
---

# Remove Subscription

Remove Subscription unsubscribes from a skill event by delegating to the /skill-bus:remove-sub command. Use it when you need to stop receiving or disable a subscription for a particular skill event.

**Install:**

```bash
npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/remove-sub ~/.claude/skills/remove-sub
```

## README

# Unsubscribe from Skill Event

This skill delegates to the `/skill-bus:remove-sub` command for the full interactive process.

Run the command directly: `/skill-bus:remove-sub`
