LLMs & Models
877 skills
Artificial intelligence, LLMs, and machine learning tools
openai-whisper
moltbot
Local speech-to-text with the Whisper CLI (no API key).
openai-whisper-api
moltbot
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
openai-image-gen
moltbot
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
model-usage
moltbot
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost d
openai-whisper-api
openclawVerified organization
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
model-usage
openclawVerified organization
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost d
openai-image-gen
openclawVerified organization
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
openai-whisper
openclawVerified organization
Local speech-to-text with the Whisper CLI (no API key).
model-usage
clawdbot
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost d
openai-whisper-api
clawdbot
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
openai-whisper
clawdbot
Local speech-to-text with the Whisper CLI (no API key).
openai-image-gen
clawdbot
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
skill-lookup
f
Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
prompt-lookup
f
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
backend-patterns
affaan-m
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
golang-patterns
affaan-m
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
springboot-security
affaan-m
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
eval-harness
affaan-m
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
springboot-patterns
affaan-m
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
springboot-tdd
affaan-m
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
jpa-patterns
affaan-m
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.
strategic-compact
affaan-m
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
java-coding-standards
affaan-m
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
golang-testing
affaan-m
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.