← Back to Skills Marketplace
287
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install propai-sync
Description
Maintain and operate the PropAI Sync monorepo, including hosted-platform BYOK API validation and Railway deployment checks. Use when working in propai-sync t...
Usage Guidance
This skill appears to do what it says: run local smoke tests and help validate Railway deployments. Before running: (1) ensure you trust the repository contents (the script executes dist/index.js from the repo); (2) expect it to create .tmp-job-logs and temporary state directories and to suggest editing HANDOFF.md; (3) the Railway step (npx @railway/cli login) will open an auth flow to Railway and requires your Railway credentials — be cautious about sharing those; (4) the smoke script obtains an API key via a local bootstrap endpoint but only prints a prefix (it does not exfiltrate the full key); (5) run these checks in a safe/test environment because the script sets PROPAI_HOSTED_ALLOW_INSECURE_BOOTSTRAP=1 for convenience. If you need higher assurance, review the repo's dist/index.js (the gateway binary the script executes) before running.
Capability Analysis
Type: OpenClaw Skill
Name: propai-sync
Version: 2026.2.28
The skill bundle is designed for maintaining and deploying the 'PropAI Sync' monorepo. It contains standard automation for building the project, running a local smoke test via 'scripts/hosted-smoke.mjs' (which validates API endpoints on loopback), and performing Railway deployment checks as described in 'SKILL.md'. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description promise (repo maintenance, hosted smoke checks, Railway validation) matches the included SKILL.md and the hosted-smoke.mjs script, which runs a local gateway, validates /api/health, /api/auth/bootstrap, and /api/users/me. No unrelated services or credentials are requested.
Instruction Scope
Instructions are scoped to repo-local operations (git checks, pnpm build, running the provided smoke script, Railway CLI auth/deploy, and publishing via clawhub). The smoke script runs a local Node gateway, writes logs under .tmp-job-logs and mkdtemp state, calls only local endpoints (127.0.0.1), and prints a JSON summary (including only an api key prefix, not the full key). Be aware the script will create files in the repo and spawn a child Node process (dist/index.js) — you should only run it against trusted code.
Install Mechanism
No install spec; this is instruction-only with one included script. Nothing is downloaded or executed from remote URLs by the skill itself.
Credentials
The skill declares no required env vars or credentials. The smoke script reads an optional PROPAI_SYNC_SMOKE_PORT and sets repository-local PROPAICLAW_* variables for the spawned gateway process; these are internal and proportional to running a local smoke test.
Persistence & Privilege
always is false and the skill does not request persistent or platform-level privileges. It writes temporary logs and the SKILL.md asks to update HANDOFF.md (normal for handoff workflows), but it does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install propai-sync - After installation, invoke the skill by name or use
/propai-sync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2026.2.28
Updated hosted platform with new paths, handlers, and tests; build and focused tests pass; ready for self-hosting
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is PropAI Sync?
Maintain and operate the PropAI Sync monorepo, including hosted-platform BYOK API validation and Railway deployment checks. Use when working in propai-sync t... It is an AI Agent Skill for Claude Code / OpenClaw, with 287 downloads so far.
How do I install PropAI Sync?
Run "/install propai-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PropAI Sync free?
Yes, PropAI Sync is completely free (open-source). You can download, install and use it at no cost.
Which platforms does PropAI Sync support?
PropAI Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PropAI Sync?
It is built and maintained by Vishal (@vishalgojha); the current version is v2026.2.28.
More Skills