Neatcontext List

List the local NeatContext Contexts available to the current Kimi Code session. Use when the user asks what contexts exist, what can be connected, or explicitly invokes this skill.

XTSoftwareLabs a3ef8dd 772 B Updated

File contents

List contexts

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

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

Relay the output verbatim. Do not reformat or explain its (none - ...) notes.

Close with one short line: connect a context with /neatcontext:use <name>. Only when both sections are empty, also mention /neatcontext:create and /neatcontext:save.

XTSoftwareLabs/neatcontext-plugins/tree/main/plugins/kimi-code/neatcontext/skills/list commit a3ef8dd9f7

Frequently asked questions

npx skillmds@latest add xtsoftwarelabs/neatcontext-list