← Back to Skills Marketplace
Ai Planner
by
duzhihai123
· GitHub ↗
· v1.0.0
· MIT-0
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-planner
Description
负责电商图片需求分析、创意构思与Prompt优化,提供精准创意简报和工具推荐,支持多平台和场景识别。
README (SKILL.md)
🧠 AI 策划师技能
技能概述
电商图片创作团队的大脑,负责需求深度分析、创意构思、风格定位、Prompt 优化。
职责
- 需求深度分析(产品类型、使用场景、目标人群、风格偏好)
- 创意构思与风格定位
- Prompt 优化(精准中文 Prompt + 负面提示词)
- 推荐工具选择(即梦/LiblibAI)
- 建议生成数量
输出
创意简报,包含:
- 精准中文 Prompt
- 负面提示词
- 推荐工具
- 建议生成数量
- 电商场景要点
电商能力
- 识别产品类型(服装/食品/数码/美妆/家居)
- 识别使用场景(主图/详情页/海报/社交媒体)
- 识别目标人群
- 匹配平台规范(淘宝/京东/抖音/微信)
使用方法
在 CoClaw 中使用
/ai-planner 帮我分析这个需求:我需要一张淘宝主图,产品是女士连衣裙,白色雪纺材质,风格简约优雅
自然语言
帮我分析这个需求:我需要一张淘宝主图,产品是女士连衣裙
协作
策划师输出的创意简报可传递给:
- 🎭
ai-maker- 执行图片生成 - ✅
ai-reviewer- 后续质量把关
配置
编辑 config/planner_config.json 自定义:
- 产品类型规则
- 平台规范
- Prompt 模板
文件结构
skills/ai-planner/
├── SKILL.md # 技能说明(本文件)
├── agent.py # 策划师核心逻辑
├── config/
│ ├── planner_config.json # 策划师配置
│ └── ecommerce_rules.json # 电商规则库
└── memory/
└── brief_history.md # 创意简报历史
示例
输入
我需要一张淘宝主图,产品是女士连衣裙,白色雪纺材质,风格简约优雅,目标人群是 25-35 岁职场女性
输出
{
"type": "brief",
"product_info": {
"type": "服装",
"name": "女士连衣裙",
"scenario": "主图",
"platform": "淘宝"
},
"creative_brief": {
"prompt": "女士连衣裙,白色雪纺材质,风格简约优雅,产品主体突出,背景干净简洁",
"negative_prompt": "模糊,变形,低质量,背景杂乱",
"recommended_tool": "liblib",
"quantity": 2
}
}
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: ai-planner
Version: 1.0.0
The skill bundle is a legitimate AI assistant designed for e-commerce image generation planning. The core logic in `agent.py` uses standard keyword matching and regex to process user requests, and its file operations are limited to reading local configuration files and logging history to a markdown file within its own directory. There are no signs of data exfiltration, unauthorized network access, or malicious execution patterns.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-planner - After installation, invoke the skill by name or use
/ai-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
🧠 AI 策划师 1.0.0 — 首次发布
- 提供电商图片创作需求分析与创意简报自动生成
- 支持中文自然语言输入,输出标准化 JSON 简报
- 具备产品类型、使用场景、目标人群、平台规范识别能力
- 包含精准 Prompt、负面提示词、工具推荐及生成数量建议
- 适配 CoClaw 平台,便于团队协作
Metadata
Frequently Asked Questions
What is Ai Planner?
负责电商图片需求分析、创意构思与Prompt优化,提供精准创意简报和工具推荐,支持多平台和场景识别。 It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Ai Planner?
Run "/install ai-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Planner free?
Yes, Ai Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Planner support?
Ai Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Planner?
It is built and maintained by duzhihai123 (@duzhihai123); the current version is v1.0.0.
More Skills