← 返回 Skills 市场
gora050

Reapit

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install reapit
功能描述
Reapit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reapit data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reapit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reapit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug reapit
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Reapit 是什么?

Reapit integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reapit data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Reapit?

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

Reapit 是免费的吗?

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

Reapit 支持哪些平台?

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

谁开发了 Reapit?

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

💬 留言讨论