nushell-mcp
Use when running workspace-oriented Nushell commands through the Nushell MCP tools in Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when running workspace-oriented Nushell commands through the Nushell MCP tools in Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | nushell-mcp |
| description | Use when running workspace-oriented Nushell commands through the Nushell MCP tools in Codex. |
Use nu_run for call-scoped Nushell execution against the active Codex workspace.
Pass caller data through args; inside the script, read it from $args. Keep paths, regexes, snippets, and other non-trivial values in args so the Nushell source remains focused on command structure.
Prefer Nushell structured commands and pipelines over text-only adapters. Use records, lists, tables, where, select, get, first, last, sort-by, and to json-compatible values when shaping results.
When nu_run returns next_page, call nu_page with the provided arguments to continue reading the result. Treat result_id as an opaque handle scoped to the stored result.
Use nu_scope to inspect Nushell command metadata, and use nu_version when the available Nu executable or platform details matter.