← Back to Skills Marketplace
gora050

Reapit

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
134
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install reapit
Description
Reapit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reapit data.
Usage Guidance
This skill appears coherent and is what it claims to be: a Reapit integration that uses the Membrane CLI. Before installing: 1) Verify the npm package (@membranehq/cli) and its maintainer (check the npm page and the GitHub repository) and prefer a pinned version if you need reproducibility. 2) Consider running the CLI in a non-production or sandbox environment first (or use npx) to avoid a global install and to limit permissions. 3) Understand that Membrane will mediate Reapit auth and data—review Membrane's privacy/security docs if you have sensitive data concerns. 4) The login flow uses a browser-based authorization code; ensure you trust the device/browser used for authentication. If you want a deeper assurance, request the package checksum or review the package source before global installation.
Capability Analysis
Type: OpenClaw Skill Name: reapit Version: 1.0.3 The reapit skill bundle provides instructions for an AI agent to interact with the Reapit CRM through the Membrane platform. It utilizes the '@membranehq/cli' tool for authentication and API interaction, following security best practices by delegating credential management to the Membrane service rather than handling secrets locally. The instructions in SKILL.md are consistent with the stated purpose of managing real estate data and do not contain signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's name and description (Reapit integration) match the runtime instructions: it instructs the agent to use the Membrane CLI to connect to Reapit, discover actions, build custom actions, and run them. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md stays within scope: it instructs installing and using the Membrane CLI, authenticating via Membrane, creating/listing connections and actions, and running those actions. It does not instruct reading unrelated files, environment variables, or sending data to unexpected endpoints. It explicitly advises against asking users for API keys.
Install Mechanism
The install step uses npm install -g @membranehq/cli@latest (and suggests npx for some commands). This is a normal approach for CLI distribution but carries the usual npm risks (supply-chain or package impersonation). It's proportional to the skill's function but you should verify the package identity and prefer pinned versions or npx if you want less global footprint.
Credentials
The skill declares no required environment variables, no config paths, and no credentials. Authentication is delegated to Membrane via interactive login flows; this is appropriate and proportional to the described Reapit integration.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It will rely on a user-run CLI and Membrane-managed credentials; there is no indication the skill modifies other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reapit
  3. After installation, invoke the skill by name or use /reapit
  4. 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
Slug reapit
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Reapit?

Reapit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reapit data. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Reapit?

Run "/install reapit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reapit free?

Yes, Reapit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reapit support?

Reapit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reapit?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments