视频反向提示

v1.0.0

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:...

0· 59·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime artifacts align: the skill calls https://nanophoto.ai/api/sora-2/reverse-prompt and requires a single NANOPHOTO_API_KEY which is appropriate for this API-based video analysis purpose. Note: repository metadata (_meta.json) and registry metadata show minor mismatches (ownerId, slug, and version differences) which affect provenance but do not change runtime behavior.
Instruction Scope
SKILL.md instructions are scoped to collecting a video source (YouTube/URL/local .mp4), optionally base64-encoding a local file, and POSTing it to the NanoPhoto API. The instructions explicitly require user authorization for uploads and do not instruct the agent to read unrelated files or environment variables.
Install Mechanism
No install spec (instruction-only) and a small included Python uploader script. The script uses stdlib urllib, validates file extension/size, base64-encodes, and POSTs to the documented endpoint — low install risk.
Credentials
Only NANOPHOTO_API_KEY is required and declared as the primary credential. That is proportionate to the skill's function; no other SECRET/TOKEN/PASSWORD env vars are requested.
Persistence & Privilege
Skill does not request always:true, does not alter other skills' configs, and is not granted elevated persistence. Default autonomous invocation remains (platform normal behavior) but is not combined with other red flags.
Assessment
This skill appears coherent and limited to uploading .mp4 files to NanoPhoto.AI using your NANOPHOTO_API_KEY. Before installing: (1) Provide the API key only via the platform's secure env-variable setting (do not paste into chat). (2) Only upload videos you are authorized to share — uploaded content will leave your environment and go to nanophoto.ai. (3) Check the service's pricing/credits and rate limits. (4) Note minor metadata/provenance mismatches in the package (ownerId/slug/version differences); if provenance matters to you, verify the publisher on https://nanophoto.ai and confirm this package was published by the official NanoPhoto vendor. (5) Use the bundled script for local uploads as recommended (it enforces the 30 MB limit and avoids large inline base64 in shells).

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

latestvk97axvwyt3znddc5acdzv1zx9983rhrg

License

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

Runtime requirements

EnvNANOPHOTO_API_KEY
Primary envNANOPHOTO_API_KEY

Comments