← 返回 Skills 市场
Pa Status
作者
Netanel Abergel
· GitHub ↗
· v1.0.1
· MIT-0
125
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install pa-status
功能描述
PA network health dashboard. Use when: checking if all PAs in the network are active, checking billing status, verifying calendar connections, or generating...
安全使用建议
This skill is internally coherent, but review before enabling: 1) Confirm data/pa-directory.json is stored securely (it contains phone numbers and emails). 2) Decide whether automatic WhatsApp pings are allowed — they will send messages to people and rely on other skills (whatsapp-diagnostics, billing-monitor) that may require credentials. 3) Verify where the daily report is delivered (admin recipient) to avoid exposing PII. 4) If you use scheduling/automation, restrict rate and recipients to avoid spam and ensure consent. If you want more confidence, inspect the other referenced skills (whatsapp-diagnostics, billing-monitor) to see what credentials they request.
功能分析
Type: OpenClaw Skill
Name: pa-status
Version: 1.0.1
The pa-status skill is a monitoring tool designed to report on the health, billing, and connectivity of a network of agents. It contains a straightforward Python script in SKILL.md that reads from a local JSON file (data/pa-directory.json) to generate status reports, and provides instructions for the agent to perform reachability checks via WhatsApp. No malicious intent, data exfiltration, or suspicious execution patterns were identified.
能力评估
Purpose & Capability
The name/description match the instructions: the skill reads data/pa-directory.json, checks last_seen, billing, calendar, and status fields, and generates a report. All required data is local and coherent with network-status functionality.
Instruction Scope
Instructions are narrowly scoped to reading data/pa-directory.json and generating a report. A notable runtime action is the 'Quick Ping (WhatsApp Reachability)' flow — it directs sending pings to PAs flagged as issues and to consult whatsapp-diagnostics and billing-monitor skills; that implies outbound messaging and inter-skill calls, which are outside this skill's own code but expected behavior for a monitoring workflow.
Install Mechanism
Instruction-only skill with no install spec and no external downloads, so nothing is written to disk by an installer or pulled from remote sources.
Credentials
The skill requests no environment variables or credentials. It does read PII (phone numbers, owner_email) from a local JSON file — this is expected for a reachability/billing dashboard but you should ensure the data file is stored and accessed securely and that automated pings are authorized.
Persistence & Privilege
always:false and no self-modifying or cross-skill config writes. The skill schedules a daily report in its documentation but does not request elevated or persistent platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pa-status - 安装完成后,直接呼叫该 Skill 的名称或使用
/pa-status触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
reactions rule, close-the-loop, reply-to rules; skill-master analytics hook; skill-analytics added
v1.0.0
Initial release of the pa-status skill.
- Provides a PA network health dashboard, reading from data/pa-directory.json.
- Automates daily, on-demand, and error-triggered status reporting.
- Checks last active time, billing status, calendar connection, and active status for each PA.
- Includes a Python script for generating summarized network health reports.
- Offers real-time ping protocol for flagged PAs via WhatsApp.
- Optimized for low cost; compatible with any model.
元数据
常见问题
Pa Status 是什么?
PA network health dashboard. Use when: checking if all PAs in the network are active, checking billing status, verifying calendar connections, or generating... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Pa Status?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pa-status」即可一键安装,无需额外配置。
Pa Status 是免费的吗?
是的,Pa Status 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pa Status 支持哪些平台?
Pa Status 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pa Status?
由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.1。
推荐 Skills