← Back to Skills Marketplace
Project Broadcast
by
Vlad Ursul
· GitHub ↗
· v1.0.2
· MIT-0
106
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install project-broadcast
Description
Project Broadcast integration. Manage Persons, Organizations, Lists, Broadcasts, Templates, Numbers and more. Use when the user wants to interact with Projec...
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-broadcast - After installation, invoke the skill by name or use
/project-broadcast - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Project Broadcast?
Project Broadcast integration. Manage Persons, Organizations, Lists, Broadcasts, Templates, Numbers and more. Use when the user wants to interact with Projec... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Project Broadcast?
Run "/install project-broadcast" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Broadcast free?
Yes, Project Broadcast is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Project Broadcast support?
Project Broadcast is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Broadcast?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.2.
More Skills