Toolverse
All skills

oracle

by openclaw

Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
89

About this skill

Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).

How to use

  1. Zainstaluj oracle za pomocą npm: uruchom npx -y @steipete/oracle --help (unikaj pnpx ze względu na zależności sqlite). Jeśli chcesz stałą instalację, zainstaluj pakiet @steipete/oracle globalnie lub lokalnie w projekcie.

  2. Przygotuj zestaw plików, które chcesz przesłać do modelu. Wybierz tylko te, które zawierają istotne informacje — im mniej plików, tym lepiej. Na przykład: src/** dla kodu źródłowego, ale wyklucz testy za pomocą !**/*.test.*.

  3. Przed wysłaniem zapytania sprawdź koszt tokenów: uruchom oracle --dry-run summary --files-report -p "Twoje pytanie" --file "src/**". To pokaże Ci, ile tokenów będzie potrzebnych, bez faktycznego wysłania danych.

  4. Uruchom oracle w trybie przeglądarki (główna ścieżka): oracle --engine browser --model gpt-5.2-pro -p "Twoje pytanie" --file "src/**". Sesja może trwać od 10 minut do godziny — to normalne. Model będzie miał dostęp do kontekstu Twoich plików.

  5. Jeśli sesja się przerwanie lub timeout, możesz się do niej ponownie przyłączyć zamiast uruchamiać zapytanie od nowa. Nie polegaj całkowicie na odpowiedzi — zawsze zweryfikuj wynik względem rzeczywistego kodu i testów.

Related skills

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178