AI PPT generate
Analysis
The skill appears to do what it claims—generate PPTs through Baidu—but it requires a Baidu API key and sends your PPT content or resource links to Baidu.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Source: unknown; Homepage: none
The skill's visible code is coherent and no install-time execution is declared, but the registry does not provide an upstream source or homepage for provenance review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Ensure the BAIDU_API_KEY environment variable is set with your valid API key.
The skill uses a provider API credential. That is expected for Baidu PPT generation, but the registry metadata says no required env vars or primary credential, so users may not notice the account/API access requirement before install.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
url = "https://qianfan.baidubce.com/v2/tools/ai_ppt/generate_ppt_by_outline" ... "query": query, "outline": outline ... if resource_url: params["resource_url"] = resource_url
The script sends the user's PPT topic, outline, and optional resource or template URLs to Baidu's remote API. This is core to the stated purpose, but it is a third-party data boundary users should understand.
