Overview
- Skill Key
- chenghaofan1998/openclaw-shrimpcard
- Author
- chenghaofan1998
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chenghaofan1998/openclaw-shrimpcard
- Latest Commit SHA
- 397c352f7ddafe4a06b94f99094f03a8a756c70d
Create ShrimpCard outputs for OpenClaw. Use when users ask to generate a lobster/shrimp card, need accurate JSON/image outputs matching the ShrimpCard schema, or need HTML rendering with a pixel-art header fallback when images are unavailable.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-shrimpcard 技能。 若已安装,则直接安装 openclaw-shrimpcard 技能。
# OpenClaw ShrimpCard ## Overview 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. ## Workflow 1. Gather required fields - Required: `name`, `tagline`, `description`, `top_skills` (3), `owner.name`, `lobster_image_desc`, `card_id`. - If any required info is missing, ask the user for it. 2. Build the card object - Follow `references/card-schema.json`. - Ensure `lobster_image_desc` is a lobster/shrimp image description. - If an image is not available, set `image.placeholder` and keep `lobster_image_desc`. 3. Validate before output - Run `scripts/validate_card.py <json-file>`. - If validation fails, fix the data and re-validate. 4. HTML render (required when image generation fails or HTML is requested) - Use `assets/card-template.html` as the template. - Map schema JSON into `window.__CARD_DATA__` (see `references/html-mapping.md`). - If no image URL/data_url is available, inject the pixel-art fallback from `assets/pixel-lobster.svg` as the header image. - Prefer `scripts/render_card_html.py <card-json> --out shrimp-card.html` to generate a ready-to-open HTML card. 5. Output - If the user wants a file, write `shrimp-card.json` to disk. - Provide a JSON file and paste the JSON in the response. - If the user requests HTML, output `shrimp-card.html`. - If the user requests an image, either include an image URL/data_url or provide the image description for rendering. If generation fails, use the pixel-art fallback and render HTML instead. 6. Image prompt assistance (optional) - If the user wants to self-generate an image, provide the prompt template from `references/card-spec.md`. - Remind them to capture and composite the QR into the footer square if a QR is provided. ## Accuracy Rules - Do not invent owner details or contacts. Ask if missing. - Keep `top_skills` to exactly 3 items. They are...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.