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.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add XTSoftwareLabs/neatcontext-plugins --skill disconnect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Disconnect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xtsoftwarelabs-disconnect-neatcontext-plugins)More formats (shields.io, HTML) on the badges page.
---
name: neatcontext-disconnect
description: 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.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!