← 返回 Skills 市场
282
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install propai-live
功能描述
PropAI Live is the complete AI-powered realtor automation suite, bundling OpenClaw core, PropAI Sync for WhatsApp lead management, Social Flow for Meta opera...
安全使用建议
This package is primarily a licensing client and a small license-api template that matches the SKILL.md. Before installing or running it: (1) Understand that activating a license will send your license key plus a machine fingerprint (derived from hostname, platform, user) to the license API (default documented production URL). (2) Activation stores a licenseToken and metadata in ~/.propai-live/license-state.json (you can override the directory). Treat that file as sensitive and use scripts/license-deactivate.mjs or clearState to remove it if needed. (3) If you don't trust the default production endpoint, use the --api flag or PROPAI_LIVE_LICENSE_API_URL to point to a license server you control; running the included license API requires setting DATABASE_URL and deploying PostgreSQL. (4) There are no hidden network endpoints or obfuscated code, but review any remote API URL you supply and be cautious with the license key. If you want extra assurance, inspect the state file contents and the network calls (e.g., via a local proxy) before using production credentials.
功能分析
Type: OpenClaw Skill
Name: propai-live
Version: 1.0.1
The skill bundle implements a realtor automation suite with a robust licensing and entitlement system. The included scripts (license-activate.mjs, license-guard.mjs, and license-lib.mjs) manage license state locally in the user's home directory and communicate with a remote API (e.g., license.propaiclive.com) to validate access. The system uses standard machine fingerprinting by hashing local metadata (hostname, username) to generate a unique ID. The SKILL.md instructions are security-conscious, explicitly directing the AI agent to avoid printing secrets and to seek confirmation before performing high-risk operations. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md align with a realtor automation suite that enforces licensing. The included license client scripts and a small license-api template are reasonable components for a product that gates write operations. No unrelated cloud credentials or unrelated binaries are requested.
Instruction Scope
Runtime instructions ask the agent to run the included Node CLI scripts (activate/status/guard/deactivate) and the 'propai-live' CLI. Those scripts: (1) call a license API (default production URL documented), (2) read/write a local state file (default ~/.propai-live/license-state.json) and (3) derive a machine fingerprint from hostname/platform/username. This behavior is coherent for license enforcement, but it's important to note the scripts store licenseToken and metadata locally and will contact the license API; SKILL.md documents --api and the PROPAI_LIVE_LICENSE_API_URL option.
Install Mechanism
There is no external install download; this is an instruction-only skill with bundled Node scripts and a small express/pg sample server. No remote archives or URL-shortened installers are used. Running the included server requires Node and a PostgreSQL DATABASE_URL if you choose to run it.
Credentials
No required environment variables are declared in the registry metadata, which matches the skill being usable via CLI flags. The code does use optional env vars (PROPAI_LIVE_LICENSE_API_URL, PROPAI_LIVE_STATE_DIR, PROPAI_LIVE_MACHINE_ID) and the license-api server requires DATABASE_URL to run. Those env vars are reasonable and documented for this purpose. The scripts require a user-supplied license key (sensitive) which is sent to the license activation endpoint; this is proportionate but worth being aware of.
Persistence & Privilege
The skill stores license state and tokens in a file under the user's home directory (~/.propai-live/license-state.json) and derives/stores a machine fingerprint. This is expected for activation/entitlement checks, but means local persistent secrets (licenseToken) are created; the skill does not declare always:true or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install propai-live - 安装完成后,直接呼叫该 Skill 的名称或使用
/propai-live触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add license system scaffold: activate/status/guard/deactivate scripts, API contract, and Postgres license API starter template.
v1.0.0
Initial release: Bundled OpenClaw + PropAI Sync + Social Flow for realtor AI suite
元数据
常见问题
PropAI Live 是什么?
PropAI Live is the complete AI-powered realtor automation suite, bundling OpenClaw core, PropAI Sync for WhatsApp lead management, Social Flow for Meta opera... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。
如何安装 PropAI Live?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install propai-live」即可一键安装,无需额外配置。
PropAI Live 是免费的吗?
是的,PropAI Live 完全免费(开源免费),可自由下载、安装和使用。
PropAI Live 支持哪些平台?
PropAI Live 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PropAI Live?
由 Vishal(@vishalgojha)开发并维护,当前版本 v1.0.1。
推荐 Skills