← Back to Skills Marketplace
shrimpcard
by
chenghaofan1998
· GitHub ↗
· v1.0.0
· MIT-0
263
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-shrimpcard
Description
Create ShrimpCard outputs for OpenClaw. Use when users ask to generate a lobster/shrimp card, need accurate JSON/image outputs matching the ShrimpCard schema...
Usage Guidance
This skill appears to do exactly what it says: collect required fields, validate a ShrimpCard JSON, and render a standalone HTML preview with a pixel-art fallback. Before installing, be aware it will read/write files in the agent's working directory (shrimp-card.json and shrimp-card.html by default). It has no network code and requests no credentials, so nothing here will exfiltrate secrets. One small behavior to note: the validator enforces that lobster_image_desc contains either the Chinese character '虾' or the substring 'lobster' — this is a strict check that may cause valid image descriptions to be rejected unless they match that pattern. If you plan to use external image-generation services, the skill will not call them for you; you must provide image URLs/data URLs yourself or accept the pixel-art fallback.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-shrimpcard
Version: 1.0.0
The skill bundle is a legitimate tool for generating and validating 'ShrimpCard' character cards in JSON and HTML formats. The Python scripts (render_card_html.py and validate_card.py) perform standard data processing, validation, and file I/O using built-in libraries without any evidence of network activity, data exfiltration, or malicious execution. The instructions in SKILL.md are transparent and strictly follow the stated purpose of the skill.
Capability Assessment
Purpose & Capability
Name/description match included files: schema, sample, validator, HTML template, and render script. No unexpected env vars, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to gather fields, validate JSON via scripts/validate_card.py, and render HTML via scripts/render_card_html.py. These steps operate on local files and write shrimp-card.json and shrimp-card.html to disk as intended. Note: the skill will read and write files in the agent's working directory (normal for this purpose).
Install Mechanism
Instruction-only with included Python scripts and assets; no install spec, no external downloads, and no package installation. Low-risk from install standpoint.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or system access.
Persistence & Privilege
always:false (no forced inclusion). The skill can be invoked by the agent autonomously (default), which is expected for a user-invocable tool; it does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-shrimpcard - After installation, invoke the skill by name or use
/openclaw-shrimpcard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
A small project for generating "lobster/crayfish character cards" to help crayfish users socialize better. Includes:
Single-file HTML card template (following design.md specifications)
JSON data structure and examples
OpenClaw skill (for outputting accurate JSON/image information)
The project is open-source at https://github.com/chenghaofan1998/shrimpcard/, welcome to collaborate (fork/submit PRs)!
Metadata
Frequently Asked Questions
What is shrimpcard?
Create ShrimpCard outputs for OpenClaw. Use when users ask to generate a lobster/shrimp card, need accurate JSON/image outputs matching the ShrimpCard schema... It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.
How do I install shrimpcard?
Run "/install openclaw-shrimpcard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is shrimpcard free?
Yes, shrimpcard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does shrimpcard support?
shrimpcard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created shrimpcard?
It is built and maintained by chenghaofan1998 (@chenghaofan1998); the current version is v1.0.0.
More Skills