Back to Plugins
ActiScript

ActiScript

Save and run scripts

Plugin Preview

ActiScript preview

About this plugin

ActiScript — Save and run scripts

Store JavaScript scripts for automating routine tasks in Figma. Organize them into folders, edit with syntax highlighting, and run them with one click. Export the library for backup or transfer between devices.


How it works:

Option 1: Write it yourself

If you know JavaScript — create scripts using the Figma Plugin API. Save frequently used operations and run them with one click.

Option 2: Using a Artificial Intelligence

Describe the task in plain language → get the ready code → paste it into ActiScript → use it.


Prompt for the Artificial Intelligence:

Study the Figma Plugin API documentation: https://www.figma.com/plugin-docs/api/api-reference/

Write a script for the ActiScript plugin.

Context:

- The figma object is available

- Selection: figma.currentPage.selection

- Notifications: figma.notify("text")

- The code is synchronous, without async/await

Task: [DESCRIBE WHAT NEEDS TO BE DONE]

Return only the code, without wrappers. Check for the presence of selected elements.


Key features:

1. Script storage

Save any JavaScript code for the Figma API

Local storage — data remains in your browser

2. Code editor

Syntax highlighting (keywords, strings, functions, comments)

Convenient editing right in the plugin

3. Run scripts

Execution with full access to the Figma API

Notifications of successful execution or errors

4. Organization

Folders for grouping scripts

Renaming, moving scripts

Drag & drop for ordering

Collapsing/expanding folders

5. Import/Export

Export all presets to JSON

Import presets from a JSON file

6. Parameter settings

Automatic support for dark and light themes.

Plugin Details

Version1
CreatedFebruary 1, 2026
Last UpdatedFebruary 1, 2026
CategoryAccessibility tools
CreatornyTHuk
Stats1 installs, 0 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:ui.html
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none