Firm Spec Compliance Pack

v1.0.0

MCP 2025-11-25 specification compliance audit pack. Validates elicitation, tasks, resources/prompts, audio content, JSON Schema 2020-12, SSE transport, and i...

0· 322·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for romainsantoli-web/firm-spec-compliance-pack.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Firm Spec Compliance Pack" (romainsantoli-web/firm-spec-compliance-pack) from ClawHub.
Skill page: https://clawhub.ai/romainsantoli-web/firm-spec-compliance-pack
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install romainsantoli-web/firm-spec-compliance-pack

ClawHub CLI

Package manager switcher

npx clawhub@latest install firm-spec-compliance-pack
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The SKILL.md describes an MCP protocol compliance audit pack and declares a dependency on mcp-openclaw-extensions >= 3.0.0; the listed CLI-style tools and config_path usage are coherent with an auditing toolset.
Instruction Scope
Instructions are limited to running audit tools against a user-specified config_path and adding the skill to the agent config. This is appropriate for a compliance pack, but the runtime will read whatever file you point to — do not point it at system or secret-containing config files without review.
Install Mechanism
No install spec or code files are included (instruction-only), which reduces risk. However the declared dependency (mcp-openclaw-extensions >= 3.0.0) implies external tooling will be required; the skill provides no source or install instructions for that dependency, so verify where you obtain it.
Credentials
The skill requests no environment variables, credentials, or config paths itself. The only resource it references is a user-supplied config_path for audits, which is proportionate to its purpose. Be aware the required extension may itself request credentials or env vars.
Persistence & Privilege
always:false and default autonomous invocation are in place; the skill does not request elevated or persistent privileges or modify other skills. No indications it would persist beyond normal skill inclusion.
Assessment
This SKILL.md is instruction-only and aligns with an MCP compliance audit pack. Before installing: 1) Verify and obtain the mcp-openclaw-extensions >= 3.0.0 from a trusted source (the skill gives no homepage or installer). 2) Inspect the extension's code/packaging so you know what those openclaw_* audit commands do and whether they install additional software. 3) When running the audits, point config_path to non-sensitive test or exported copies of your config — don't use paths containing secrets or system-wide credentials. 4) Run the audits in an isolated environment (or with least privilege) until you confirm the extension and tools are trustworthy. If you want extra assurance, ask the extension author/source for provenance or source code before enabling the skill in production.

Like a lobster shell, security has layers — review code before you run it.

latestvk979zj28k2tr7r4b1s38tebptd8239q9
322downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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)

ToolDescriptionSeverity
openclaw_elicitation_auditValidate elicitation flow implementationHIGH
openclaw_tasks_auditCheck tasks/durable requests supportHIGH
openclaw_resources_prompts_auditVerify resources & prompts capabilitiesMEDIUM
openclaw_audio_content_auditAudio content type support validationMEDIUM
openclaw_json_schema_dialect_checkJSON Schema 2020-12 dialect complianceHIGH
openclaw_sse_transport_auditSSE transport + resumption validationHIGH
openclaw_icon_metadata_auditIcon metadata format verificationLOW

Usage

# In your agent configuration:
skills:
  - firm-spec-compliance-pack

# Run 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

  • Elicitation (SEP-032): Server-initiated user input requests
  • Tasks (SEP-044): Long-running durable operations with status tracking
  • Resources/Prompts: Capability declaration and handler completeness
  • Audio Content: Binary audio type support in messages
  • JSON Schema 2020-12: Dialect URI and vocabulary compliance
  • SSE Transport: Event streaming with Last-Event-ID resumption
  • Icons: URI format, media type validation, and accessibility

Requirements

  • mcp-openclaw-extensions >= 3.0.0
  • MCP Protocol Version: 2025-11-25

Comments

Loading comments...