Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Video Prompting Guide

Best practices and techniques for writing effective AI video generation prompts. Covers: Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora prompting strate...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
2 · 978 · 0 current installs · 0 all-time installs
byÖmer Karışman@okaris
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (video prompt best practices) match the content: shot types, camera movement, style keywords and many example prompts for video generation services. Requested capabilities (none) and examples of CLI usage are coherent with a guide.
Instruction Scope
SKILL.md stays within the domain of prompting guidance and example commands for inference.sh; it does not instruct reading arbitrary files or harvesting unrelated data. However it explicitly recommends running a remote install script (curl -fsSL https://cli.inference.sh | sh) and calling infsh login, which introduces runtime behavior (downloading/executing remote code, authenticating) not strictly necessary to the static textual guidance.
Install Mechanism
There is no packaged install spec in the registry (instruction-only), but the document encourages piping a script from cli.inference.sh. That pattern (curl | sh) is convenient but higher-risk than documented package installs; the guide claims checksum verification is available on dist.inference.sh, but the skill does not verify or bundle those artifacts itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. It does show an example 'infsh login' which implies credentials might be needed at runtime, but those are not requested by the skill and are appropriate for the external CLI usage shown.
Persistence & Privilege
No always:true, no install or code files, and no requests to modify other skills or system-wide configuration. The skill is user-invocable and can be used interactively; autonomous invocation is allowed by platform default but not excessive here.
Assessment
This is primarily a helpful, instruction-only guide for writing video-generation prompts and the examples are consistent with that purpose. Before following the install examples, do not run curl | sh blindly: inspect the installer script (or use the provided checksums) and prefer downloading verified releases or manual install steps. Be aware that running infsh login or the CLI will contact external services and may request credentials or tokens—only provide credentials you expect to give to that service. If you want to avoid executing remote code, you can still use the guide's prompt templates and examples without installing the CLI. If you need higher assurance, ask the publisher for the install script contents or use the manual checksum URL referenced in the doc to validate any downloaded binary.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.5
Download zip
latestvk97b3k9j5nxg3qh0c32g9yhm2d81c3yh

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Video Prompting Guide

Best practices for writing effective AI video generation prompts via inference.sh.

Video Prompting Guide

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

# Well-structured video prompt
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field"
}'

Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.

Prompt Structure Formula

[Shot Type] + [Subject] + [Action] + [Setting] + [Lighting] + [Style] + [Technical]

Example Breakdown

"Slow motion close-up of coffee being poured into a white ceramic cup,
steam rising, morning sunlight streaming through window, warm color grading,
cinematic, 4K, shallow depth of field"
  • Shot Type: Slow motion close-up
  • Subject: Coffee
  • Action: Being poured
  • Setting: White ceramic cup, window
  • Lighting: Morning sunlight
  • Style: Warm color grading, cinematic
  • Technical: 4K, shallow depth of field

Shot Types

Shot TypeDescriptionUse For
Wide shotShows entire sceneEstablishing location
Medium shotWaist-up framingConversations, actions
Close-upFace or detailEmotion, product detail
Extreme close-upSingle featureDrama, texture
Aerial shotBird's eye viewLandscapes, scale
Low angleCamera looking upPower, grandeur
High angleCamera looking downVulnerability
Dutch angleTilted cameraUnease, tension
POV shotFirst person viewImmersion

Camera Movements

MovementDescriptionEffect
Tracking shotCamera follows subjectDynamic, engaging
Dolly in/outCamera moves toward/awayFocus, reveal
PanHorizontal rotationSurvey scene
TiltVertical rotationReveal height
Crane shotVertical + horizontalDramatic reveal
HandheldSlight shakeRealism, urgency
SteadicamSmooth followingProfessional, cinematic
ZoomLens zoom in/outQuick focus change
StaticNo movementContemplation, stability

Lighting Keywords

