write-script-bunnative

Create Bun Native scripts with the Windmill TypeScript SDK.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aurumorinc/koda --skill write-script-bunnative-aurumorinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-bunnative
Source: https://github.com/aurumorinc/koda/tree/main/apps/koda-api/.claude/skills/write-script-bunnative
Command: npx skills add https://github.com/aurumorinc/koda --skill write-script-bunnative-aurumorinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of writing Bun Native scripts for Windmill, providing a structured template and guidelines for script development.

Core Features & Use Cases

  • Structured Script Template: Offers a clear structure for Bun Native scripts, including the required main function and guidelines for resource usage.
  • TypeScript SDK: Provides access to the Windmill TypeScript SDK for seamless integration with Windmill's features.
  • Use Case: When developing a new script for Windmill, use this Skill to set up the script correctly and efficiently.

Quick Start

Create a new Bun Native script using the write-script-bunnative Skill. Follow the guidelines to define the main function and use the provided SDK for Windmill integration.

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 a Bun Native script for Windmill using TypeScript?

To write a Bun Native script for Windmill, use a structured template that defines the required main function and integrates the Windmill TypeScript SDK for seamless automation and administrative task execution.

What is the required structure for a Windmill Bun Native script?

A Windmill Bun Native script requires a main function as its entry point, structured around TypeScript guidelines and the Windmill TypeScript SDK to ensure compatibility with the platform's native execution environment.

Can I use the Windmill TypeScript SDK with Bun Native for automation tasks?

Yes, you can use the Windmill TypeScript SDK with Bun Native to perform automation tasks, as the SDK provides the necessary interfaces to integrate scripts seamlessly within the Windmill platform.

Do I need to follow specific guidelines for resource usage in Windmill Bun Native scripts?

Yes, writing Windmill Bun Native scripts involves following specific guidelines for resource usage within the provided template to ensure your TypeScript code executes correctly and efficiently on the platform.

What's the best way to set up a new Bun Native script in Windmill?

The best way to set up a new Bun Native script in Windmill is to use a structured template that pre-configures the main function and TypeScript SDK integration, ensuring correct script initialization and efficient development.