Install
$ agentstack add skill-immamdouhaboammar-linkedin-animated-infographics-render-gif ✓ 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
/linkedin-animated-infographics:render-gif
Arguments: $ARGUMENTS
Purpose
Provide a focused workflow for rendering an already approved artboard. This workflow does not redesign copy, layout, palette, or motion direction; it turns the existing artifact into deterministic GIF evidence.
Read helper/GUIDE.md first.
Use when
Use when the user already has artboard HTML and wants the GIF output, wants a render rerun after a targeted fix, or needs the three core render measurements without running the entire new-post workflow.
Inputs
- path to approved artboard HTML
- optional duration/fps override
- desired output path and file-size budget
Outputs
Return the rendered GIF plus motion percentage/verdict, seam result, file size, and any HOLD that prevents a trustworthy render.
Procedure
- If no path is supplied, locate candidate
build/*.htmlartifacts and ask/select rather than guessing. - Lint before rendering:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/lint_artboard.sh
- If duration/fps are not supplied, use a verified timing row from the
motionskill. Do not invent arbitrary timings that cannot close cleanly. - Render:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/render.sh --duration --fps
- Inspect
motion:, seam, and file size. If the seam fails, use the motion debugging reference to identify the likely cause instead of guessing. - Return the GIF and concise render evidence. Do not add a design postamble that implies unperformed QA.
HOLD conditions
Return a HOLD when lint fails, browser capture is unavailable, frame 0 is invalid, the loop seam fails, output exceeds the accepted budget after controlled fallback, or the render evidence cannot be produced reliably.
Related components
- routing authority:
helper/GUIDE.md - domain render skill:
skills/render/SKILL.md - motion skill:
skills/motion/SKILL.md - render worker:
agents/render-qa.md - full QA workflow:
skills/qa-post/SKILL.md
Research gates
bounded-verification applies to render failure/re-check behavior. The workflow reports evidence and does not silently mutate the artifact to force a PASS.
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.