← 返回 Skills 市场
yuyonghao-123

Agent Reliability

作者 yuyonghao-123 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuyonghao-agent-reliability
功能描述
Provides error monitoring, automatic fallback, confidence evaluation, and multi-agent voting to maintain accuracy in multi-step workflows.
安全使用建议
This package appears designed to provide reliability tooling, but it contains multiple coherence issues that make it unreliable rather than malicious. Before installing or enabling it in any agent: - Don't deploy to production yet. Run the tests locally (npm test) in an isolated environment to observe failures. - Manually review the exported API surface: the tests call consensus.getSession and consensus.getStats and the ReportGenerator expects monitor.getStats(), but the codebase does not define these public methods consistently (ReliabilityMonitor provides getReliabilityScore(), VotingConsensus has no getSession/getStats accessor). These mismatches will cause runtime errors. - Inspect ReportGenerator.generateMarkdown: it expects stats.successRate, stats.total, stats.successful, stats.failed, and stats.byStep, but the monitor returns a different object shape — that will produce incorrect reports. - If you plan to use this library, either obtain a fixed release from a trusted source or patch the code to reconcile the API mismatches (add missing accessors or adjust callers). - Because there are no network calls or secret requests in the code, immediate credential exfiltration risk is low; however, the poor code quality could hide other bugs — review all modules before automated or autonomous agent use. If you want, I can list the exact mismatches and propose minimal patches to make the public API consistent with the tests/examples (e.g., add getStats/getSession wrappers or change ReportGenerator to consume getReliabilityScore()).
能力评估
Purpose & Capability
The name, description, SKILL.md examples, and most source files (ReliabilityMonitor, FallbackManager, ConfidenceCalculator, VotingConsensus, ReportGenerator) consistently implement monitoring, fallback, confidence calculation, and voting/consensus features — these align with the skill's stated purpose.
Instruction Scope
SKILL.md usage examples are limited to requiring the module, creating objects, and calling library methods (no instructions to read system files, exfiltrate data, or call external endpoints). However, the included test suite and some modules expect or call APIs that are either missing or mismatched (see below), which means runtime behavior could be broken or behave unexpectedly if consumers follow the examples.
Install Mechanism
No install spec beyond 'npm install' in SKILL.md; package.json has no external dependencies and no install-time downloads. This is low risk from an installer perspective (no arbitrary remote code fetched during install).
Credentials
No required environment variables, no required binaries, and no requested config paths — the requested permissions are proportional to a pure JavaScript library.
Persistence & Privilege
Skill flags are default (not always:true), and there is no code that attempts to persistently modify agent/platform configuration or access other skills' credentials. No privileged persistence behavior detected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuyonghao-agent-reliability
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuyonghao-agent-reliability 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Agent Reliability framework. - Provides real-time error rate monitoring with historical trend analysis and anomaly alerts. - Introduces an automatic fallback mechanism with configurable strategies and graceful degradation. - Includes step-wise and cumulative confidence evaluation with visualization and threshold alerts. - Adds multi-agent voting consensus feature supporting various strategies and conflict resolution. - Usage examples for ReliabilityMonitor, FallbackManager, and VotingConsensus included.
元数据
Slug yuyonghao-agent-reliability
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Reliability 是什么?

Provides error monitoring, automatic fallback, confidence evaluation, and multi-agent voting to maintain accuracy in multi-step workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Agent Reliability?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yuyonghao-agent-reliability」即可一键安装,无需额外配置。

Agent Reliability 是免费的吗?

是的,Agent Reliability 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Reliability 支持哪些平台?

Agent Reliability 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Reliability?

由 yuyonghao-123(@yuyonghao-123)开发并维护,当前版本 v0.1.0。

💬 留言讨论