seko video creation - All-in-one AI video creation by seko.sensetime.com

v1.0.1

All-in-one AI video creation that builds complete, consistent, production-ready long-form videos from simple text prompt. Powered by seko.sensetime.com, whic...

2· 227·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
The name/description (AI video creation) matches the included Python scripts and the single required env var SEKO_API_KEY. Requiring python3 and an API key is appropriate for making HTTP calls to seko.sensetime.com and downloading assets.
Instruction Scope
SKILL.md instructs the agent to create a project directory, persist the SEKO_API_KEY in a .env in the project, call included scripts, poll task status, and download images/videos referenced in API responses. Reading and writing files inside the project directory and downloading assets returned by the remote API are expected for this skill, but downloads will follow URLs provided by the API (i.e., arbitrary external URLs may be retrieved).
Install Mechanism
There is no install spec (instruction-only) and the bundled scripts use only Python standard libraries. requirements.txt is empty but not needed for the existing code. No external binary downloads or obscure hosts are used by an installer.
Credentials
Only one credential (SEKO_API_KEY) is required and it's the primary credential declared. The scripts use that key to call the provider's API; no unrelated secrets or additional credentials are requested.
Persistence & Privilege
always is false and the skill does not request system-wide persistence. It may write a .env and create project subdirectories (PROJECT_DIR) which is normal for a project-oriented tool; autonomous invocation is allowed by default but not unusual.
Assessment
This skill is internally consistent with its purpose, but review these points before installing: 1) The skill will ask for and persist your SEKO_API_KEY (it may be saved to a .env in the project directory) — only provide a key you trust and consider limiting its scope. 2) The scripts automatically download images and video URLs returned by the Seko API; those URLs may point to arbitrary external hosts (or potentially internal network addresses if the remote API supplies them). Run the skill in a sandbox or controlled workspace if you're concerned about where downloads originate. 3) Verify PROJECT_DIR location before running (the agent will read/write all files there). 4) The package source is unknown — if you need stronger assurance, request an official publisher/homepage or inspect the scripts yourself (they are small and included).

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

latestvk97fsk6tbf02jxhkfqr7cp67s584dp5w

License

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

Runtime requirements

Binspython3
EnvSEKO_API_KEY
Primary envSEKO_API_KEY

Comments