← 返回 Skills 市场
nanophotohq

Video Reverse Prompt

作者 NanoPhoto.AI · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
268
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install video-reverse-prompt
功能描述
Analyze videos to extract reverse prompts, shot-by-shot breakdowns, and AI-ready visual descriptions via the NanoPhoto.AI Video Reverse Prompt API. Use when:...
安全使用建议
This skill looks coherent, but consider these practical points before installing: (1) It uploads whatever video you provide to an external service (nanophoto.ai) — do not upload private or copyrighted content you are not authorized to share. (2) Provide the API key via the platform's secure env var setting (NANOPHOTO_API_KEY); never paste the key into chat. (3) Local files are read and fully base64-encoded in memory (script enforces a 30 MB limit) — large files may use significant memory. (4) The script prints the API's streaming text response (the extracted prompts/descriptions) to stdout — treat those outputs as potentially sensitive. (5) If you need guarantees about retention/privacy, review NanoPhoto.AI's terms and privacy policy before uploading content.
功能分析
Type: OpenClaw Skill Name: video-reverse-prompt Version: 1.0.3 The skill is a legitimate tool for analyzing videos via the NanoPhoto.AI API. It includes a Python script (scripts/reverse_prompt_file.py) that handles local file uploads by base64-encoding MP4 files and sending them to a hardcoded API endpoint (nanophoto.ai). The code and instructions in SKILL.md are transparent, well-documented, and strictly follow the stated purpose of video analysis without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, API reference, and the bundled script all consistently target NanoPhoto.AI's reverse-prompt endpoint. The single required env var (NANOPHOTO_API_KEY) is the expected credential for this external API.
Instruction Scope
Runtime instructions and the script perform exactly the operations described: determine source, optionally read a local .mp4, base64-encode it, and POST to https://nanophoto.ai/api/sora-2/reverse-prompt, streaming the text response to stdout. This is within scope, but be aware that user-supplied videos are uploaded to an external service and responses (extracted prompts/descriptions) are printed/returned verbatim.
Install Mechanism
No install step is provided (instruction-only with a helper script). No downloads from third-party URLs or archive extraction. The included Python script is plain, readable, and uses standard library modules.
Credentials
Only NANOPHOTO_API_KEY is required and used by the script. No unrelated secrets, system credentials, or config paths are requested or accessed.
Persistence & Privilege
The skill does not request always:true or attempt to modify other skills or system settings. It requires an API key to call the external service but otherwise has no special persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-reverse-prompt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-reverse-prompt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Add browser-like request headers and automatic retry with exponential backoff for transient reverse-prompt upload failures.
v1.0.2
Structured metadata fix. Declares homepage, required NANOPHOTO_API_KEY env, and primaryEnv in skill frontmatter so registry metadata matches the documented credential requirements.
v1.0.1
Metadata and provenance update. Clarifies required NANOPHOTO_API_KEY credential, publisher/homepage context, secure env setup guidance, and authorized-content usage notes.
v1.0.0
Initial public release. Extracts reverse prompts and shot-by-shot video breakdowns from YouTube, MP4 URLs, and local MP4 files. Includes a reliable local upload helper and OpenClaw-friendly setup via env.NANOPHOTO_API_KEY.
元数据
Slug video-reverse-prompt
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Video Reverse Prompt 是什么?

Analyze videos to extract reverse prompts, shot-by-shot breakdowns, and AI-ready visual descriptions via the NanoPhoto.AI Video Reverse Prompt API. Use when:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。

如何安装 Video Reverse Prompt?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-reverse-prompt」即可一键安装,无需额外配置。

Video Reverse Prompt 是免费的吗?

是的,Video Reverse Prompt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Video Reverse Prompt 支持哪些平台?

Video Reverse Prompt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Video Reverse Prompt?

由 NanoPhoto.AI(@nanophotohq)开发并维护,当前版本 v1.0.3。

💬 留言讨论