← Back to Skills Marketplace
Meetingpulse
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
186
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install meetingpulse
Description
MeetingPulse integration. Manage Organizations. Use when the user wants to interact with MeetingPulse data.
Usage Guidance
This skill appears coherent: it delegates auth and API calls to the Membrane CLI rather than asking for raw API keys. Before installing, verify the @membranehq/cli npm package and the Membrane project (review the npm package page and the GitHub repository linked in SKILL.md), and consider installing the CLI in an isolated environment or VM if you are cautious about global npm installs. Understand that logging in with membrane will persist credentials locally (managed by Membrane), so confirm you trust the Membrane service and its privacy/permissions for MeetingPulse data. If you prefer to avoid installing global packages, you can use npx or a containerized setup instead.
Capability Analysis
Type: OpenClaw Skill
Name: meetingpulse
Version: 1.0.3
The skill bundle provides instructions for integrating with MeetingPulse via the Membrane CLI. It outlines standard procedures for installing the `@membranehq/cli` npm package, authenticating users, and executing actions through the Membrane platform. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the logic is consistent with the stated purpose of managing meeting engagement data.
Capability Assessment
Purpose & Capability
Name/description (MeetingPulse integration) align with the instructions: the skill uses the Membrane CLI to talk to MeetingPulse. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines runtime actions to: installing/using the Membrane CLI, running membrane login/connect/action commands, and polling action states. It does not instruct reading local files or unrelated environment variables, nor sending data to endpoints outside Membrane/MeetingPulse.
Install Mechanism
The skill instructs users to install @membranehq/cli via npm (global install or npx). This is a common approach but does write code to disk and requires pulling a package from the public npm registry — a moderate-risk operation compared with an instruction-only skill that installs nothing. No arbitrary URL downloads or extract steps are present.
Credentials
The skill declares no required env vars or credentials and explicitly advises not to ask users for API keys, instead using Membrane's connection flow. The auth flow (membrane login) will persist credentials locally via Membrane, which is expected for this design.
Persistence & Privilege
Skill is not always-included and uses normal autonomous-invocation defaults. It does not request system-wide config changes or access to other skills' credentials. The only persistence implied is the Membrane CLI's handling of login tokens, which is expected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meetingpulse - After installation, invoke the skill by name or use
/meetingpulse - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
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 Meetingpulse?
MeetingPulse integration. Manage Organizations. Use when the user wants to interact with MeetingPulse data. It is an AI Agent Skill for Claude Code / OpenClaw, with 186 downloads so far.
How do I install Meetingpulse?
Run "/install meetingpulse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meetingpulse free?
Yes, Meetingpulse is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meetingpulse support?
Meetingpulse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meetingpulse?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills