Bun 运行时功能用于文件系统、进程和网络操作。当您需要执行 Bun 特定的操作(例如 Bun.file()、Bun.write() 或 Bun.glob() 来优化文件处理时,或者在使用 Bun 的本机进程/网络 API 时使用。由对 Bun 运行时功能的请求触发
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bun-runtime或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bun-runtime⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bun-runtime/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bun-runtime description: Bun runtime capabilities for filesystem, process, and network operations. Use when you need to execute Bun-specific operations like Bun.file(), Bun.write(), or Bun.glob() for optimized file handling, or when working with Bun's native process/network APIs. Triggered by requests for Bun runtime features, file operations with Bun, or high-performance I/O tasks. ---
Native Bun runtime operations for filesystem, process, and network tasks.
Use this skill when:
Bun.file(), Bun.write(), Bun.glob())scripts/bun-fs.sh read /path/to/file.txt
Returns JSON: {"content": "file contents"}
scripts/bun-fs.sh write /path/to/file.txt "content here"
Creates parent directories automatically. Returns JSON: {"written": true, "path": "/path/to/file.txt"}
scripts/bun-glob.sh "/tmp/*.txt"
Returns JSON: {"files": ["/tmp/file1.txt", "/tmp/file2.txt"], "count": 2}
scripts/bun-process.sh "ls -la"
Runs shell command and returns output.
scripts/bun-fetch.sh "https://api.example.com" "GET"
Makes HTTP request using Bun's native fetch.
安装 包子运行时 后,可以对 AI 说这些话来触发它
Help me get started with Bun Runtime
Explains what Bun Runtime does, walks through the setup, and runs a quick demo based on your current project
Use Bun Runtime to bun runtime capabilities for filesystem, process, and network opera...
Invokes Bun Runtime with the right parameters and returns the result directly in the conversation
What can I do with Bun Runtime in my documents & notes workflow?
Lists the top use cases for Bun Runtime, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bun-runtime/ 目录(个人级,所有项目可用),或 .claude/skills/bun-runtime/(项目级)。重启 AI 客户端后,用 /bun-runtime 主动调用,或让 AI 根据上下文自动发现并使用。
包子运行时 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
包子运行时 可免费安装使用。请查阅仓库了解许可证信息。
Bun 运行时功能用于文件系统、进程和网络操作。当您需要执行 Bun 特定的操作(例如 Bun.file()、Bun.write() 或 Bun.glob() 来优化文件处理时,或者在使用 Bun 的本机进程/网络 API 时使用。由对 Bun 运行时功能的请求触发
包子运行时 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Bun Runtime
Identifies repetitive steps in your workflow and sets up Bun Runtime to handle them automatically