Table of Contents

Class SkillParityTools

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

Tools for tracking and managing OpenClaw bundled-skill parity in JD.AI. Provides a canonical parity matrix, pack grouping, and gap analysis.

[ToolPlugin("skillParity")]
public sealed class SkillParityTools
Inheritance
SkillParityTools
Inherited Members

Methods

ExportParity()

[KernelFunction("skills_parity_export")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string ExportParity()

Returns

string

GenerateParityMatrix(string?)

[KernelFunction("skills_parity_matrix")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string GenerateParityMatrix(string? filter = null)

Parameters

filter string

Returns

string

GetGapAnalysis()

[KernelFunction("skills_gap_analysis")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string GetGapAnalysis()

Returns

string

GetPackOverview()

[KernelFunction("skills_pack_overview")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string GetPackOverview()

Returns

string

GetSkillDetail(string)

[KernelFunction("skills_detail")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static string GetSkillDetail(string name)

Parameters

name string

Returns

string