Toolverse
All skills

replit-data-handling

by jeremylongshore

Implement Replit PII handling, data retention, and GDPR/CCPA compliance patterns.\nUse when handling sensitive data, implementing data redaction, configuring retention policies,\nor ensuring compliance with privacy regulations for Replit integrations.\nTrigger with phrases like \

Installation

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

Installation

Quick info

Category
Security

About this skill

Implement Replit PII handling, data retention, and GDPR/CCPA compliance patterns.\nUse when handling sensitive data, implementing data redaction, configuring retention policies,\nor ensuring compliance with privacy regulations for Replit integrations.\nTrigger with phrases like \

How to use

  1. Przygotuj środowisko Replit: upewnij się, że masz aktywne konto Replit z dostępem do Workspace. Jeśli planujesz używać PostgreSQL, utwórz bazę danych w panelu Database. Dla wszystkich systemów przechowywania przygotuj zmienne środowiskowe w sekcji Secrets (np. DATABASE_URL dla PostgreSQL).

  2. Wybierz system przechowywania na podstawie potrzeb: PostgreSQL do danych strukturalnych i złożonych zapytań, Replit KV Database do prostych par klucz-wartość i cache'u (limit 50 MiB, 5000 kluczy), Object Storage do plików i dużych obiektów binarnych.

  3. Skonfiguruj połączenie do wybranego systemu: dla PostgreSQL użyj biblioteki pg (Node.js) lub psycopg2 (Python) z CONNECTION_STRING z zmiennych środowiskowych. Dla KV Database zaimportuj @replit/database lub replit.db. Dla Object Storage użyj @replit/object-storage.

  4. Implementuj walidację i bezpieczeństwo danych: sprawdzaj dane wejściowe przed zapisem, używaj prepared statements do zapobiegania SQL injection, przechowuj dane wrażliwe w Secrets, a nie w kodzie. Dla GDPR/CCPA dodaj mechanizmy redakcji i usuwania danych.

  5. Testuj połączenia i przepływy danych: upewnij się, że aplikacja poprawnie łączy się z wybranym systemem przechowywania, obsługuj błędy połączenia i timeout'y, zweryfikuj limity i plany dostępne dla Twojego konta Replit.

Related skills

google-analytics

by davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

Security
1260

zendesk

by vm0-ai

Zendesk Support REST API for managing tickets, users, organizations, and support operations. Use this skill to create tickets, manage users, search, and automate customer support workflows.

Security
11100

ui-audit

by openclaw

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.

Security
1223

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

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

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111