Toolverse
All skills

examples-auto-run

by openai

Run python examples in auto mode with logging, rerun helpers, and background control.

Installation

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

Installation

Quick info

Author
openai
Category
Backend
Views
3

About this skill

Run python examples in auto mode with logging, rerun helpers, and background control.

How to use

  1. Przejdź do katalogu projektu zawierającego umiejętność. Skrypt znajduje się w .agents/skills/examples-auto-run/scripts/run.sh.

  2. Uruchom przykłady w trybie automatycznym poleceniem ./scripts/run.sh start. System automatycznie zatwierdzi wszystkie interaktywne kroki i będzie zapisywać logi dla każdego przykładu w katalogu .tmp/examples-start-logs/.

  3. Aby filtrować przykłady, dodaj parametry do polecenia start, na przykład ./scripts/run.sh start --filter basic lub ./scripts/run.sh start --include-server --include-audio. Dostępne opcje zależą od konfiguracji przykładów.

  4. Monitoruj postęp za pomocą ./scripts/run.sh status (sprawdzenie stanu) lub ./scripts/run.sh tail (wyświetlenie najnowszych wpisów logu). Pełną listę logów zobaczysz poleceniem ./scripts/run.sh logs.

  5. Po zakończeniu uruchomienia użyj ./scripts/run.sh collect, aby wyodrębnić listę nieudanych przykładów do pliku .tmp/examples-rerun.txt. Następnie uruchom ./scripts/run.sh rerun, aby ponownie wykonać tylko te przykłady.

  6. Aby zatrzymać proces działający w tle, wykonaj ./scripts/run.sh stop. Polecenie wyczyści plik pidfile i zakończy zadanie.

Related skills

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

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