← 返回 Skills 市场
sigedev01-bit

Siluzan Cso

作者 Siluzan Dev · GitHub ↗ · v1.1.12 · MIT-0
cross-platform ⚠ suspicious
180
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install siluzan-cso
功能描述
当用户提问的内容涉及以下内容时,可以使用本SKILL(1)多媒体平台内容(视频/图文)发布与运营(YouTube、TikTok、Instagram、LinkedIn、X、视频号),以及账号授权、数据报表、任务管理;(2)公众号、小红书等内容文案/选题生成——选题/拆解/口播成稿、三库选题;(3)RAG 知识库检索...
安全使用建议
This skill's purpose and instructions are coherent for a social-media publishing/RAG content workflow, but there are a few things to double-check before installing: - Inspect the installer script before running it. SKILL.md asks you to run a remote installer from https://unpkg.com/siluzan-cso-cli@latest/dist/skill/scripts/install.sh (or the PowerShell equivalent). Open that URL (or fetch the package tarball from npm) and review the script contents and what it installs — do not run curl | bash / iex blindly. - Prefer installing the CLI from a trusted source manually (npm install -g siluzan-cso-cli) after reviewing the package page, sources, and maintainers. If possible, install in an isolated environment (container or VM) first. - The skill will read/write ~/.siluzan/config.json and can write files into agent skill directories (init -d). Only allow it if you trust the package and understand which paths will be modified. Avoid using the config set --token pattern that writes tokens into shell history; use environment variables (SILUZAN_API_KEY / SILUZAN_AUTH_TOKEN) or the interactive login flow the SKILL.md recommends. - Resolve the small metadata mismatch: _meta.json claims node/npm required while the top-level 'Requirements' showed none — ask the publisher to clarify required binaries and exactly what the install script does. - If you need higher assurance, ask the publisher for the install script contents, a pinned release tarball, or to review the source repo (the registry metadata points to an Azure DevOps repo and https://www.siluzan.com homepage). Verify signatures or checksums where available. If you cannot inspect the installer or trust the publisher, run the CLI only in an isolated environment or decline installation.
功能分析
Type: OpenClaw Skill Name: siluzan-cso Version: 1.1.12 The skill bundle is a legitimate toolset for social media management and AI-driven content generation. It demonstrates high security awareness by explicitly forbidding the upload of sensitive directories (e.g., ~/.ssh, ~/.aws, .env) in references/upload.md and warning users against insecure credential handling in references/setup.md. While the installation uses a curl-to-shell pattern, it is standard for CLI tools and points to a public npm-based CDN (unpkg.com), and the AI instructions (SKILL.md) prioritize user confirmation for all write operations.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's files and SKILL.md consistently describe multimedia publishing, RAG retrieval, and content-workflow features that match the skill name/description. However, registry metadata (_meta.json) lists required binaries (node, npm) and a config path (~/.siluzan/config.json) while the provided top-level 'Requirements' said none — this mismatch should be resolved. Requiring a CLI (siluzan-cso-cli) is coherent for the stated purpose.
Instruction Scope
Runtime instructions are detailed and largely in-scope (list-accounts, upload, rag query, publish, etc.). They instruct the agent to read/write files under ~/.siluzan and to initialize/write skill files into agent skill directories (e.g., ~/.openclaw/skills or other paths via siluzan-cso init). Those file operations are relevant to the task but constitute persistent local changes and warrant user awareness/consent. The SKILL.md also suggests running node one-liners to process JSON streams and using ffmpeg for cover extraction — expected but sensitive in terms of file access.
Install Mechanism
Although there is no formal install spec in the registry, SKILL.md directs users to run remote installer commands that fetch and execute scripts from unpkg.com (bash <(curl ...) and PowerShell iex). Running remote install scripts fetched at runtime is higher-risk than an instruction-only skill: it executes code on the user's machine. unpkg.com maps to npm package contents (traceable) but still executes remote code without local review by default. The metadata also suggests Node/npm are required, reinforcing that an install will occur.
Credentials
Requested credentials/environment variables (SILUZAN_API_KEY, SILUZAN_AUTH_TOKEN, SILUZAN_DATA_PERMISSION) are appropriate for a CLI talking to the Siluzan CSO service. The skill reads/writes ~/.siluzan/config.json (declared in _meta.json) which is consistent with storing API keys/tokens. No unrelated cloud or external credentials are requested. The SKILL.md explicitly warns against a dangerous config set --token pattern that could leak tokens to shell history — a useful safety note.
Persistence & Privilege
The skill's init flow can write files into multiple agent skill directories (per setup.md it supports writing to many targets, including global paths like ~/.openclaw/skills/ and an 'all' option). That allows the CLI/skill to persist inside the agent environment. always:false so it is not force-included, but the provided init capability can create persistent presence and should be invoked only with explicit user consent. This persistence combined with remote install scripts increases the blast radius if the installer or package is compromised.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install siluzan-cso
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /siluzan-cso 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.12
- 更新一键安装脚本说明,提供更简洁的 curl/PowerShell 直接执行方式(unpkg 远程脚本一行命令)。 - 其它功能和行为规范无变动。
v1.1.11
- 增加一键安装脚本,首次未安装时自动执行 scripts/install.sh (Mac/Linux/WSL) 或 scripts/install.ps1 (Windows),完成 CLI 和依赖设置 - 扩展 description,明确支持公众号/小红书类内容生成及 RAG 知识库检索,适用更多内容创作及知识问答场景 - 完善 RAG 检索工作流与命令用法指引,细化分步流程和参数说明 - 新增可选环境变量支持 SILUZAN_API_KEY、SILUZAN_AUTH_TOKEN、SILUZAN_DATA_PERMISSION,方便无交互部署和权限配置 - 调整 CLI 命令行为规范:强调需获用户确认的操作范围,并明确查询类命令可直接执行 - 组织结构优化,补充常用场景说明与强制遵守项,提高文档查阅与理解效率
v1.1.8
- Updated SKILL.md with detailed business process descriptions, command index, and reference guides. - Added explicit AI operation guidelines, including task execution standards and mandatory compliance rules. - Clarified handling for common HTTP errors and included a quick reference for platform names. - Provided comprehensive instructions for both publishing/operations and content creation workflows. - Included a web feature navigation section linking to relevant management pages.
元数据
Slug siluzan-cso
版本 1.1.12
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Siluzan Cso 是什么?

当用户提问的内容涉及以下内容时,可以使用本SKILL(1)多媒体平台内容(视频/图文)发布与运营(YouTube、TikTok、Instagram、LinkedIn、X、视频号),以及账号授权、数据报表、任务管理;(2)公众号、小红书等内容文案/选题生成——选题/拆解/口播成稿、三库选题;(3)RAG 知识库检索... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。

如何安装 Siluzan Cso?

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

Siluzan Cso 是免费的吗?

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

Siluzan Cso 支持哪些平台?

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

谁开发了 Siluzan Cso?

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

💬 留言讨论