A high-performance interface for executing native Bun runtime operations including optimized filesystem I/O, process execution, and network requests.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bun-runtime
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bun-runtime using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Bun Runtime skill provides a powerful set of tools designed to leverage the speed and efficiency of the Bun environment. By utilizing native Bun APIs such as Bun.file, Bun.write, and Bun.glob, this skill ensures that filesystem and network operations are significantly faster than traditional Node.js alternatives. It is a core component for developers looking to integrate high-performance scripting into their Openclaw Skills ecosystem.
This skill simplifies complex tasks by wrapping native Bun functions into accessible shell scripts. Whether you are managing large-scale file transformations or executing rapid network fetches, the Bun Runtime skill provides the stability and speed required for modern AI-driven development workflows.
To get started with the Bun Runtime skill, ensure you have Bun installed and the scripts are executable within your Openclaw Skills environment:
# Ensure scripts have execution permissions
chmod +x scripts/bun-fs.sh
chmod +x scripts/bun-glob.sh
chmod +x scripts/bun-process.sh
chmod +x scripts/bun-fetch.sh
The skill organizes data using a consistent JSON output format for all operations to ensure compatibility within Openclaw Skills workflows.
| Operation | Key Outputs | Description |
|---|---|---|
| Read File | content |
The raw string content of the specified file. |
| Write File | written, path |
Confirmation of success and the target file path. |
| Glob Files | files, count |
An array of matching file paths and the total number of matches. |
| Process | stdout, stderr |
The standard output or error from executed shell commands. |
Loading
A specialized quality assurance tool designed to audit, score, and provide actionable optimization feedback for Openclaw Skills.

A private coaching agent for OpenClaw that automates documentation synchronization and delivers interactive daily usage techniques.

A private AI mentor that automates documentation synchronization to Obsidian and delivers interactive daily technical tips.

A cognitive framework skill that empowers AI agents to strip away assumptions and rebuild solutions based on fundamental truths.

A comprehensive travel planner that automates the generation of detailed, print-ready itineraries by integrating bookings, weather, and local recommendations.

A versatile tool for controlling Tuya and Smart Life smart home devices using both cloud APIs and local network protocols.

A specialized skill for managing cryptocurrency deposits, credit card onramps, and multi-chain wallet funding operations.








































