Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Native Bun runtime operations for filesystem, process, and network tasks.
Use this skill when: Working with Bun's native file APIs (Bun.file(), Bun.write(), Bun.glob()) Need optimized I/O operations in Bun environment Running Bun-specific process commands Making network requests with Bun's fetch
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.
All scripts use Bun's native APIs for better performance File operations automatically handle encoding Errors are returned with clear messages
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.