by inferen-sh
使用优化的 AI 模型从文本提示或图片创建高质量视频。Pruna 优化的 P-Video 和 WAN 模型可实现快速推理,且不损失质量。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 p-video 技能" 开始使用
=== p-video 技能 === 作者: inferen-sh 描述: 使用优化的 AI 模型从文本提示或图片创建高质量视频。Pruna 优化的 P-Video 和 WAN 模型可实现快速推理,且不损失质量。 使用方法: 1. 调用技能: "使用 p-video 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 p-video 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
Generate videos with Pruna's optimized video models via inference.sh CLI.

Requires inference.sh CLI (
infsh). Get installation instructions:npx skills add inference-sh/skills@agent-tools
infsh login
infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}'
Pruna optimizes AI models for speed without sacrificing quality.
| Model | App ID | Best For |
|---|---|---|
| P-Video | pruna/p-video | Text-to-video, image-to-video, with audio |
| WAN-T2V | pruna/wan-t2v | Text-to-video, 480p/720p |
| WAN-I2V | pruna/wan-i2v | Animate images, 480p/720p |
infsh app run pruna/p-video --input '{
"prompt": "waves crashing on a beach at sunset",
"duration": 5,
"resolution": "720p"
}'
infsh app run pruna/p-video --input '{
"prompt": "gentle camera movement, clouds drifting",
"image": "https://your-image.jpg"
}'
P-Video supports audio input that syncs with the video:
infsh app run pruna/p-video --input '{
"prompt": "person talking in an interview setting",
"audio": "https://your-audio.mp3"
}'
Fast and economical text-to-video:
infsh app run pruna/wan-t2v --input '{
"prompt": "a cat playing with a ball of yarn",
"resolution": "720p",
"duration": 5
}'
Animate any still image:
infsh app run pruna/wan-i2v --input '{
"prompt": "gentle movement, natural motion, subtle breathing",
"image": "https://portrait.jpg",
"resolution": "720p"
}'
infsh app run pruna/p-video --input '{
"prompt": "cinematic landscape with dramatic clouds",
"resolution": "1080p",
"duration": 5
}'
infsh app run pruna/p-video --input '{
"prompt": "quick concept test video",
"draft": true
}'
| Model | Resolutions | Pricing |
|---|---|---|
| P-Video | 720p, 1080p | Per second, varies by resolution/draft |
| WAN-T2V | 480p, 720p | $0.05 (480p), $0.10 (720p) per video |
| WAN-I2V | 480p, 720p | $0.05 (480p), $0.11 (720p) per video |
infsh app list --namespace pruna
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@agent-tools
# All video generation models
npx skills add inference-sh/skills@ai-video-generation
# Image-to-video guide
npx skills add inference-sh/skills@image-to-video
# Pruna image generation
npx skills add inference-sh/skills@p-image
# Text-to-speech (for video narration)
npx skills add inference-sh/skills@text-to-speech
Browse all apps: infsh app list
View Count
0
Download Count
0
Favorite Count
0
Quality Score
73