Bun Runtime
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,
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,
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
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.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.