← Back to Skills Marketplace
liyayong000-sketch

zeelin-script-gen-skill 剧本生成

by liyayong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zeelin-script-gen-skill
Description
剧本生成技能V4,将文本文件(小说/故事)转换为完整的影视分镜剧本。当用户说'生成剧本'、'小说转剧本'、'创建分镜'、'影视改编'等并上传文本文件时使用此技能。
Usage Guidance
This skill likely does what it says (uploads a user file to an external service and returns a generated script) but there are several red flags you should consider before installing: 1) The skill asks you to put your Zeelin App-Key directly into templates/config.json; prefer storing secrets in an environment variable or a secure secret store rather than in plaintext files. 2) The default service_url is a raw IP (http://47.98.180.113:8081) — confirm this endpoint and the operator (skills.zeelin.cn is referenced too). Verify TLS/HTTPS is used and review the service's privacy/security policy before uploading sensitive text. 3) The SKILL.md metadata lists pip packages including flask (a server framework) which is unexpected for a client-only uploader; be cautious if an installer later attempts to install additional packages. 4) Test the skill with non-sensitive sample files and a throwaway App-Key or account first; confirm where uploaded files are stored, retention policy, and billing implications. If you need the skill, ask the author/provider to: (a) declare the App-Key requirement in metadata, (b) support reading the App-Key from a secure env var, and (c) use a verified domain with HTTPS rather than a raw IP.
Capability Analysis
Type: OpenClaw Skill Name: zeelin-script-gen-skill Version: 1.0.0 The skill is designed to convert text files into screenplays using the Zeelin AI platform. It functions by uploading user-provided files and an API key to a specified backend service (47.98.180.113) and polling for results. The instructions in SKILL.md and the configuration in templates/config.json are transparent about this data flow, and the behavior is entirely consistent with the stated purpose of the tool without any signs of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The declared registry metadata lists no required env vars and only python3 as a binary, but the SKILL.md expects the user to supply a Zeelin App-Key (a secret) via templates/config.json and references a service_url (http://47.98.180.113:8081). The skill's described purpose (convert uploaded text into a script) does justify uploading files and calling an external API, but the secret-handling approach (storing App-Key in a config file) and the presence of a hard-coded raw IP as the default service_url are unexpected and inconsistent with the metadata.
Instruction Scope
Instructions explicitly tell the agent to read local files and upload the file contents to an external service (service_url at raw IP 47.98.180.113) and to place the App-Key into templates/config.json. Reading & uploading the user's uploaded text is required for the feature, but storing a secret in a skill file and uploading potentially sensitive user files to an external endpoint (and OSS) are scope-expanding operations the user should understand and consent to. The skill also mandates polling behavior and strict presentation formatting, which is fine functionally but not a security problem by itself.
Install Mechanism
There is no install spec in the registry (instruction-only), which is lowest risk. However, the SKILL.md metadata lists pip dependencies (flask, requests, oss2). That is inconsistent with the registry's 'no install' stance and with a client-only skill (flask is a server-side dependency and unexpected for a client uploader). Because there is no automatic install spec, no packages will necessarily be pulled — but the discrepancy is noteworthy and could result in future unexpected installations if the agent honors the metadata.
Credentials
The skill requires a Zeelin App-Key to operate, but the registry declares no required environment variables or primary credential. The SKILL.md asks users to paste the App-Key into a local templates/config.json file (plaintext), rather than using an explicitly-declared environment variable or secret store. This is disproportionate to the transparency provided by the metadata and increases the risk of accidental credential exposure.
Persistence & Privilege
The skill does not request system-wide privileges, is not always-enabled, and does not claim to modify other skills or system settings. It does ask the user/agent to write the App-Key into its templates/config.json (its own files), which is permitted behavior but should be done deliberately.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zeelin-script-gen-skill
  3. After installation, invoke the skill by name or use /zeelin-script-gen-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
zeelin-script-gen-skill v1.0.0 - Initial release: Enables automatic conversion of text files (novels, stories) into structured film script outlines and storyboard scripts. - Supports file uploads up to 50MB (PDF, DOCX, TXT, MD) and integrates with OSS for file storage. - Includes configurable API key linking with the Zeelin platform. - Provides a step-by-step workflow: upload → submit script generation → polling for progress → formatted Markdown result download. - Flexible polling strategy included to optimize for AI usage costs and user experience. - Offers clear markdown formatting for output, with role info, outlines, and sample storyboards.
Metadata
Slug zeelin-script-gen-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is zeelin-script-gen-skill 剧本生成?

剧本生成技能V4,将文本文件(小说/故事)转换为完整的影视分镜剧本。当用户说'生成剧本'、'小说转剧本'、'创建分镜'、'影视改编'等并上传文本文件时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install zeelin-script-gen-skill 剧本生成?

Run "/install zeelin-script-gen-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is zeelin-script-gen-skill 剧本生成 free?

Yes, zeelin-script-gen-skill 剧本生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does zeelin-script-gen-skill 剧本生成 support?

zeelin-script-gen-skill 剧本生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created zeelin-script-gen-skill 剧本生成?

It is built and maintained by liyayong (@liyayong000-sketch); the current version is v1.0.0.

💬 Comments