Baidu Wenku AIPictureBook

v1.1.1

Generate static or dynamic picture book videos using Baidu Wenku AI

11· 7.6k·27 current·29 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 (generate picture-book videos via Baidu Wenku AI) matches the code and runtime instructions. The scripts call Baidu endpoints (task_create, query) and require a single API key which is expected for this integration.
Instruction Scope
SKILL.md instructs creating tasks, polling, and retrieving results. The included scripts only read BAIDU_API_KEY from the environment and the provided command-line args; they call only the documented Baidu endpoints and print results. There are no instructions to read unrelated files, other env vars, or to transmit data to third-party endpoints.
Install Mechanism
This is instruction-only with bundled Python scripts and no install spec. The scripts use the 'requests' library but the package/dependency installation is not declared; users must ensure python3 and the requests package are present. No remote installers or downloads are used.
Credentials
Only BAIDU_API_KEY is required and used as the Authorization Bearer token to the Baidu qianfan.baidubce.com domain. The credential request is proportionate to the skill's purpose and is used only for API requests visible in the code.
Persistence & Privilege
The skill is not always-on, does not request elevated or system-wide privileges, and does not modify other skills or system configuration. It runs as a user-invoked tool and prints results to stdout.
Assessment
This skill appears coherent and only needs your BAIDU_API_KEY to call Baidu's ai_picture_book API. Before installing: (1) Confirm the BAIDU_API_KEY you supply is the correct key and you trust Baidu for content/video generation, since the key will be sent to https://qianfan.baidubce.com. (2) Ensure python3 and the 'requests' library are installed (the package is not declared). (3) If you prefer extra caution, run the scripts in an isolated environment (container/VM) and review the three included Python files (they are short and only call the documented endpoints).

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

latestvk977wjtvkj63rz27ayc4trmeqn841b4f

License

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

Runtime requirements

📔 Clawdis
Binspython3
EnvBAIDU_API_KEY
Primary envBAIDU_API_KEY

Comments