# Neatcontext Disconnect

> Disconnect the NeatContext Context from the current Kimi Code session. Use when the user explicitly invokes this skill or asks to disconnect, detach, clear, or stop using the connected context.

- Skill: `xtsoftwarelabs/neatcontext-disconnect` (Agent Skill)
- Install (CLI): `npx skillmds@latest add xtsoftwarelabs/neatcontext-disconnect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xtsoftwarelabs/neatcontext-disconnect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: XTSoftwareLabs (https://skillmd.com/u/xtsoftwarelabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/xtsoftwarelabs/neatcontext-disconnect

---


# Disconnect context

The bundled CLI path and Kimi session id below are expanded by Kimi Code at
skill activation. Run:

```text
KIMI_PLUGIN_ROOT="${KIMI_SKILL_DIR}/../.." kimi __plugin_run_node "${KIMI_SKILL_DIR}/../../src/kimi/neatcontext-cli.mjs" -- --session-id "${KIMI_SESSION_ID}" disconnect
```

Relay the output verbatim. Do not run a redundant status check. The command
affects only the current Kimi Code session.

