Install
$ agentstack add skill-immamdouhaboammar-linkedin-animated-infographics-exact-svg-mascot ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Exact SVG Mascot
Purpose
Animate the exact SVG supplied by the user without changing the mascot's identity.
This is an asset-integrity workflow. The supplied SVG is the identity source.
Blocking asset gate
Before animation:
- confirm an SVG file was supplied or is directly available to the task
- confirm the file is actually SVG content and can be read
- preserve an untouched source copy or source representation for comparison
- inspect
viewBox, visible groups/elements, transforms, clipping, and IDs/classes that may support animation
If the exact SVG is missing, unreadable, or not actually SVG, return HOLD and request the exact asset.
Do not:
- redraw the mascot
- generate a lookalike
- substitute another mascot
- trace a raster image into a replacement
- replace the identity with emoji, iconography, or a generic character
Motion directions
Develop 2-3 motion directions around geometry that already exists in the SVG. Examples include:
- whole-character entrance or travel
- head/body/limb motion when the SVG structure safely supports it
- eye or expression changes only when the original SVG contains appropriate elements
- prop movement when the prop is part of the supplied SVG
- reading-pointer movement that guides attention through the infographic
Do not invent new facial features, body parts, logos, or branded details.
Implementation rules
Prefer non-destructive animation:
- CSS transforms on existing SVG groups
- SVG transforms on existing elements
- opacity changes on existing elements
- clip or mask animation only when existing identity remains intact
- wrapper movement around the untouched SVG when internal rigging is unsafe
Avoid rewriting path geometry unless the user explicitly asks for a morph and identity preservation can be verified.
The final animated composition must keep the original mascot recognizable at every important frame.
Identity check
Before delivery compare the animated mascot with the original source for:
- silhouette
- proportions
- colors
- logo/brand markings
- face and defining features
- accessory placement
Any unintended identity drift is blocking.
Output
Return:
- asset validation verdict
- selected motion direction
- which original SVG elements are animated
- identity-preservation notes
- final artifact or integration instructions
- final verdict:
PASS,FAIL:fixable, orHOLD
Never complete a named-mascot request by substituting an asset when the exact SVG gate fails.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: imMamdouhaboammar
- Source: imMamdouhaboammar/linkedin-animated-infographics
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.