write-script-bunnative

Automates creation and deployment of Bun Native TypeScript scripts for serverless execution.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-script-bunnative-orvanta-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-bunnative
Source: https://github.com/Orvanta-Cloud/orvanta-cli-docs/tree/main/skills/write-script-bunnative
Command: npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-script-bunnative-orvanta-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of writing, deploying, and running Bun Native TypeScript scripts, reducing the complexities associated with script creation and execution.

Core Features & Use Cases

  • TypeScript Support: Supports writing TypeScript scripts natively with Bun's runtime.
  • Resource Types: Seamlessly integrates with Orvanta's resource types for authentication and configuration.
  • No Imports: Eliminates the need for external imports, leveraging the globally available fetch function.
  • Orvanta Client: Provides access to Orvanta's APIs without the need for the orvanta client library.
  • Use Case: Ideal for creating serverless functions and API endpoints that need to interact with Orvanta's resources and services.

Quick Start

Use the write-script-bunnative skill to create a new Bun Native script for processing data.

Frequently Asked Questions about write-script-bunnative

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write and deploy serverless TypeScript scripts using Bun?

You can write and deploy serverless TypeScript scripts using Bun by automating the creation and execution of Bun Native scripts. This approach eliminates external imports, leveraging globally available functions for serverless execution.

Can I use native TypeScript for serverless functions without adding external imports?

Yes, native TypeScript serverless functions can run without external imports. The scripts leverage globally available functions like fetch and access Orvanta APIs directly, eliminating the need for external client libraries.

What is the best way to create API endpoints that interact with Orvanta resources?

The best way to create API endpoints interacting with Orvanta resources is using Bun Native TypeScript scripts. They seamlessly integrate with Orvanta's resource types for authentication and configuration without requiring the Orvanta client library.

Do I need the Orvanta client library to access Orvanta APIs in a Bun runtime?

No, you do not need the Orvanta client library to access Orvanta APIs in a Bun runtime. The scripts provide direct access to Orvanta's APIs and integrate with resource types for authentication natively.

Are there limitations when running Bun Native scripts for serverless execution?

A limitation of running Bun Native scripts for serverless execution is the reliance on globally available functions like fetch, which eliminates external imports. This design requires scripts to operate within Orvanta's resource integration framework.