Create ShrimpCard outputs for OpenClaw. Use when users ask to generate a lobster/shrimp card, need accurate JSON/image outputs matching the ShrimpCard schema...
Generate accurate ShrimpCard JSON (and optional image/description) from user input and memory, validate the result against the schema, then render HTML when needed with a pixel-art header fallback if no image is available.
name, tagline, description, top_skills (3), owner.name, lobster_image_desc, card_id.references/card-schema.json.lobster_image_desc is a lobster/shrimp image description.image.placeholder and keep lobster_image_desc.scripts/validate_card.py <json-file>.assets/card-template.html as the template.window.__CARD_DATA__ (see references/html-mapping.md).assets/pixel-lobster.svg as the header image.scripts/render_card_html.py <card-json> --out shrimp-card.html to generate a ready-to-open HTML card.shrimp-card.json to disk.shrimp-card.html.references/card-spec.md.top_skills to exactly 3 items. They are capability tags chosen by OpenClaw (not necessarily most-used skills).validate_card.py: Validate JSON against required fields and constraints.render_card_html.py: Inject ShrimpCard JSON into the HTML template with pixel-art fallback.card-schema.json: JSON schema.sample-card.json: Example payload.card-spec.md: Field requirements and style notes.html-mapping.md: Schema-to-HTML mapping and pixel fallback rules.card-template.html: Single-file HTML card template supporting window.__CARD_DATA__.pixel-lobster.svg: Pixel-art fallback header image.ZIP package — ready to use