Files
hermes-agent/optional-skills/devops/cli/references/app-discovery.md
T
红尘 d73ff9b0fb
Deploy Site / deploy-vercel (push) Has been cancelled
Deploy Site / deploy-docs (push) Has been cancelled
Docker / shell lint / Lint Dockerfile (hadolint) (push) Has been cancelled
Docker / shell lint / Lint docker/ shell scripts (shellcheck) (push) Has been cancelled
Docker Build and Publish / build-amd64 (push) Has been cancelled
Docker Build and Publish / build-arm64 (push) Has been cancelled
Lint (ruff + ty) / ruff + ty diff (push) Has been cancelled
Lint (ruff + ty) / ruff enforcement (blocking) (push) Has been cancelled
Lint (ruff + ty) / Windows footguns (blocking) (push) Has been cancelled
Nix Lockfile Fix / auto-fix-main (push) Has been cancelled
Nix Lockfile Fix / fix (push) Has been cancelled
Nix / nix (macos-latest) (push) Has been cancelled
Nix / nix (ubuntu-latest) (push) Has been cancelled
OSV-Scanner / Scan lockfiles (push) Has been cancelled
Build Skills Index / build-index (push) Has been cancelled
Tests / test (1) (push) Has been cancelled
Tests / test (2) (push) Has been cancelled
Tests / test (3) (push) Has been cancelled
Tests / test (4) (push) Has been cancelled
Tests / test (5) (push) Has been cancelled
Tests / test (6) (push) Has been cancelled
Tests / e2e (push) Has been cancelled
uv.lock check / uv lock --check (push) Has been cancelled
Docker Build and Publish / merge (push) Has been cancelled
Build Skills Index / trigger-deploy (push) Has been cancelled
Tests / save-durations (push) Has been cancelled
Initial import of NousResearch/hermes-agent
2026-05-31 09:36:58 +08:00

2.1 KiB

Discovering Apps

List All Apps

infsh app list

Pagination

infsh app list --page 2

Filter by Category

infsh app list --category image
infsh app list --category video
infsh app list --category audio
infsh app list --category text
infsh app list --category other
infsh app search "flux"
infsh app search "video generation"
infsh app search "tts" -l
infsh app search "image" --category image

Or use the flag form:

infsh app list --search "flux"
infsh app list --search "video generation"
infsh app list --search "tts"
infsh app list --featured

Newest First

infsh app list --new

Detailed View

infsh app list -l

Shows table with app name, category, description, and featured status.

Save to File

infsh app list --save apps.json

Your Apps

List apps you've deployed:

infsh app my
infsh app my -l  # detailed

Get App Details

infsh app get falai/flux-dev-lora
infsh app get falai/flux-dev-lora --json

Shows full app info including input/output schema.

Image Generation

  • falai/flux-dev-lora - FLUX.2 Dev (high quality)
  • falai/flux-2-klein-lora - FLUX.2 Klein (fastest)
  • infsh/sdxl - Stable Diffusion XL
  • google/gemini-3-pro-image-preview - Gemini 3 Pro
  • xai/grok-imagine-image - Grok image generation

Video Generation

  • google/veo-3-1-fast - Veo 3.1 Fast
  • google/veo-3 - Veo 3
  • bytedance/seedance-1-5-pro - Seedance 1.5 Pro
  • infsh/ltx-video-2 - LTX Video 2 (with audio)
  • bytedance/omnihuman-1-5 - OmniHuman avatar

Audio

  • infsh/dia-tts - Conversational TTS
  • infsh/kokoro-tts - Kokoro TTS
  • infsh/fast-whisper-large-v3 - Fast transcription
  • infsh/diffrythm - Music generation

Documentation