Back to Plugins
ActiScript

ActiScript

Save and run scripts

Plugin Preview

ActiScript preview

About this plugin

ActiScript — Save and run scriptsStore 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 yourselfIf 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 IntelligenceDescribe 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/awaitTask: [DESCRIBE WHAT NEEDS TO BE DONE]Return only the code, without wrappers. Check for the presence of selected elements.Key features:1. Script storageSave any JavaScript code for the Figma APILocal storage — data remains in your browser2. Code editorSyntax highlighting (keywords, strings, functions, comments)Convenient editing right in the plugin3. Run scriptsExecution with full access to the Figma APINotifications of successful execution or errors4. OrganizationFolders for grouping scriptsRenaming, moving scriptsDrag & drop for orderingCollapsing/expanding folders5. Import/ExportExport all presets to JSONImport presets from a JSON file6. Parameter settingsAutomatic support for dark and light themes.

Plugin Details

Version2
CreatedFebruary 1, 2026
Last UpdatedFebruary 24, 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