← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ray-delivery-diagnosis
Description
Automates delivery lane scans every 4 hours to detect failures, classify issues, update recovery tickets, and attempt specified recovery actions.
Usage Guidance
This skill appears to be a runbook that will run local Node scripts and modify mission-control/recovery-ticket files. Before installing or enabling it: 1) Confirm that the runtime environment actually contains the referenced scripts and that you trust their contents — ask for the script sources or inspect them in a safe environment. 2) Verify Node is available and consider declaring it as a required binary. 3) Determine what credentials are needed (Facebook/X tokens, Supabase URL, any posting API keys) and provide them only with least privilege; the skill does not declare these. 4) Run initially in a sandbox/test environment and use dry-run flags as suggested; review the outputs it would write to mission-control and recovery tickets. 5) If you cannot inspect the referenced scripts, treat the skill as untrusted: it could run arbitrary code that reads local dotfiles (~/.openclaw), writes ticket files, or transmits data. 6) Ask the publisher for provenance (source repository, maintainers) and for explicit declarations of required binaries and credentials before using it in production.
Capability Analysis
Type: OpenClaw Skill
Name: ray-delivery-diagnosis
Version: 1.0.0
The skill is classified as suspicious because it utilizes high-risk capabilities such as shell execution and sensitive file access, which are explicitly flagged in the analysis criteria. Specifically, SKILL.md and TEMPLATE.md instruct the agent to execute multiple local scripts (e.g., postiz-publish.mjs, facebook-poster.mjs) and read environment configuration files from other workspaces (~/.openclaw/workspace-jenny/.env). While these actions are aligned with the stated purpose of task recovery and delivery diagnosis, the reliance on shell execution and cross-workspace file access represents a significant security surface.
Capability Assessment
Purpose & Capability
The name/description match the instructions (it is a delivery diagnosis and recovery runbook). However, the SKILL.md repeatedly instructs running Node scripts (e.g., node scripts/tony-blog-publish.mjs, postiz-publish.mjs, facebook-poster.mjs) and accessing local workspaces (e.g., ~/.openclaw/workspace-jenny/.env, mission-control/data/). Despite this, the skill metadata lists no required binaries (node) or environment variables. That mismatch (runs Node but doesn't declare node as required) is an incoherence requiring clarification.
Instruction Scope
Instructions explicitly tell the agent to read and update many local paths (mission-control data, recovery tickets, workspace dotfiles) and to execute platform-publishing scripts that could interact with external services and potentially transmit content. The steps stay within the stated domain (delivery lanes), but they grant broad discretion to run arbitrary local Node scripts and modify persistent ticket files — which is a meaningful scope expansion relative to the minimal metadata provided. The SKILL.md also instructs checking ~/.openclaw/workspace-jenny/.env (a user config file), which is sensitive and is not declared in the skill requirements.
Install Mechanism
This is instruction-only with no install spec and no code files shipped. That minimizes the surface from the skill bundle itself (nothing is downloaded or written by installer). The higher risk is runtime: the agent is instructed to execute local scripts that are expected to exist in the runtime environment.
Credentials
The skill declares no required env vars or primary credentials, yet the instructions expect credentials/config to exist (Facebook/X auth, Supabase URL in ~/.openclaw/workspace-jenny/.env, mission-control ticket write access). Recovery actions will likely require API keys or browser auth. The absence of declared required credentials is disproportionate and obscures what secrets the skill actually needs at runtime.
Persistence & Privilege
always is false and the skill is not requesting any special platform persistence or modification of other skills. It writes/updates local mission-control/recovery ticket files as part of its purpose, which is expected behavior for a recovery runner. No cross-skill or system-wide configuration changes are instructed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ray-delivery-diagnosis - After installation, invoke the skill by name or use
/ray-delivery-diagnosis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the recovery ticket runner and delivery diagnosis agent.
- Automatically scans all delivery lanes every 4 hours (and on-demand) to detect unresolved blockers, classify failure types, and attempt recovery actions.
- Supports multiple trigger sources, layered lane checks, and detailed failure classification.
- Executes lane-specific recovery actions with capped auto-retries and escalation to human intervention when required.
- Logs actions, updates recovery tickets, and outputs diagnosis reports for each run.
- Implements strict safety and publishing checks to prevent unauthorized or indefinite retries.
Metadata
Frequently Asked Questions
What is Ray Delivery Diagnosis?
Automates delivery lane scans every 4 hours to detect failures, classify issues, update recovery tickets, and attempt specified recovery actions. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install Ray Delivery Diagnosis?
Run "/install ray-delivery-diagnosis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ray Delivery Diagnosis free?
Yes, Ray Delivery Diagnosis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ray Delivery Diagnosis support?
Ray Delivery Diagnosis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ray Delivery Diagnosis?
It is built and maintained by X-RayLuan (@x-rayluan); the current version is v1.0.0.
More Skills