
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
Swiss-army knife CLI for Figma Slides .deck files. Parse, inspect, modify, and rebuild presentations programmatically — no Figma API required.
Each Figma product has its own native file format:
| Product | Extension | Supported |
|---|---|---|
| Figma Slides | .deck | ✅ |
| Figma Design | .fig | ❌ not yet |
| Figma Jam (whiteboard) | .jam | ❌ not yet |
| Figma Buzz | .buzz | ❌ not yet |
| Figma Sites | .site | ❌ not yet |
| Figma Make | .make | ❌ not yet |
.deck?Figma Slides lets you download presentations as .deck files and re-upload them. This is the native round-trip format. Exporting to .pptx is lossy — vectors get rasterized, fonts fall back to system defaults, layout breaks. By staying in .deck, you preserve everything exactly as Figma renders it.
FigmaTK makes this round-trip programmable. Download a .deck, modify it, re-upload. Everything stays native.
Plug in Claude Code or any coding agent and you have an AI that can read and edit Figma presentations end-to-end — without ever opening the Figma UI.
.deck.deck filenpm install -g figmatk
Node 18+. No build step. Pure ESM.
figmatk inspect my-presentation.deck # node hierarchy
figmatk list-text my-presentation.deck # all text + images per slide
figmatk list-overrides my-presentation.deck # editable fields per symbol
→ Full CLI reference: docs/cli.md
FigmaTK ships as a Cowork plugin with an MCP server — Claude can manipulate .deck files directly as tool calls.
claude plugin marketplace add rcoenen/figmatk
claude plugin install figmatk
Or add manually in Claude Desktop → Settings → Developer → Edit Config:
{
"mcpServers": {
"figmatk": { "command": "figmatk-mcp" }
}
}
Available MCP tools: figmatk_create_deck, figmatk_inspect, figmatk_list_text, figmatk_list_overrides, figmatk_update_text, figmatk_insert_image, figmatk_clone_slide, figmatk_remove_slide, figmatk_roundtrip.
import { Deck } from 'figmatk';
const deck = await Deck.open('template.deck');
const slide = deck.slides[0];
slide.addText('Hello world', { style: 'Title' });
await deck.save('output.deck');
| Docs | |
|---|---|
| High-level API | docs/figmatk-api-spec.md |
| Low-level FigDeck API | docs/library.md |
| File format internals | docs/format/ |
MIT
FAQs
Figma Toolkit — Swiss-army knife CLI for Figma .deck and .fig files
The npm package figmatk receives a total of 66 weekly downloads. As such, figmatk popularity was classified as not popular.
We found that figmatk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.