← 返回 Skills 市场
wang259797

Setv.Wang

作者 wang259797 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ad-account-manager
功能描述
Manage ad accounts (广点通, 巨量引擎) via browser automation with cookie login. Invoke when user asks to manage ad accounts, login to ad platforms, or view account...
使用说明 (SKILL.md)

广告账户管理 Skill

功能描述

通过浏览器自动化(Cookie登录),实现多平台广告账户的统一管理,无需逐个登录广告后台,提升账户切换和状态查看效率。

核心功能

  1. 登录管理:支持广点通(广告主/服务商)和巨量引擎的扫码登录,保存Cookie到本地
  2. 一键登录:使用已存储的Cookie自动登录对应广告后台
  3. 账户状态总览:拉取所有已登录账户的基础信息,异常账户标红提醒

使用场景

  • 用户发送"管理广告账户"
  • 用户请求登录广点通或巨量引擎
  • 用户需要查看账户状态(余额、消耗、预算等)
安全使用建议
This skill appears to do what it says: it opens the ad platform login pages, lets you scan to log in, captures cookies, and saves them locally for one-click logins. Before installing, consider: (1) cookie sensitivity — saved cookies in data/accounts.json are effectively account access tokens and are stored unencrypted; protect or encrypt that folder, or run the skill in an isolated environment/VM; (2) installation: you must install Playwright and run 'playwright install chromium', which downloads browser binaries from the internet; review that step and network policy; (3) confirm you trust the origin of this skill (source unknown) before giving it access to any machine or account data; (4) if you need stricter security, request the author add encrypted storage for cookies, an option to store data outside the project folder, and an audit/log of account actions. Overall the package is coherent with its purpose, but cookie handling and the required browser install are the main risks to mitigate.
功能分析
Type: OpenClaw Skill Name: ad-account-manager Version: 1.0.0 The skill manages sensitive advertising account sessions by capturing and storing login cookies for platforms like Guangdiantong and Ocean Engine. While this behavior is clearly aligned with the stated purpose in SKILL.md and README.md, the implementation stores these high-value session cookies in plaintext within a local file (data/accounts.json in ad_manager.py). This constitutes a significant security vulnerability (session hijacking risk) which, per the analysis guidelines, warrants a suspicious classification despite the lack of evidence for intentional data exfiltration or malicious logic.
能力评估
Purpose & Capability
The skill's name/description (manage 广点通/巨量引擎 via browser automation) aligns with the included Python modules: browser automation (Playwright), cookie capture/storage, one‑click login, and account overview. The files implement exactly those capabilities and don't request unrelated services or credentials.
Instruction Scope
SKILL.md and README instruct browser automation and cookie saving; runtime code navigates to platform login URLs, waits for QR login, captures cookies, and later reuses them. The instructions and code do not read unrelated system files or environment variables and do not send data to external endpoints beyond visiting the ad platforms. However, cookies are saved to local disk (data/accounts.json) without encryption — this is expected for the feature but is a sensitive action and should be considered carefully.
Install Mechanism
Registry has no formal install spec, but repository includes requirements.txt listing playwright>=1.40.0 and README instructs 'playwright install chromium'. Playwright installation will download browser binaries from the Playwright hosts; this is standard for Playwright but is a networked install step that writes binaries to disk. No obscure download URLs or extract-from-personal-server patterns are present.
Credentials
The skill declares no required environment variables or external credentials, which is consistent. It does, however, collect and persist authentication cookies for ad platforms — effectively long‑lived credentials. The number and type of env/credential requests are proportionate, but cookie storage is sensitive and currently done unencrypted in a local JSON file.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and its persistence is limited to creating/reading a local data/accounts.json under its module directory. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ad-account-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ad-account-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ad-account-manager 1.0.0 - Initial release with browser automation for ad account management. - Supports cookie-based login for 广点通 (广告主/服务商) and 巨量引擎. - Enables one-click login to ad platforms with saved cookies. - Provides account status overview, including alerts for abnormal accounts. - Use cases include managing ad accounts, logging in, and viewing account status.
元数据
Slug ad-account-manager
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Setv.Wang 是什么?

Manage ad accounts (广点通, 巨量引擎) via browser automation with cookie login. Invoke when user asks to manage ad accounts, login to ad platforms, or view account... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Setv.Wang?

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

Setv.Wang 是免费的吗?

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

Setv.Wang 支持哪些平台?

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

谁开发了 Setv.Wang?

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

💬 留言讨论