← Back to Skills Marketplace
netanel-abergel

Pa Status

by Netanel Abergel · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install pa-status
Description
PA network health dashboard. Use when: checking if all PAs in the network are active, checking billing status, verifying calendar connections, or generating...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pa-status
  3. After installation, invoke the skill by name or use /pa-status
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pa-status
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install Pa Status?

Run "/install pa-status" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pa Status free?

Yes, Pa Status is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pa Status support?

Pa Status is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pa Status?

It is built and maintained by Netanel Abergel (@netanel-abergel); the current version is v1.0.1.

💬 Comments