← Back to Skills Marketplace
282
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install propai-live
Description
PropAI Live is the complete AI-powered realtor automation suite, bundling OpenClaw core, PropAI Sync for WhatsApp lead management, Social Flow for Meta opera...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install propai-live - After installation, invoke the skill by name or use
/propai-live - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 282 downloads so far.
How do I install PropAI Live?
Run "/install propai-live" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PropAI Live free?
Yes, PropAI Live is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PropAI Live support?
PropAI Live is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PropAI Live?
It is built and maintained by Vishal (@vishalgojha); the current version is v1.0.1.
More Skills