·nushell-plugin-builder
{}

nushell-plugin-builder

ypares/agent-skills

使用 nu_plugin 和 nu_protocol crate 在 Rust 中创建 Nushell 插件的指南。当用户想要构建自定义 Nushell 命令、使用新功能扩展 Nushell、创建数据转换或将外部工具/API 集成到 Nushell 时使用。涵盖项目设置、命令实施、流数据、自定义值和测试。

10安装·3热度·@ypares

安装

$npx skills add https://github.com/ypares/agent-skills --skill nushell-plugin-builder

SKILL.md

This skill helps create Nushell plugins in Rust. Plugins are standalone executables that extend Nushell with custom commands, data transformations, and integrations.

Common types: String, Int, Float, Bool, List(Box ), Record(...), Any

This shows users exactly where the error occurred in their command.

使用 nu_plugin 和 nu_protocol crate 在 Rust 中创建 Nushell 插件的指南。当用户想要构建自定义 Nushell 命令、使用新功能扩展 Nushell、创建数据转换或将外部工具/API 集成到 Nushell 时使用。涵盖项目设置、命令实施、流数据、自定义值和测试。 来源:ypares/agent-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ypares/agent-skills --skill nushell-plugin-builder
分类
{}数据分析
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 nushell-plugin-builder?

使用 nu_plugin 和 nu_protocol crate 在 Rust 中创建 Nushell 插件的指南。当用户想要构建自定义 Nushell 命令、使用新功能扩展 Nushell、创建数据转换或将外部工具/API 集成到 Nushell 时使用。涵盖项目设置、命令实施、流数据、自定义值和测试。 来源:ypares/agent-skills。

如何安装 nushell-plugin-builder?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ypares/agent-skills --skill nushell-plugin-builder 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ypares/agent-skills