← 返回 Skills 市场
111
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install baidu-aicaigou-saas
功能描述
百度爱采购 SaaS 通用运营技能,覆盖商品管理、素材管理、店铺运营、营销活动与数据查看等任务。用户提到"爱采购"时优先使用本技能。
使用说明 (SKILL.md)
百度爱采购 SaaS 运营技能
用于执行百度爱采购 SaaS 后台相关任务。先识别任务类型,再路由到对应子能力流程。
触发规则
当用户输入包含以下任一语义时,优先引用本技能:
- 爱采购 / 百度爱采购
- 爱采购 SaaS / 爱采购后台
- 百度 B2B 店铺运营 / B2B 商家后台
任务路由
根据用户需求,路由到对应子能力:
| 用户意图 | 子能力 | 文件 |
|---|---|---|
| 上传图片到素材库 | 素材库上传 | capabilities/material-upload.md |
| 新建/编辑/上下架商品 | 商品维护 | capabilities/product-management.md |
若需求跨多个类别,按用户优先级分步执行并逐步回报。
通用执行流程
- 按 shared/browser-framework.md 必须初始化有头浏览器
- 按 shared/login.md 处理登录态
- 路由到对应子能力文件,执行具体任务
- 每个关键步骤进行状态回报
- 失败时按 shared/fallback.md 降级处理
通用约束
- 浏览器必须使用有头模式,便于用户登录和保存登录态
- 命令行工具先检测是否存在再执行
- 对发布、删除、覆盖等高风险操作,执行前必须二次确认
- 自动化失败时采用"检测 → 安装 → 重试 → 降级(人工引导)"
- 禁止要用户输入已完成登录,你自己使用脚本循环检测登录态,最多检测6次, 不要使用sleep
使用示例
详见 examples.md
安全使用建议
This skill appears to do what it says (automating Baidu 爱采购 via a headed browser) but it will: (1) attempt to install a PyPI package (playwright-cli) if missing — installing packages at runtime can run arbitrary code; (2) access local image file paths to upload; (3) rely on browser login state and may use pre-filled credentials stored in the browser. Before installing/running: only use if you trust the skill source; run in an isolated environment or VM if possible; review and approve any automated package installs (consider manually installing vetted tooling yourself); require explicit confirmation for high-risk actions like publish/delete; and avoid supplying sensitive credentials to the agent. If you need higher assurance, ask the author for a signed release or a minimal install spec (official playwright package or documented binary) and for clarity on how login credentials are used.
功能分析
Type: OpenClaw Skill
Name: baidu-aicaigou-saas
Version: 1.0.2
The skill bundle facilitates automation for the Baidu AiCaiGou SaaS platform but employs high-risk execution patterns. Specifically, 'shared/browser-framework.md' instructs the agent to automatically install Python packages using 'pip install', and 'capabilities/material-upload.md' utilizes 'playwright-cli run-code' to execute arbitrary JavaScript within the browser. While these capabilities are functionally relevant to the stated purpose, the automated installation of dependencies and the execution of arbitrary code strings represent significant security risks (RCE and environment modification) that could be exploited if the agent receives untrusted input.
能力评估
Purpose & Capability
技能名与描述(百度爱采购后台的素材与商品管理)与 SKILL.md 中的浏览器自动化流程、目标 URL 和子能力相符。没有要求与功能不相关的外部服务或环境变量。
Instruction Scope
运行时说明明确要求有头浏览器、检查登录态、访问本地图片路径并通过 DOM 自动化将本地文件上传到目标站点;这些操作与所述任务直接相关 but the skill also instructs polling login state (up to 6 times) and to read browser pre-filled credentials when present — these behaviors touch sensitive local state (browser autofill, local filesystem) though they are plausible for automation.
Install Mechanism
There is no formal install spec, but instructions instruct automatically installing 'playwright-cli' via pip (python3 -m pip install -U playwright-cli). Installing a PyPI package at runtime is a moderate risk (arbitrary code execution from third-party package). This is proportionate for browser automation but is not declared in metadata and could be surprising to users.
Credentials
The skill declares no required env vars or credentials, which is consistent, but its runtime guidance expects access to local file paths and may rely on browser-stored (pre-filled) account/passwords. Accessing browser autofill or local files implies reading sensitive data not declared as required credentials; this is explainable by the automation use case but worth flagging to users.
Persistence & Privilege
Skill is user-invocable, not always-enabled, and allows model invocation (normal). It does not request persistent privileges or modify other skills' configs in the provided instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-aicaigou-saas - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-aicaigou-saas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Changed browser requirement from session-header to headed mode for improved login and session management.
- Removed dependency and mention of session-header and dumate-browser-use.
- Updated execution steps to require initializing a headed browser.
- Added _meta.json file.
v1.0.1
baidu-aicaigou-saas 1.0.1
- 优化登录态检测流程,明确禁止使用 sleep,最大检测 6 次
- 补充相关约束说明,提升自动化容错处理的细节
- 其余功能和任务路由逻辑保持不变
v1.0.0
Initial release of 百度爱采购 SaaS 通用运营技能:
- 支持商品管理、素材管理、店铺运营、营销活动和数据查看等任务
- 用户输入含“爱采购”或相关运营语义时自动触发本技能
- 根据不同运营需求自动路由到上传素材、商品维护等子流程
- 浏览器登录与会话采用 session-header 方式,增强登录体验
- 高风险操作执行前需二次确认,自动化失败提供降级与人工引导
元数据
常见问题
baidu-aicaigou-saas 是什么?
百度爱采购 SaaS 通用运营技能,覆盖商品管理、素材管理、店铺运营、营销活动与数据查看等任务。用户提到"爱采购"时优先使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 baidu-aicaigou-saas?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-aicaigou-saas」即可一键安装,无需额外配置。
baidu-aicaigou-saas 是免费的吗?
是的,baidu-aicaigou-saas 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
baidu-aicaigou-saas 支持哪些平台?
baidu-aicaigou-saas 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 baidu-aicaigou-saas?
由 Brook(@yangmiemie99)开发并维护,当前版本 v1.0.2。
推荐 Skills