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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.