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

aid-unset-connector

  • name — aid-unset-connector
  • description — On-demand, off-pipeline removal from the connector catalog. aid-unset-connector <tool> deletes .aid/connectors/<stem>.md and purges its secret via connector-secret purge — never invokes /aid-discover. Runs reconcile.md’s single-stem REMOVE (purge-then-delete) so every OTHER catalogued connector is left byte-for-byte untouched, then rebuilds INDEX.md from whatever descriptors remain on disk. Idempotent: an already-absent stem is a clean no-op.
  • 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#L38
### Step 0: Validate arguments

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

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

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

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

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

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

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

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

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

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

Report an issue with this page →