Skip to content
AID v2.3.0 is out.See what's new →
Skills

aid-unset-connector

  • name — aid-unset-connector
  • description — Remove one entry from the connector catalog. Use this skill when a project stops using an external tool and its descriptor and stored secret should go with it. Naming the tool deletes its descriptor, purges its secret, and rebuilds the catalog index from whatever remains on disk — touching only that one stem, so every other catalogued connector is left byte-for-byte untouched. Idempotent: removing an already-absent tool is a clean no- op. It never invokes /aid-discover.
  • allowed-tools — Read, Bash
  • argument-hint — <tool> — e.g. aid-unset-connector Jira

Definition: canonical/skills/aid-unset-connector/SKILL.md

Approximate: This chart is derived by heuristic; exact transitions may differ from runtime behaviour.

flowchart TB
  classDef aidNode color:#fff
  classDef aidEntry fill:#166534,stroke:#14532d,color:#fff
  classDef aidExit fill:#991b1b,stroke:#7f1d1d,color:#fff
  classDef aidDecision fill:#92400e,stroke:#78350f,color:#fff
  classDef aidLoopBack fill:#1e3a8a,stroke:#1e3a8a,color:#fff
  classDef aidStep fill:#1a2035,stroke:#d4a853,color:#f1f5f9
  n1(["STEP-0<br/>Validate arguments"])
  n2["STEP-1<br/>Resolve &lt;tool&gt; → descriptor stem"]
  n3["STEP-2<br/>Single-stem REMOVE (reconcile.md)"]
  n4(["STEP-3<br/>Rebuild INDEX.md"])
  n1 --> n2
  n2 --> n3
  n3 --> n4
  class n1 aidEntry
  class n2 aidStep
  class n3 aidStep
  class n4 aidExit
  class n1 aidNode
  class n2 aidNode
  class n3 aidNode
  class n4 aidNode

Every node in the chart above, in chart order, with the exact canonical/ text it was derived from.

1 · STEP-0 — Validate arguments · entry

canonical/skills/aid-unset-connector/SKILL.md#L39
### Step 0: Validate arguments

Source: canonical/skills/aid-unset-connector/SKILL.md#L39

2 · STEP-1 — Resolve <tool> → descriptor stem · step

canonical/skills/aid-unset-connector/SKILL.md#L58
## Step 1: Resolve `<tool>` → descriptor stem

Source: canonical/skills/aid-unset-connector/SKILL.md#L58

3 · STEP-2 — Single-stem REMOVE (reconcile.md) · step

canonical/skills/aid-unset-connector/SKILL.md#L72
## Step 2: Single-stem REMOVE (`reconcile.md`)

Source: canonical/skills/aid-unset-connector/SKILL.md#L72

4 · STEP-3 — Rebuild INDEX.md · exit · UNSPECIFIED

canonical/skills/aid-unset-connector/SKILL.md#L102
## Step 3: Rebuild `INDEX.md`

Source: canonical/skills/aid-unset-connector/SKILL.md#L102

Report an issue with this page →