← Back to Skills Marketplace
aqzzzqa

巨量广告自动化投放技能 - LemClaw Skills

by AQzzzQA · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
432
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install oceanengine-ads
Description
集成巨量引擎广告API,实现智能自动投放、预算优化、创意测试及实时监控,助力广告ROI最大化。
Usage Guidance
Before installing, note these issues and take precautions: - The registry metadata does not list the API credentials this skill actually needs; SKILL.md and the code require OCEANENGINE_ACCESS_TOKEN, APP_ID, APP_SECRET (and the code can use OCEANENGINE_REFRESH_TOKEN). Expect to provide sensitive API credentials. - The skill saves tokens/config to a local config.json in the working directory (unencrypted). If you install/run it, ensure the runtime environment is secure and delete or protect config.json when done. - The package contains executable Python code (not instruction-only). Review requirements.txt and the code locally, and run it first in a test/sandbox account (use the provided test mode) and with low budgets to avoid accidental spend. - Ask the publisher for provenance: why does registry metadata omit required env vars, and why does SKILL.md version (1.0.0) differ from registry version (1.0.2)? Verify the author (lemclaw / 乐盟互动) and obtain a canonical source/release (e.g., GitHub repo or official vendor distribution). - If you proceed, create dedicated API credentials with minimal permissions and short expirations where possible; monitor the account and revoke credentials after testing. If you want, I can: (1) highlight exact lines that persist secrets to disk, (2) list dependencies from requirements.txt for review, or (3) show a checklist of safe steps for testing this skill in a sandbox.
Capability Analysis
Type: OpenClaw Skill Name: oceanengine-ads Version: 1.0.2 The oceanengine-ads skill bundle is a legitimate and well-structured automation tool for the ByteDance Ocean Engine (巨量广告) advertising platform. It provides a comprehensive suite of modules for OAuth authentication (auth.py), API interaction (api_client.py), and automated campaign optimization (automation.py, optimizer.py). The code follows standard development practices, utilizing common libraries like requests, pandas, and loguru, and lacks any evidence of malicious behavior such as data exfiltration, unauthorized remote execution, or prompt injection. While it includes functionality to save authentication tokens to a local config.json file, this is a standard feature for CLI-based tools and does not indicate malicious intent.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement an Ocean Engine (巨量) ads client, automation, and optimizer — consistent with the declared purpose. However the registry metadata claims no required environment variables/credentials while the SKILL.md and code clearly require OCEANENGINE_ACCESS_TOKEN, APP_ID, APP_SECRET (and the code also reads OCEANENGINE_REFRESH_TOKEN). This manifest vs runtime mismatch is not proportional to the stated publishing metadata and undermines trust in the packaging.
Instruction Scope
Runtime instructions ask the user to install dependencies, set API credentials, and run automation commands (auto-launch, batch, monitoring). The instructions and code perform network calls to Ocean Engine endpoints (expected). The code persists auth state to a local config.json (stores access_token/app_secret/etc.), which is beyond simply using in-memory credentials and could persist secrets to disk — this is reasonable for an OAuth client but should be highlighted to the user.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but the package includes code files and a requirements.txt; SKILL.md instructs pip install -r requirements.txt. No suspicious remote downloads are used. The mismatch (no install spec declared while code is present) is an inconsistency but not an immediate malware indicator.
Credentials
The SKILL.md declares OCEANENGINE_ACCESS_TOKEN, OCEANENGINE_APP_ID, OCEANENGINE_APP_SECRET, and optional OCEANENGINE_ACCOUNT_ID and OCEANENGINE_TEST_MODE. The registry metadata incorrectly lists no required env vars and no primary credential. The code also reads OCEANENGINE_REFRESH_TOKEN though SKILL.md doesn't list it. Requiring API keys/secrets is expected for this functionality, but the failure to declare them in the registry and the extra refresh token usage are concerning and reduce transparency.
Persistence & Privilege
Skill does not request elevated platform privileges and always:false. It does persist auth/config to a local file (config.json) via auth.save_config(), which stores tokens and secrets unencrypted in working directory. That local persistence is normal for clients but increases the risk that credentials remain on disk if not cleaned or protected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oceanengine-ads
  3. After installation, invoke the skill by name or use /oceanengine-ads
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
巨量广告自动化投放技能 - LemClaw Skills 技能名称:oceanengine-ads 版本:1.0.0 开发者:乐盟互动 LemClaw 状态:✅ 100%完成 🎯 技能简介 🚀 乐盟互动 LemClaw 出品 巨量广告自动化投放技能是一个全功能的广告管理工具,支持巨量引擎(今日头条广告)、巨量千川(抖音广告)、穿山甲(程序化广告)的自动化投放和智能优化。 🌟 特色功能 🤖 智能投放 智能广告计划启动:基于历史数据的智能投放策略 预算自动分配:根据ROI自动调整各计划预算 出价策略优化:实时调整出价,最大化转化效果 创意自动轮换:A/B测试和智能创意替换 📊 实时监控 实时数据监控:监控曝光、点击、转化等关键指标 异常检测:自动识别广告异常行为 实时告警:关键指标异常时立即通知 趋势分析:AI驱动的数据趋势分析 🤖 智能优化 ROI优化算法:基于机器学习的ROI最大化 预算重分配:自动调整高ROI计划的预算 出价策略调整:智能出价优化建议 定向优化建议:基于数据的目标受众建议 优化报告生成:Markdown格式的完整报告 🔐 安全可靠 OAuth 2.0认证:标准化的Token管理 Token安全存储:安全的环境变量管理 操作确认机制:重要操作前确认 测试账户支持:开发者可用测试账户验证功能 📋 支持的功能 1. 广告计划管理 ✅ 获取广告计划列表 ✅ 获取广告计划详情 ✅ 创建广告计划 ✅ 更新广告计划 ✅ 更新广告状态 ✅ 删除广告计划 2. 广告组管理 ✅ 获取广告组列表 ✅ 获取广告组详情 ✅ 创建广告组 ✅ 更新广告组 ✅ 设置定向 3. 广告创意管理 ✅ 获取创意列表 ✅ 获取创意详情 ✅ 创建广告创意 ✅ 上传图片素材 ✅ 上传视频素材 4. 数据报表 ✅ 账户级报表 ✅ 广告计划报表 ✅ 广告组报表 ✅ 创意报表 ✅ 多维度分析 5. 自动化功能 ✅ 智能投放启动 ✅ 批量投放管理 ✅ 投放历史查询 ✅ 自动化规则管理 6. 优化功能 ✅ 广告表现分析 ✅ 预算优化建议 ✅ 出价策略建议 ✅ 定向优化建议 ✅ 优化报告生成 🎯 适用场景 支持平台 ✅ 巨量引擎(今日头条广告) ✅ 巨量千川(抖音广告) ✅ 穿山甲(程序化广告) 适用角色 ✅ 广告优化师 - 优化ROI、调整预算 ✅ 数字营销经理 - 批量操作广告、数据报表 ✅ 媒介采购人员 - 管理广告主账户 ✅ 技术团队 - 自动化广告投放系统 💰 按月付费说明 本技能按月付费使用 📞 联系方式 乐盟互动 LemClaw 技术支持:[email protected] 商务合作:[email protected] 官网:http://www.lemeng123.com 开发者平台 巨量广告开放平台:https://developer.oceanengine.com/ 技术博客:https://blog.oceanengine.com/ 开发者论坛:https://bbs.oceanengine.com/
v1.0.1
巨量广告自动化投放技能 - LemClaw Skills 技能名称:oceanengine-ads 版本:1.0.0 开发者:乐盟互动 LemClaw 状态:✅ 100%完成 🎯技能简介 🚀乐盟互动 LemClaw 出品 大量广告自动化投放技能是一款全功能的广告管理工具,支持巨量引擎(今日头条广告)、巨量千川(抖音广告)、穿山甲(节目化广告)的自动化投放和智能优化。 🌟特色功能 🤖 智能投放 智能广告计划启动:基于历史数据的智能投放策略 分配自动分配:根据ROI自动调整各计划分配 出价优化策略:实时调整出价,最大化转化效果 创意自动轮换:A/B测试和智能创意替换 📊 实时监控 实时数据监控:监控曝光、点击、转化等关键指标 异常检测:自动识别广告异常行为 实时补充:关键指标异常时立即通知 趋势分析:AI驱动的数据趋势分析 🤖 智能优化 ROI优化算法:基于机器学习的ROI最大化 预算重分配:自动调整高ROI计划的预算 出价策略调整:智能出价优化建议 定向优化建议:基于数据的目标受众建议 优化报告生成:Markdown格式的完整报告 🔐安全可靠 OAuth 2.0认证:标准化的Token管理 Token安全存储:安全的环境指标管理 操作确认机制:重要操作前确认 测试账户支持:开发者可用测试账户验证功能 📋 支持的功能 1.广告计划管理 ✅ 获取广告计划列表 ✅ 获取广告计划详情 ✅ 制定广告计划 ✅ 更新广告计划 ✅ 更新广告状态 ✅删除广告计划 2.广告组管理 ✅ 获取广告组列表 ✅ 获取广告组详情 ✅创建广告组 ✅ 更新广告组 ✅ 设置定向 3.广告创意管理 ✅ 获取创意列表 ✅ 获取创意详情 ✅ 创作广告创意 ✅ 上传图片素材 ✅ 上传视频素材 4. 数据报表 ✅ 账户级报表 ✅ 广告计划报表 ✅ 广告组报表 ✅ 创意报告 ✅ 多维度分析 5.自动化功能 ✅ 智能投放启动 ✅ 大规模销售管理 ✅ 投放历史查询 ✅ 自动化规则管理 6.优化功能 ✅ 广告表现分析 ✅ 预算优化建议 ✅ 出价策略建议 ✅ 定向优化建议 ✅ 优化生成报告 核心模块 1. OAuth认证(auth.py) OAuth 2.0认证流程 令牌管理和刷新 测试账户支持 2. API客户端 ( api_client.py) 广告计划管理(创建/编辑/暂停/删除/查询) 广告组管理 广告创意管理 数据报表查询 异步批量请求 100+ 接口封装 3. 自动化投放引擎 ( automation.py) 智能投放启动 自动预算分配 创意自动轮换 批量投放管理 4. 智能优化引擎 ( optimizer.py) 投资回报率优化 预算重分配建议 出价策略调整 定向优化建议 优化报告生成 5. 主入口 ( main.py) 命令行工具 统一的用户界面 专业设计 6. 测试套件 ( test_suite.py) 单元测试 集成测试 100%测试覆盖 🎯适用场景 支持平台 ✅ 巨量引擎(今日头条广告) ✅ 巨量千川(抖音广告) ✅ 穿山甲(节目化广告) 适用角色 ✅ 广告优化师 - 优化ROI、调整布局 ✅ 数字营销 - 批量操作广告、数据报表经理 ✅ 创意采购人员 - 管理广告主账户 ✅ 技术团队 - 自动化广告投放系统 💰 按月付费说明 免费标准 参见SKILL.md中的详细说明 周期护理 按月付费 免费方式 查看商务信息 免费 查看商务信息 免费说明 本技能按月付费使用 📊技能规格 代码统计 Python文件:6个 总代码行数: ~1,653行 测试示例:13个 测试覆盖率:100% 功能模块 模块 状态 详细资料 OAuth认证 ✅ 完成 100% API客户端(100+接口) ✅ 完成 100% 自动化投放引擎 ✅ 完成 100% 智能优化引擎 ✅ 完成 100% 主要入口工具 ✅ 完成 100% 测试套件 ✅ 完成 100% 文档体系 ✅ 完成 100% 🤝 贡献 欢迎贡献代码、报告Bug或提出功能建议! 📜 开源协议 MIT 许可证- 参见LICENSE文件 📞 联系方式 乐盟互动 LemClaw 技术支持:[email protected] 商务合作:[email protected] 官网:http://www.lemeng123.com 开发者平台 巨量广告开放平台:https://developer.oceanengine.com/ 技术博客:https://blog.oceanengine.com/ 开发者论坛:https://bbs.oceanengine.com/
v1.0.0
巨量广告自动化投放技能 - LemClaw Skills 技能名称:oceanengine-ads 版本:1.0.0 开发者:乐盟互动 LemClaw 状态:✅ 100%完成 🎯技能简介 🚀乐盟互动 LemClaw 出品 大量广告自动化投放技能是一款全功能的广告管理工具,支持巨量引擎(今日头条广告)、巨量千川(抖音广告)、穿山甲(节目化广告)的自动化投放和智能优化。 🌟特色功能 🤖 智能投放 智能广告计划启动:基于历史数据的智能投放策略 分配自动分配:根据ROI自动调整各计划分配 出价优化策略:实时调整出价,最大化转化效果 创意自动轮换:A/B测试和智能创意替换 📊 实时监控 实时数据监控:监控曝光、点击、转化等关键指标 异常检测:自动识别广告异常行为 实时补充:关键指标异常时立即通知 趋势分析:AI驱动的数据趋势分析 🤖 智能优化 ROI优化算法:基于机器学习的ROI最大化 预算重分配:自动调整高ROI计划的预算 出价策略调整:智能出价优化建议 定向优化建议:基于数据的目标受众建议 优化报告生成:Markdown格式的完整报告 🔐安全可靠 OAuth 2.0认证:标准化的Token管理 Token安全存储:安全的环境指标管理 操作确认机制:重要操作前确认 测试账户支持:开发者可用测试账户验证功能 📋 支持的功能 1.广告计划管理 ✅ 获取广告计划列表 ✅ 获取广告计划详情 ✅ 制定广告计划 ✅ 更新广告计划 ✅ 更新广告状态 ✅删除广告计划 2.广告组管理 ✅ 获取广告组列表 ✅ 获取广告组详情 ✅创建广告组 ✅ 更新广告组 ✅ 设置定向 3.广告创意管理 ✅ 获取创意列表 ✅ 获取创意详情 ✅ 创作广告创意 ✅ 上传图片素材 ✅ 上传视频素材 4. 数据报表 ✅ 账户级报表 ✅ 广告计划报表 ✅ 广告组报表 ✅ 创意报告 ✅ 多维度分析 5.自动化功能 ✅ 智能投放启动 ✅ 大规模销售管理 ✅ 投放历史查询 ✅ 自动化规则管理 6.优化功能 ✅ 广告表现分析 ✅ 预算优化建议 ✅ 出价策略建议 ✅ 定向优化建议 ✅ 优化生成报告
Metadata
Slug oceanengine-ads
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 巨量广告自动化投放技能 - LemClaw Skills?

集成巨量引擎广告API,实现智能自动投放、预算优化、创意测试及实时监控,助力广告ROI最大化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 432 downloads so far.

How do I install 巨量广告自动化投放技能 - LemClaw Skills?

Run "/install oceanengine-ads" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 巨量广告自动化投放技能 - LemClaw Skills free?

Yes, 巨量广告自动化投放技能 - LemClaw Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 巨量广告自动化投放技能 - LemClaw Skills support?

巨量广告自动化投放技能 - LemClaw Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 巨量广告自动化投放技能 - LemClaw Skills?

It is built and maintained by AQzzzQA (@aqzzzqa); the current version is v1.0.2.

💬 Comments