figma-use - control Figma from the command line
TypeScript CLI exposing 100+ Figma read/write commands, giving AI agents full control to create shapes, components, styles, and exports without the Figma plugin sandbox.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webDesign Doesn’t End in Figma
medium.com · Apr 29, 2026
Claude Design Just Dropped - And Figma’s Stock Felt It Immediately
medium.com · Apr 24, 2026
AI Weekly 4/17–4/24 | OpenAI Stack, Anthropic Politics, Figma Tumbles
dev.to · Apr 24, 2026
AI 週報:2026/04/17–04/24 OpenAI 一週連發、Anthropic 撞翻 Figma、Mythos 進入政治場
dev.to · Apr 24, 2026
Claude Design Takes Aim at Figma
medium.com · Apr 22, 2026
Related entries
Interceptor - agent-driven Chrome control via CLI
Chrome extension paired with a CLI that gives AI agents full browser control: tabs, DOM, navigation, and automation. Aimed at agent-driven web tasks rather than human-recorded scripts.
kimi-2-6-code - terminal agent for Moonshot Kimi
Terminal-native coding agent powered by Moonshot's Kimi K2.6 model. TypeScript-based alternative to Claude Code or Codex CLI for users who want to drive Kimi from the shell.
tui-use - drive interactive REPLs from agents
Lets agents interact with programs that expect a human at the keyboard - REPLs, debuggers, TUI apps - things bash pipes cannot reach. Fills the gap between shell and full computer-use.
cli-to-js - turn any CLI into a JS API
Wraps any command-line tool as a typed JavaScript API agents can call directly. Saves writing a custom MCP for every CLI you want to expose.