KeywordEffect
Golden hourWarm, soft, romantic
Blue hourCool, moody, twilight
High keyBright, minimal shadows
Low keyDark, dramatic shadows
Rim lightingSubject outlined with light
BacklitLight from behind subject
Soft lightingGentle, flattering
Hard lightingSharp shadows, contrast
NeonColorful, urban, cyberpunk
Natural lightingRealistic, documentary

Style Keywords

Cinematic Styles

cinematic, film grain, anamorphic lens, letterbox,
shallow depth of field, bokeh, 35mm film,
color grading, theatrical

Visual Aesthetics

minimalist, maximalist, vintage, retro, futuristic,
cyberpunk, steampunk, noir, pastel, vibrant,
muted colors, high contrast, desaturated

Quality Keywords

4K, 8K, high resolution, photorealistic,
hyperrealistic, ultra detailed, professional,
broadcast quality, HDR

Prompt Examples by Use Case

Product Demo

infsh app run google/veo-3-1-fast --input '{
  "prompt": "Smooth tracking shot around a sleek smartphone on a white pedestal, soft studio lighting, product photography style, reflections on surface, 4K, shallow depth of field"
}'

Nature Documentary

infsh app run google/veo-3-1 --input '{
  "prompt": "Slow motion extreme close-up of a hummingbird hovering at a red flower, wings in motion blur, shallow depth of field, golden hour lighting, National Geographic style"
}'

Urban Lifestyle

infsh app run google/veo-3 --input '{
  "prompt": "Tracking shot following a cyclist through busy city streets, morning rush hour, natural lighting, handheld camera feel, documentary style, authentic and candid"
}'

Food Content

infsh app run bytedance/seedance-1-5-pro --input '{
  "prompt": "Close-up of chocolate sauce being drizzled over ice cream, slow motion, steam rising, soft lighting, food photography style, appetizing, commercial quality"
}'

Tech/Futuristic

infsh app run xai/grok-imagine-video --input '{
  "prompt": "Futuristic control room with holographic displays, camera slowly pans across the space, blue and cyan lighting, sci-fi atmosphere, Blade Runner aesthetic, 4K",
  "duration": 5
}'

Common Mistakes to Avoid

MistakeProblemBetter Approach
Too vague"A nice video"Specify shot, subject, style
Too complexMultiple scenesOne scene per prompt
No motionStatic descriptionInclude camera movement or action
Conflicting styles"Minimalist maximalist"Choose one aesthetic
No lightingUndefined moodSpecify lighting conditions

Model-Specific Tips

Google Veo

  • Excels at realistic, cinematic content
  • Supports audio generation (Veo 3+)
  • Best with detailed, professional prompts
  • Frame interpolation available in 3.1

Seedance

  • Strong at dance and human motion
  • First-frame control available
  • Good for consistent character motion
  • Works well with reference images

Wan 2.5

  • Best for image-to-video
  • Animates still images naturally
  • Good motion prediction
  • Works with any image style

Grok

  • Good general-purpose video
  • Configurable duration (5-10s)
  • Creative interpretations
  • Works well with abstract concepts

Workflow: Iterative Prompting

# 1. Start with basic prompt
infsh app run google/veo-3-1-fast --input '{
  "prompt": "A woman walking through a forest"
}'

# 2. Add specificity
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Medium tracking shot of a woman in a red dress walking through an autumn forest"
}'

# 3. Add style and technical details
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Cinematic medium tracking shot of a woman in a flowing red dress walking through an autumn forest, golden hour sunlight filtering through leaves, shallow depth of field, film grain, 4K"
}'

Related Skills

# Generate videos
npx skills add inference-sh/skills@ai-video-generation

# Google Veo specific
npx skills add inference-sh/skills@google-veo

# Generate images for image-to-video
npx skills add inference-sh/skills@ai-image-generation

# General prompt engineering
npx skills add inference-sh/skills@prompt-engineering

# Full platform skill
npx skills add inference-sh/skills@inference-sh

Browse all video apps: infsh app list --category video

Documentation

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…