← 返回 Skills 市场
gora050

Project Broadcast

作者 Vlad Ursul · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install project-broadcast
功能描述
Project Broadcast integration. Manage Persons, Organizations, Lists, Broadcasts, Templates, Numbers and more. Use when the user wants to interact with Projec...
安全使用建议
This skill appears to do what it says (use Membrane to talk to Project Broadcast), but be aware of two practical risks: (1) it uses npx @membranehq/cli@latest at runtime which fetches and executes code from the npm registry — consider pinning to a specific version or preinstalling the CLI if you want to reduce supply-chain risk; (2) authentication tokens are stored locally (~/.membrane/credentials.json) and are sensitive — review and protect that file. If you are not comfortable allowing the agent to execute remote CLIs or to use locally stored tokens, avoid installing or require stricter controls (pin CLI version, preinstall the binary, or restrict autonomous invocation). If you trust Membrane and are comfortable with the interactive login flow, the skill is proportionate to its purpose.
能力评估
Purpose & Capability
The name/description (Project Broadcast integration) align with the instructions: all actions are performed through the Membrane CLI which proxies requests to Project Broadcast. Requests for a Membrane account and network access are expected.
Instruction Scope
Runtime instructions tell the agent to run npx @membranehq/cli@latest commands (login, connect, action list/run, request proxy). The guide also refers to the locally stored credentials file (~/.membrane/credentials.json) and headless login flows; these are relevant to the integration but mean the agent will rely on local credential storage and user-driven browser authentication.
Install Mechanism
There is no install spec, but the SKILL.md relies on npx to fetch and execute @membranehq/cli@latest at runtime. Executing a remote npm package (especially with the @latest tag) is a supply-chain risk and can change behavior over time; this is expected for a CLI-based integration but is higher-risk than a packaged, pinned install.
Credentials
The skill declares no required env vars (consistent). However it relies on a Membrane account and the CLI's credential file (~/.membrane/credentials.json). Those stored credentials are sensitive — the skill doesn't request unrelated secrets, but local token files and browser-auth flows should be considered sensitive.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent platform-level privileges or modify other skills. Autonomous invocation is allowed by default but not a specific additional privilege of this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-broadcast
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-broadcast 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug project-broadcast
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Project Broadcast 是什么?

Project Broadcast integration. Manage Persons, Organizations, Lists, Broadcasts, Templates, Numbers and more. Use when the user wants to interact with Projec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Project Broadcast?

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

Project Broadcast 是免费的吗?

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

Project Broadcast 支持哪些平台?

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

谁开发了 Project Broadcast?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.2。

💬 留言讨论