Ai Planner

v1.0.0

负责电商图片需求分析、创意构思与Prompt优化,提供精准创意简报和工具推荐,支持多平台和场景识别。

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 (电商图片需求分析、创意构思、Prompt 优化) match the included code, config files, and SKILL.md. Required artifacts (config/planner_config.json, config/ecommerce_rules.json) are present and directly used by the agent. No unrelated permissions, credentials, or binaries are requested.
Instruction Scope
SKILL.md limits behavior to parsing user text, generating briefs/prompts, recommending tools, and saving outputs. The agent implementation reads local config files and writes a history file under the skill's memory folder — these actions align with the documented scope. No instructions or code paths in the visible content attempt to read unrelated system files or external credentials.
Install Mechanism
There is no install spec (instruction-only deployment) and the skill includes a local agent.py and JSON configs. Nothing in the manifest downloads or executes third-party code during install.
Credentials
The skill declares and requires no environment variables, no external credentials, and no config paths outside its own folder. The variables and files it uses are bundled with the skill and are appropriate for its function.
Persistence & Privilege
The agent writes brief records to memory/brief_history.md inside the skill directory (creates the directory if needed). This is expected for a planner that keeps history, but users should be aware that input text (prompts) will be persisted to disk within the skill's folder.
Assessment
This skill appears coherent and behaves locally: it reads bundled config files and writes its own brief history file. Before installing, consider: 1) Review the full agent.py (the provided file was truncated at the end) to confirm there are no hidden network calls or telemetry. 2) If you may send sensitive product data or user information to the skill, note that prompts are appended to memory/brief_history.md in the skill folder — clear or restrict that file if needed. 3) Verify filesystem permissions or run the skill in an isolated environment if you want to limit persistent storage. 4) The skill recommends external tools (jimeng/liblib) but does not appear to call them; if later integration with those services is added, expect those to require credentials. If you want higher assurance, request a complete, un-truncated agent.py review to confirm the absence of outbound network I/O.

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

latestvk977btz28yqajbm3dw7dyq41w984092a

License

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

Comments