Firm Spec Compliance Pack
by @romainsantoli-web
MCP 2025-11-25 specification compliance audit pack. Validates elicitation, tasks, resources/prompts, audio content, JSON Schema 2020-12, SSE transport, and i...
clawhub install firm-spec-compliance-packπ About This Skill
name: firm-spec-compliance-pack version: 1.0.0 description: > MCP 2025-11-25 specification compliance audit pack. Validates elicitation, tasks, resources/prompts, audio content, JSON Schema 2020-12, SSE transport, and icon metadata compliance. 7 specialized audit tools. author: romainsantoli-web license: MIT metadata: openclaw: registry: ClawHub requires: - mcp-openclaw-extensions >= 3.0.0 tags: - mcp - compliance - spec - audit - protocol
firm-spec-compliance-pack
> β οΈ Contenu gΓ©nΓ©rΓ© par IA β validation humaine requise avant utilisation.
Purpose
Audit pack ensuring full compliance with MCP specification version 2025-11-25. Covers all new protocol features introduced since 2025-03-26.
Tools (7)
| Tool | Description | Severity |
|------|-------------|----------|
| openclaw_elicitation_audit | Validate elicitation flow implementation | HIGH |
| openclaw_tasks_audit | Check tasks/durable requests support | HIGH |
| openclaw_resources_prompts_audit | Verify resources & prompts capabilities | MEDIUM |
| openclaw_audio_content_audit | Audio content type support validation | MEDIUM |
| openclaw_json_schema_dialect_check | JSON Schema 2020-12 dialect compliance | HIGH |
| openclaw_sse_transport_audit | SSE transport + resumption validation | HIGH |
| openclaw_icon_metadata_audit | Icon metadata format verification | LOW |
Usage
# In your agent configuration:
skills:
- firm-spec-compliance-packRun full compliance check:
openclaw_elicitation_audit config_path=/path/to/config.json
openclaw_tasks_audit config_path=/path/to/config.json
openclaw_resources_prompts_audit config_path=/path/to/config.json
openclaw_json_schema_dialect_check config_path=/path/to/config.json
openclaw_sse_transport_audit config_path=/path/to/config.json
openclaw_icon_metadata_audit config_path=/path/to/config.json
Spec Coverage
Requirements
mcp-openclaw-extensions >= 3.0.02025-11-25π‘ Examples
# In your agent configuration:
skills:
- firm-spec-compliance-packRun full compliance check:
openclaw_elicitation_audit config_path=/path/to/config.json
openclaw_tasks_audit config_path=/path/to/config.json
openclaw_resources_prompts_audit config_path=/path/to/config.json
openclaw_json_schema_dialect_check config_path=/path/to/config.json
openclaw_sse_transport_audit config_path=/path/to/config.json
openclaw_icon_metadata_audit config_path=/path/to/config.json