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

Render Gif

skill-immamdouhaboammar-linkedin-animated-infographics-render-gif · by imMamdouhaboammar

Render an existing infographic artboard HTML to a deterministic looping GIF, then report motion, seam, and file-size evidence without changing the approved design.

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

Install

$ agentstack add skill-immamdouhaboammar-linkedin-animated-infographics-render-gif

✓ 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-render-gif)

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 Render Gif? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. If no path is supplied, locate candidate build/*.html artifacts and ask/select rather than guessing.
  2. Lint before rendering:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/lint_artboard.sh 
  1. If duration/fps are not supplied, use a verified timing row from the motion skill. Do not invent arbitrary timings that cannot close cleanly.
  2. Render:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/render.sh   --duration  --fps 
  1. Inspect motion:, seam, and file size. If the seam fails, use the motion debugging reference to identify the likely cause instead of guessing.
  2. 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.

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.