AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Exact Svg Mascot

skill-immamdouhaboammar-linkedin-animated-infographics-exact-svg-mascot · by imMamdouhaboammar

Animate a named or official mascot using the exact user-supplied SVG while preserving its identity. Use when the mascot asset must not be redrawn, substituted, approximated, or silently regenerated.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-immamdouhaboammar-linkedin-animated-infographics-exact-svg-mascot

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-immamdouhaboammar-linkedin-animated-infographics-exact-svg-mascot)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Exact Svg Mascot? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. confirm an SVG file was supplied or is directly available to the task
  2. confirm the file is actually SVG content and can be read
  3. preserve an untouched source copy or source representation for comparison
  4. 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, or HOLD

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.