← Back to Skills Marketplace
Realgeeks
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
155
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install realgeeks
Description
RealGeeks integration. Manage Leads, Persons, Organizations, Deals, Activities, Notes and more. Use when the user wants to interact with RealGeeks data.
Usage Guidance
This skill is coherent: it uses the Membrane CLI to access RealGeeks rather than asking you for API keys. Before installing or running it, consider: 1) Review the @membranehq/cli package on npm/GitHub to verify its source and recent activity. 2) Prefer using npx or a local/virtual environment instead of a global npm install to limit system exposure. 3) Understand that 'membrane login' will create local CLI credentials and will authorize the Membrane service to access your RealGeeks data—only proceed if you trust that service and review what scopes/permissions the connector requests. 4) Avoid pasting unrelated secrets into prompts; only complete the OAuth flow in your browser when you expect it. If you want stronger assurance, ask the skill author for a signed repository URL, or run the CLI in an isolated VM or container first.
Capability Analysis
Type: OpenClaw Skill
Name: realgeeks
Version: 1.0.3
The skill provides instructions for an AI agent to integrate with RealGeeks using the Membrane CLI (@membranehq/cli). The instructions in SKILL.md cover standard operations such as authentication, action discovery, and execution through the 'membrane' command-line tool, with a focus on security best practices like offloading credential management to the Membrane platform. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description (RealGeeks integration) match the instructions: all actions use the Membrane CLI to connect to RealGeeks. There are no unrelated required env vars, binaries, or config paths listed. Requiring network access and a Membrane account is proportional to the stated purpose.
Instruction Scope
SKILL.md limits runtime steps to installing/using the Membrane CLI, authenticating via the browser, creating/listing connections and actions, and running actions. It does not instruct the agent to read arbitrary local files, exfiltrate unrelated data, or access unrelated credentials. It does instruct the user/agent to perform OAuth-like login flows and to use CLI commands that return JSON.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md tells users to run 'npm install -g @membranehq/cli@latest' (or npx). Installing a global npm CLI is a common pattern but introduces moderate risk: it downloads third-party code from the npm registry and will place a binary on the system. This is expected for a Membrane-based integration, but users should verify the package (npm page/GitHub) before installing and prefer non-global installs or isolated environments if concerned.
Credentials
The skill declares no required environment variables or primary credential. The instructions explicitly advise against requesting API keys and instead rely on Membrane to manage credentials server-side. This is proportionate, though it does mean you must trust Membrane with authentication to RealGeeks.
Persistence & Privilege
The skill itself is instruction-only and not 'always' installed. However, running the Membrane CLI and performing 'membrane login' will create local CLI state/credentials and create connections accessible to Membrane's service. The skill does not request elevated platform privileges or modify other skills' configs, but installing and logging in to the CLI gives the Membrane service and local CLI write access to configuration and stored auth tokens.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install realgeeks - After installation, invoke the skill by name or use
/realgeeks - 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 Realgeeks?
RealGeeks integration. Manage Leads, Persons, Organizations, Deals, Activities, Notes and more. Use when the user wants to interact with RealGeeks data. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Realgeeks?
Run "/install realgeeks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Realgeeks free?
Yes, Realgeeks is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Realgeeks support?
Realgeeks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Realgeeks?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills