evidence-card-caster

Dispatch multimodal evidence materials to sub-skills and return a unified EvidenceCard.

Updated Jul 20, 2025
One-click install
npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill evidence-card-caster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-card-caster
Source: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/tree/main/app/agentic/skills/evidence-card-caster
Command: npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill evidence-card-caster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates multimodal evidence materials by dispatching to specialized sub-skills and returning a unified EvidenceCard. It solves the problem of manually coordinating multiple evidence sources and converts them into a standardized, actionable card format.

Core Features & Use Cases

  • Orchestrated casting: Receives evidence materials, detects type, and delegates to the corresponding sub-skill.
  • Multimodal support: Handles images, PDFs and other materials to produce EvidenceCard entries.
  • Card aggregation: Produces joint or independent cards with structured sub-features and grouping.
  • Use Case: Given a set of documents from a case, generate a consolidated EvidenceCard that groups related evidence by witness or document type.

Quick Start

To cast evidence materials into a card, provide evidence_materials with urls, evidence_id, and file_type for each item. The skill will orchestrate sub-skills and output a standardized EvidenceCard.

Frequently Asked Questions about evidence-card-caster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate multiple case documents into a standardized evidence card?

You can generate a consolidated evidence card by providing evidence materials with URLs, evidence IDs, and file types. The system orchestrates specialized sub-skills to aggregate related documents into joint or independent cards with structured sub-features and grouping.

What is multimodal evidence orchestration and how does it work?

Multimodal evidence orchestration receives diverse evidence materials like images and PDFs, detects their types, and delegates processing to specialized sub-skills. This enforces modular dispatch and returns a unified, standardized evidence card aggregating all inputs.

Can I use this to group case evidence by witness or document type?

Yes, you can group case evidence by witness or document type. The orchestration processes case documents and generates a consolidated evidence card that organizes related materials with structured sub-features and specific groupings.

How do I start casting images and PDFs into evidence cards?

To start casting images and PDFs, supply the evidence materials array including the URL, evidence ID, and file type for each item. The system automatically orchestrates the appropriate sub-skills and outputs standardized evidence cards.

Does evidence card casting support enhanced extraction modes?

Yes, evidence card casting supports both standard and enhanced extraction modes. You can toggle these processing modes through input parameters to adjust the depth of structured sub-features extracted during the multimodal evidence aggregation.

What are the limitations of orchestrating evidence cards from multimodal sources?

The main limitation is its strict dependency on specialized sub-skills for modular dispatch; if a specific file type lacks a corresponding sub-skill, the evidence card generation fails. It also requires structured input parameters including URLs, evidence IDs, and file types.