← 返回 Skills 市场
duzhihai123

Ai Planner

作者 duzhihai123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-planner
功能描述
负责电商图片需求分析、创意构思与Prompt优化,提供精准创意简报和工具推荐,支持多平台和场景识别。
使用说明 (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
  }
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
🧠 AI 策划师 1.0.0 — 首次发布 - 提供电商图片创作需求分析与创意简报自动生成 - 支持中文自然语言输入,输出标准化 JSON 简报 - 具备产品类型、使用场景、目标人群、平台规范识别能力 - 包含精准 Prompt、负面提示词、工具推荐及生成数量建议 - 适配 CoClaw 平台,便于团队协作
元数据
Slug ai-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Planner 是什么?

负责电商图片需求分析、创意构思与Prompt优化,提供精准创意简报和工具推荐,支持多平台和场景识别。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Ai Planner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-planner」即可一键安装,无需额外配置。

Ai Planner 是免费的吗?

是的,Ai Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Planner 支持哪些平台?

Ai Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Planner?

由 duzhihai123(@duzhihai123)开发并维护,当前版本 v1.0.0。

💬 留言讨论