Toolverse
All skills

speak-multi-env-setup

by jeremylongshore

Configure Speak across development, staging, and production environments.\nUse when setting up multi-environment deployments, configuring per-environment secrets,\nor implementing environment-specific Speak configurations.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Testing

About this skill

Configure Speak across development, staging, and production environments.\nUse when setting up multi-environment deployments, configuring per-environment secrets,\nor implementing environment-specific Speak configurations.\nTrigger with phrases like \

How to use

  1. Upewnij się, że wcześniej ukończyłeś konfigurację speak-install-auth i posiadasz ważne dane dostępu do API Speak.

  2. Zdefiniuj zmienne środowiskowe dla każdego etapu: SPEAK_API_KEY, SPEAK_APP_ID oraz NODE_ENV (development, staging lub production). Każde środowisko powinno mieć własny klucz API.

  3. Utwórz plik konfiguracyjny speak_multi_env_setup_config.ts, który będzie odczytywać zmienne środowiskowe i przypisywać je do obiektu konfiguracji zawierającego apiKey, appId i environment.

  4. Zaimplementuj inicjalizację klienta Speak za pomocą SpeakClient z pakietu @speak/language-sdk, przekazując przygotowaną konfigurację.

  5. Uruchom weryfikację zdrowia integracji, wywołując metodę client.health.check() lub wykonując zapytanie curl z nagłówkiem Authorization zawierającym token API do https://api.speak.com/v1/health.

  6. Sprawdź odpowiedź — powinna zawierać status potwierdzający poprawną konfigurację. W przypadku błędu 401 zweryfikuj klucz API, a dla błędu 429 zmniejsz częstotliwość żądań.

Related skills

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138

crypto-research

by stevengonsalvez

Comprehensive cryptocurrency market research and analysis using specialized AI agents. Analyzes market data, price trends, news sentiment, technical indicators, macro correlations, and investment opportunities. Use when researching cryptocurrencies, analyzing crypto markets,

Testing
14118

hono

by openstatusHQ

Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.

Testing
1257

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103