用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wix/skills --skill rp-source-inputs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rp-source-inputs |
| description | Collects and validates source URLs, exports, acquisition modes, and credentials without exposing secrets. |
Use only when the active source input/configuration is missing or invalid.
For URL sources, infer platform from the URL/probe before asking the user; ask for a platform only when detection is inconclusive. For platforms with public and authenticated paths, resolve the acquisition mode before requesting credentials.
When managementImportMode=quick, persist the probe's canonical platform id in
sourcePlatform and route to the matching rp-quick-<platform> adapter. Quick mode uses only
the adapter's declared public endpoints and must not request source credentials. An
inconclusive probe or unsupported adapter is a durable quick_mode_unsupported result; offer
standard mode rather than silently switching behavior.
For file sources, record every supplied path as fileInputPaths, use sourceMode=files_only,
and load rp-source-csv. Do not ask URL acquisition or credential questions for this path.
Treat source and Wix env files as secret-bearing once they may contain credentials. Never
print their contents. Use scripts/source-secrets.js for present/blank/missing checks and
Wix Secrets Manager hydration; request only unresolved secret keys through the secure flow.
Blank required values are a typed needs-user blocker; optional adapter keys may remain blank.