← 返回 Skills 市场
vishalgojha

PropAI Sync

作者 Vishal · GitHub ↗ · v2026.2.28
cross-platform ✓ 安全检测通过
287
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install propai-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /propai-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug propai-sync
版本 2026.2.28
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 287 次。

如何安装 PropAI Sync?

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

PropAI Sync 是免费的吗?

是的,PropAI Sync 完全免费(开源免费),可自由下载、安装和使用。

PropAI Sync 支持哪些平台?

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

谁开发了 PropAI Sync?

由 Vishal(@vishalgojha)开发并维护,当前版本 v2026.2.28。

💬 留言讨论