Toolverse
All skills

artifact-evaluation

by benchflow-ai

Interact with artifact containers via HTTP API for paper evaluation tasks. Execute commands, read files, and list directories in remote artifact environments.

Installation

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

Installation

Quick info

Category
Backend
Views
2

About this skill

Interact with artifact containers via HTTP API for paper evaluation tasks. Execute commands, read files, and list directories in remote artifact environments.

How to use

  1. Upewnij się, że kontener artefaktu jest dostępny pod adresem http://172.17.0.1:3000/. Możesz to zweryfikować poleceniem curl -s http://172.17.0.1:3000/ — jeśli port nie odpowiada, spróbuj http://host.docker.internal:3000/.

  2. Aby wykonać polecenie shell w kontenerze, wyślij żądanie POST do /exec z JSON zawierającym klucze: command (polecenie do uruchomienia), workdir (katalog roboczy) i timeout (limit czasu w sekundach). Przykład: {"command": "ls -la", "workdir": "/app", "timeout": 60}.

  3. Przeanalizuj odpowiedź — zawiera stdout (wyjście standardowe), stderr (błędy), exit_code (kod wyjścia) i duration_seconds (czas wykonania). Kod 0 oznacza sukces.

  4. Aby odczytać zawartość pliku, wyślij GET do /files/ścieżka/do/pliku, np. /files/app/config.json. Odpowiedź zawiera tekst pliku.

  5. Aby wylistować zawartość katalogu, wyślij GET do /ls/ścieżka/katalogu, np. /ls/app. Otrzymasz strukturę plików i podkatalogów.

  6. Integruj te operacje w logice agenta — na przykład wykonaj polecenie, przeanalizuj wynik, następnie odczytaj plik konfiguracyjny lub listę artefaktów w zależności od potrzeb oceny.

Related skills

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218