← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apmzoom-pms
功能描述
APM 플랫폼의 메시지 푸시 서비스 API 모음. 헬스 체크, 관리자/사용자 푸시 메시지 목록·상세·읽음 상태 업데이트, 커스텀 정보 업로드 등 8개 엔드포인트를 포함. authcode 헤더(HH + access_token)로 호출. 서비스명: ApmZoomPushMessageSe...
使用说明 (SKILL.md)
APM 메시지 푸시 API
APM 플랫폼의 메시지 푸시 서비스 API 모음. 헬스 체크, 관리자/사용자 푸시 메시지 목록·상세·읽음 상태 업데이트, 커스텀 정보 업로드 등 8개 엔드포인트를 포함. authcode 헤더(HH + access_token)로 호출. 서비스명: ApmZoomPushMessageService.
공통 규약
- Base URL:
https://44k2t5n59e.execute-api.ap-northeast-2.amazonaws.com - 요청 헤더:
v=7.0.1,p=1,t=\x3Cunix초>,lang=zh-cn - 인증 헤더:
authcode: "HH " + access_token(로그인 계열 제외) - 서명:
sign = MD5(\x3Cparams> + \x3Csalt>).toUpperCase()— 엔드포인트별 salt는 각 문서 참조 - 성공 코드:
code=100, 결과는result필드 - 페이지네이션:
last_update_time커서 방식,page_size=20
엔드포인트 목록 (8개)
pms_health— 메시지 푸시 서비스 헬스 체크 ·GET /pms/healthpms_m_editpushmsgreadstatus— 메시지를 읽음으로 변경[판매자] ·POST /pms/app/m_editpushmsgreadstatuspms_m_pushmsginfo— 홈 공지 정보 조회[판매자] ·GET /pms/app/m_pushmsginfopms_m_pushmsglist— 공지 목록 조회[판매자] ·GET /pms/app/m_pushmsglistpms_u_editpushmsgreadstatus— 메시지를 읽음으로 변경[사용자] ·POST /pms/app/u_editpushmsgreadstatuspms_u_pushmsginfo— 홈 공지 정보 조회[사용자] ·GET /pms/app/u_pushmsginfopms_u_pushmsglist— 공지 목록 조회[사용자] ·GET /pms/app/u_pushmsglistpms_uploadcustominfo— 커스텀 정보 업로드 ·POST /pms/app/uploadcustominfo
사용법
- 필요한 엔드포인트 문서를 확인 (파일명 = 엔드포인트 이름)
ids_*_login_*중 하나로access_token획득 (APM_USER_TOKEN 환경변수에 저장)- 요청 헤더에
authcode: "HH " + $APM_USER_TOKEN추가 - 해당 문서의 서명 규칙에 따라
sign계산 후 호출
安全使用建议
This skill is an API documentation/wrapper and will use the APM_USER_TOKEN value as the auth header when calling the listed base URL. Before installing: 1) Only supply an access token with the minimum required scope (do not reuse admin or cloud-provider secrets). 2) Verify you trust the base URL (https://44k2t5n59e.execute-api.ap-northeast-2.amazonaws.com) and the upstream project link. 3) Note the skill expects you to obtain a token outside the skill (the guidance to get a token is vague); confirm how you will generate or rotate that token. 4) If you plan to store the token in CI or shared environments, treat it as a secret and follow your org's secret-management practices.
功能分析
Type: OpenClaw Skill
Name: apmzoom-pms
Version: 1.0.0
The skill bundle provides documentation and instructions for an AI agent to interact with the APM Message Push API service hosted on AWS API Gateway. It includes standard endpoints for health checks, message management, and status updates, requiring a user token (APM_USER_TOKEN) for authentication. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the SKILL.md or endpoint files.
能力评估
Purpose & Capability
Name/description match the files and runtime instructions. The only credential requested is APM_USER_TOKEN which is appropriate for calling a protected API. No unrelated binaries, config paths, or extra services are requested.
Instruction Scope
SKILL.md documents the endpoints, required headers, and per-endpoint signing (MD5(params + salt)). It instructs the agent to use an access_token stored in APM_USER_TOKEN as the auth header. The instructions do not ask the agent to read unrelated files or exfiltrate data. Minor note: the recommended method to obtain access_token is referenced vaguely as "ids_*_login_*", so the source/procedure for obtaining the token is not fully specified and must be handled outside the skill.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself.
Credentials
Only one environment variable (APM_USER_TOKEN) is required and explicitly used as the auth token. This is proportional for a service API wrapper. Users should ensure the token provided has appropriate (least) privileges.
Persistence & Privilege
always:false and standard model invocation allowed. The skill does not request persistent system presence or modify other skill/system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apmzoom-pms - 安装完成后,直接呼叫该 Skill 的名称或使用
/apmzoom-pms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 8 push-messaging endpoints for APM platform
元数据
常见问题
APM 메시지 푸시 API 是什么?
APM 플랫폼의 메시지 푸시 서비스 API 모음. 헬스 체크, 관리자/사용자 푸시 메시지 목록·상세·읽음 상태 업데이트, 커스텀 정보 업로드 등 8개 엔드포인트를 포함. authcode 헤더(HH + access_token)로 호출. 서비스명: ApmZoomPushMessageSe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 APM 메시지 푸시 API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apmzoom-pms」即可一键安装,无需额外配置。
APM 메시지 푸시 API 是免费的吗?
是的,APM 메시지 푸시 API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
APM 메시지 푸시 API 支持哪些平台?
APM 메시지 푸시 API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 APM 메시지 푸시 API?
由 apmzoom(@apmzoom)开发并维护,当前版本 v1.0.0。
推荐 Skills