Toolverse
All skills

prowler-provider

by prowler-cloud

Creates new Prowler cloud providers or adds services to existing providers. Trigger: When extending Prowler SDK provider architecture (adding a new provider or a new service to an existing provider).

Installation

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

Installation

Quick info

Category
Security

About this skill

Creates new Prowler cloud providers or adds services to existing providers. Trigger: When extending Prowler SDK provider architecture (adding a new provider or a new service to an existing provider).

How to use

  1. Zainstaluj umiejętność w swoim środowisku Prowlera, upewniając się że masz dostęp do narzędzi Read, Edit, Write, Glob, Grep, Bash, WebFetch, WebSearch i Task.

  2. Przygotuj informacje o nowym dostawcy lub usłudze: nazwę dostawcy chmury (np. azure, gcp), nazwę nowej usługi oraz szczegóły autentykacji i regionów jeśli dodajesz dostawcę.

  3. Wyzwól umiejętność z kontekstem dodawania nowego dostawcy lub usługi. Umiejętność automatycznie wygeneruje wymaganą strukturę katalogów w prowler/providers/{provider}/ z plikami __init__.py, {provider}_provider.py, models.py, config.py oraz katalogami exceptions/, lib/ i services/.

  4. Umiejętność utworzy klasę dostawcy dziedziczącą z Provider z metodami _setup_session() do obsługi autentykacji oraz _get_regions() do pobrania dostępnych regionów.

  5. Dla nowej usługi umiejętność wygeneruje strukturę w services/{service}/ zawierającą {service}_service.py do pobierania zasobów, {service}_client.py jako singleton oraz katalog dla poszczególnych kontroli z plikami .py i .metadata.json.

  6. Przejrzyj wygenerowany kod, dostosuj logikę autentykacji i pobierania zasobów do specyfiki dostawcy, a następnie przetestuj integrację z resztą frameworka Prowlera.

Related skills

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951

payload

by payloadcms

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Security
50171

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

feishu-docs

by openclaw

飞书文档(Docx)API技能。用于创建、读取、更新和删除飞书文档。支持Markdown/HTML内容转换、文档权限管理。

Security
1574

openapi-spec-generation

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

Security
18109