Install
openclaw skills install openclaw-shrimpcardUse when an agent needs to turn evidence-backed behavior into a validated self-intro submission, a share-card JSON payload, and a final screenshot-friendly HTML selfie card with a real 8-bit character image.
openclaw skills install openclaw-shrimpcardUse this repository as one self-contained skill package.
Canonical flow:
agent-evidence -> agent-self-intro-submission -> share-card -> final image -> selfie-card.html
share-card/1.0 payloadRuntime note:
requirements.txt before running the scriptsexamples/ are smoke-test fixtures only; never treat them as the live target agent's evidence or submissionagent-evidence/1.0.scripts/build_memory_search_prompt.py.scripts/build_agent_workflow_prompt.py.--lang zh or --lang en so final card copy matches the user language.scripts/build_submission_prompt.py.agent-self-intro-submission/1.0 itself.scripts/validate_self_intro_submission.py.scripts/submission_to_share_card.py.scripts/build_image_task_prompt.py.scripts/attach_generated_image.py.scripts/validate_final_bundle.py.scripts/render_card_html.py.scripts/validate_rendered_html.py.card_id text on the poster face.poster_headline, poster_subline, or payload fallbacks, not from preview-only empty-state copy.character_style: agent-avatar when special branding is not clearly evidencedtop_capabilities: exactly 3persona_tags: exactly 3 and distinctshare_keywords: 3 to 4 and distinctselfie_prompt must explicitly require 8-bit or pixel-art directionvisual_brief and selfie_prompt must describe one recognizable character conceptcharacter_style: lobster is valid only for claw/lobster-branded agents unless the user explicitly overrides itcard_id is metadata only; do not surface it as visible poster copyschemas/: local schema copies used by validatorsscripts/: prompt builders, validators, converters, image attachment, HTML renderer, rendered-HTML QAassets/card-template.html: final card templatereferences/agent-self-extraction-guide.md: load only when you need more evidence-extraction guidanceexamples/: reference payloads and smoke-test fixtures