← 返回 Skills 市场
sigedev01-bit

Siluzan Tso

作者 Siluzan Dev · GitHub ↗ · v1.1.13 · MIT-0
cross-platform ⚠ suspicious
185
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install siluzan-tso
功能描述
当判断用户可能需要以下功能时可以使用siluzan-tso这个skillGoogle,Bing,Yandex,Tiktok,Kwai等广告账户的开户,账号数据分析共享/取消共享、Google MCC 绑定/解绑、Meta BM 绑定、TikTok BC 绑定/解绑TikTok 关闭、暂停 Google 账户撤回、...
安全使用建议
Key points before installing or using this skill: - The SKILL.md runs a remote installer (curl|bash or irm|iex) from unpkg.com which will execute code on your machine; review that install script URL content before running it (do not run blind). - This skill manages and can close/pause advertising accounts — only provide credentials (TSO API key, platform tokens) that are appropriately scoped and revocable; avoid giving full admin credentials unless absolutely necessary. - The registry metadata does not declare required credentials, but SKILL.md references environment variables and a config with tokens — expect to supply a TSO API key/JWT and likely per‑platform authorizations; confirm what exact scopes and endpoints the CLI uses (check tsoApiBaseUrl and the install script). - Prefer manual install: fetch the installer, inspect it locally, and run in a controlled environment (isolated machine or container) if you must test. - If you will allow the agent to run commands, require explicit user confirmation for any destructive operation (account closing, unbinding, transfers) and review the exact commands the agent will execute. - If unsure, ask the skill author for: (1) the install script source code, (2) the CLI's network endpoints and data flows, (3) an explicit list of required environment variables and scopes; absence of these is a red flag. Given the remote install + broad account powers + undocumented credential needs, proceed cautiously — treat this as untrusted until you can audit the installer and confirm minimal, revocable credentials.
功能分析
Type: OpenClaw Skill Name: siluzan-tso Version: 1.1.13 The skill bundle contains instructions in SKILL.md and setup.md for the AI agent to execute remote scripts using high-risk patterns, specifically 'bash <(curl -fsSL ...)' and 'npm install -g'. While these are intended to install the 'siluzan-tso-cli' tool, they represent a significant execution risk. The bundle also includes extensive AI behavioral guidelines and 'playbooks' that act as complex system prompts to control the agent's logic for managing advertising accounts. No clear evidence of intentional malice or data exfiltration was found; the behavior appears aligned with the stated purpose of advertising management, but the remote execution and broad tool permissions warrant a suspicious classification.
能力标签
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name/description and the included references clearly describe multi‑platform ad account management and reporting (Google/Meta/TikTok/Bing etc.). That purpose legitimately requires a CLI and access to TSO/back-end APIs and advertising platform credentials. However the registry metadata declares no required env vars or credentials while SKILL.md references SILUZAN_API_KEY, SILUZAN_AUTH_TOKEN and other configuration — a mismatch between claimed purpose and declared requirements.
Instruction Scope
SKILL.md tells the agent to install and call a dedicated CLI (siluzan-tso-cli) and to run many management operations (open accounts, share/unshare data, bind/unbind MCC/BM/BC, close/pause accounts, generate/push reports). It also references reading config (e.g., tsoApiBaseUrl, tokens via 'config show') and polling async tasks. Those instructions allow access to many sensitive account operations and to backend endpoints; they are broader than the registry metadata indicates and could lead to exfiltration or destructive actions if credentials are provided. The instructions also prescribe executing remote installer scripts directly.
Install Mechanism
No local install spec in registry, but SKILL.md instructs running a remote installer via bash <(curl -fsSL https://unpkg.com/siluzan-tso-cli@latest/dist/skill/scripts/install.sh) or PowerShell 'irm https://unpkg.com/... | iex'. Unpkg.com is an npm CDN, but curl|bash and irm|iex are high‑risk patterns because they execute code fetched from the network without a local review step. The installer will detect/install Node.js, install the CLI, and globally register the skill — this writes to the host and runs arbitrary script logic supplied by the remote endpoint.
Credentials
The skill will need API keys / JWTs and likely ad‑platform credentials to perform account operations, and SKILL.md documents optional env vars (SILUZAN_API_KEY, SILUZAN_AUTH_TOKEN, SILUZAN_DATA_PERMISSION). Yet the registry metadata lists none as required and there is no declared primary credential. The number and sensitivity of credentials implicitly needed (TSO API token plus multiple ad platform authorizations) are disproportionate to what the package metadata declares, making it hard for a user to understand what secrets they must provide.
Persistence & Privilege
always:false (normal). The skill itself is instruction-only, but the install steps described will install Node, a CLI, and 'globally register' the skill — creating persistence on the host. That is expected for a CLI-based workflow but increases the blast radius because the remote installer is executed. The skill does not request 'always:true'.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install siluzan-tso
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /siluzan-tso 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.13
**Siluzan TSO v1.1.13 Changelog** - 增加 CLI 一键安装支持:新增 install.sh(Linux/macOS/WSL)和 install.ps1(Windows)自动化安装脚本。 - SKILL.md 显式引导安装脚本用法,便于用户首次部署。 - 技能元数据增加依赖说明(nodejs, siluzan-tso-cli)。 - 操作用法与行为规范进一步标准化,依赖项与变量说明更详细。
v1.1.8
No code or functional changes in version 1.1.8. - No file changes detected in this release. - Behavior and documentation remain consistent with previous versions.
v1.1.7
Let your agent manage your Google/Bing/Yandex/Kwai/TikTok advertising accounts with Siluzan Tso.
元数据
Slug siluzan-tso
版本 1.1.13
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Siluzan Tso 是什么?

当判断用户可能需要以下功能时可以使用siluzan-tso这个skillGoogle,Bing,Yandex,Tiktok,Kwai等广告账户的开户,账号数据分析共享/取消共享、Google MCC 绑定/解绑、Meta BM 绑定、TikTok BC 绑定/解绑TikTok 关闭、暂停 Google 账户撤回、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。

如何安装 Siluzan Tso?

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

Siluzan Tso 是免费的吗?

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

Siluzan Tso 支持哪些平台?

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

谁开发了 Siluzan Tso?

由 Siluzan Dev(@sigedev01-bit)开发并维护,当前版本 v1.1.13。

💬 留言讨论