Toolverse
All skills

write-script-python3

by windmill-labs

MUST use when writing Python scripts.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
3

About this skill

MUST use when writing Python scripts.

How to use

  1. Utwórz skrypt Python3 zawierający funkcję main z parametrami odpowiadającymi Twoim potrzebom. Funkcja main powinna zwrócić słownik z wynikami, np. {"result": wartość}. 2. Jeśli skrypt wymaga dostępu do zasobów (bazy danych, API, credentials), zdefiniuj ich typy przed funkcją main, używając TypedDict z modułu typing. Pamiętaj, że nazwa typu musi być pisana małymi literami, np. class postgresql(TypedDict). 3. Importuj potrzebne biblioteki na początku skryptu — Windmill automatycznie zainstaluje wszystkie zadeklarowane zależności, nie musisz nic robić ręcznie. 4. Po napisaniu skryptu uruchom w terminalu polecenie wmill script generate-metadata, aby wygenerować pliki .script.yaml i .lock zawierające metadane i zablokowane wersje bibliotek. 5. Wdróż skrypt na platformę Windmill, wykonując polecenie wmill sync push. 6. Jeśli chcesz sprawdzić dostępne typy zasobów w Windmill, użyj polecenia wmill resource-type list --schema, aby zobaczyć, jakie zasoby możesz wykorzystać w swoim skrypcie.

Related skills

turborepo

by vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

DevOps
1066

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

cloudflare-manager

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun

DevOps
20122

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449