apmzoom
v1.0.0
Published
One-shot installer for all APM (apmzoom) skills published on ClawHub (apmzoom-ids, apmzoom-gds, apmzoom-pms, apmzoom-products).
Maintainers
Readme
apmzoom
One-shot installer for all APM (apmzoom) skills published on ClawHub.
Usage
npx apmzoomThat's it. This installs all four skills into ~/.openclaw/workspace/skills/:
| Slug | 이름 | 엔드포인트 |
|---|---|---|
| apmzoom-ids | APM 인증 센터 API | 19 |
| apmzoom-gds | APM 상품 관리 API | 33 |
| apmzoom-pms | APM 메시지 푸시 API | 8 |
| apmzoom-products | APM 상품 라이브러리 검색 | 2 (public) |
Commands
npx apmzoom # install all (default)
npx apmzoom install # same
npx apmzoom list # print skill list
npx apmzoom --help # helpWhat it does
Internally runs npx -y clawhub@latest install <slug> for each skill. The auth-related skills (apmzoom-ids, apmzoom-gds) contain MD5 salts and JWT references that VirusTotal Code Insight flags as "suspicious" — these are false positives, so --force is applied automatically for those two.
Skills source
Original API documentation: github.com/apmzoom-ai/apm-skills
License
MIT
