{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["platform-badges","admonition","img"]},"type":"markdown"},"seo":{"title":"Actions in Treasure AI Studio","description":"Save a recurring workflow as an action in a Treasure AI Studio work folder, then rerun it anytime with one click or by typing /name in a chat.","siteUrl":"https://docs.treasure.ai","lang":"en-US","jsonLd":{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.treasure.ai/","name":"Treasure AI","url":"https://www.treasure.ai/","logo":"https://www.treasure.ai/hubfs/assets/images/logos/primary-logo.svg"},{"@type":"WebSite","@id":"https://docs.treasure.ai/#website","name":"Treasure AI Documentation","url":"https://docs.treasure.ai/","inLanguage":["en","ja"],"publisher":{"@id":"https://www.treasure.ai/"}}]},"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"actions","__idx":0},"children":["Actions"]},{"$$mdtype":"Tag","name":"PlatformBadges","attributes":{"platforms":["Web","Desktop"]},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["An action is a workflow you save once in a ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/concepts/work-folders"},"children":["work folder"]}," in Treasure AI Studio and rerun on demand — a weekly report to build, a data check to perform, a review to run. Instead of re-typing the same multi-step prompt every time, you start the whole routine with one click of ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," on the work folder page — which opens a fresh chat, already named after the action, in which the AI follows the saved instructions — or by typing ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/<name>"]}," inside a chat."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Under the hood, an action is not a separate kind of object: it is a ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills"},"children":["skill"]}," whose definition carries one extra marker. The marker adds no new ability — it exists so Treasure AI Studio can recognize the skill as a job you start deliberately and surface it in the UI, instead of treating it as knowledge the AI applies quietly when your request calls for it."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites","__idx":1},"children":["Prerequisites"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Signed in to Treasure AI Studio (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/getting-started"},"children":["Getting Started"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A work folder to hold the action (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/concepts/work-folders"},"children":["Work Folders"]},")"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"instructions-skills-and-actions","__idx":2},"children":["Instructions, Skills, and Actions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A work folder gives you three places to teach the AI how you work, distinguished by when they take effect:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"22%","data-label":"Mechanism"},"children":["Mechanism "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"48%","data-label":"When It Applies"},"children":["When It Applies "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"30%","data-label":"Stored As"},"children":["Stored As "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Instruction"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["In every chat in the work folder, always"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The folder's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CLAUDE.md"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Skill"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Automatically, whenever your request falls in its domain — or on demand, when you type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/<name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude/skills/<name>/SKILL.md"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Action"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Like a skill — plus it is listed in the UI, where ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," starts it with one click"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude/skills/<name>/SKILL.md"]}," with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action: true"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Because an action is a skill, everything true of skills stays true: the AI can still apply an action's instructions automatically when a request matches its description. Nor is the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/<name>"]}," shortcut an action privilege — by default every skill in the work folder can be started that way too, unless its definition opts out with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user-invocable: false"]},". The only thing ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action: true"]}," changes is discovery: it lets Treasure AI Studio recognize the skill as something you run on demand, so the UI can treat it individually — listed at the top of the work folder page's ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions and Skills"]}," section, with a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," button."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Actions are per work folder"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Actions live inside a single work folder and run in chats saved to that folder. They are separate from the skills that reach the AI through plugins and the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/marketplace"},"children":["marketplace"]}," — those apply to your chats everywhere but have no Run button. To share a skill beyond one folder, see ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/sharing-custom-skills"},"children":["Sharing Custom Skills"]},"."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"creating-an-action","__idx":3},"children":["Creating an Action"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The easiest way to create an action is to ask the AI, in a chat inside the work folder. When you ask it to save a workflow you want to trigger again — \"save this as an action\", \"make this report repeatable\" — it writes the definition file into the folder and tells you the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/<name>"]}," to run it with. The AI also offers this on its own when it notices a recurring task, such as a second dated copy of the same report."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can also spell the definition out yourself — dictate the exact content in a chat and the AI writes the file. An action is a directory under the work folder's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude/skills/"]},", named in lowercase letters, digits, and hyphens, containing a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SKILL.md"]}," — for example ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude/skills/weekly-report/SKILL.md"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"markdown","header":{"controls":{"copy":{}}},"source":"---\nname: \"Weekly Report\"\ndescription: \"Build the weekly marketing report\"\naction: true\n---\nYou are building the weekly marketing report.\n1. ...\n","lang":"markdown"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"20%","data-label":"Field"},"children":["Field "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"80%","data-label":"What It Does"},"children":["What It Does "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The display name shown in the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions and Skills"]}," list and used as the title of each chat the action starts. The directory name is the identifier you type after ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["description"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["One sentence naming the deliverable or the situation the action serves. It is shown in the list and is what the AI matches against when deciding to apply the skill automatically."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]}," marks the skill as an action. The flag only controls discovery — whether Studio lists the skill with a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," button and can start it from the UI. It adds no new invocation ability; without it, the definition is a plain skill."]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The body below the frontmatter is the instruction the AI follows on each run, written as directions to the AI. Supporting files can sit alongside ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SKILL.md"]}," in the same directory and be referenced by relative path."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"running-an-action","__idx":4},"children":["Running an Action"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["There are two ways to start an action, and they behave differently:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["From the work folder page:"]}," open the folder, find the action in the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions and Skills"]}," section, and click ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]},". This starts a new chat in the work folder, and the AI begins working through the action's instructions."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["From a chat in the work folder:"]}," type ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/"]}," followed by the action's directory name and, optionally, your request — for example ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/weekly-report focus on the June campaign"]},". This runs the action inside the conversation you are in; no new chat is created."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["A chat started with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," is named after the action's display name rather than auto-titled, so runs of the same action share one name in your chat lists. Hover a chat's relative timestamp to see the exact date and time when you need to tell runs apart."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In the sidebar's ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Recent Chats"]}," and in the folder's ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Chats"]}," section, a chat started with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," carries a small ⚡ badge on its chat icon, marking where it came from. The badge marks only ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]},"-started chats: a chat where you ran the action by typing ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/<name>"]}," keeps the plain chat icon in those lists, even though the action ran in it."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-action-chat-badge.e80c4017fb99fd5366ddfafb0012d77b95817ef40f02cc0d7ea37bc413a740e3.985700c3.webp","alt":"A work folder's Chats section where the chat started by an action carries a ⚡ badge on its chat icon and the action's name, listed above chats without the badge","framed":false,"withLightbox":true,"width":"700px"},"children":[]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-action-recent-chats-badge.361592d43ec0b3d7f4dee66244a46553b7bc6584a60ab81458a521f3c3f0e101.985700c3.webp","alt":"Recent Chats in the sidebar showing an action-started chat with a ⚡ badge on its chat icon, next to the name of the work folder it was created in","framed":false,"withLightbox":true,"width":"300px"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"the-actions-and-skills-section","__idx":5},"children":["The Actions and Skills Section"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The work folder page lists everything under ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude/skills/"]}," in its ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions and Skills"]}," section, shown at the folder's root and split by prominence rather than kind:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions"]}," are listed directly under the heading, each row showing a ⚡ marker, the display name, the description, and a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," button."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Plain skills"]}," sit in a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Skills (n)"]}," sub-group below the actions, collapsed by default, each row marked with ✨."]}]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-actions-and-skills-section.d5247d0d747572343c486532d7a882544d3a11a7e423c60ad4c75edd45dfb757.985700c3.webp","alt":"Actions and Skills section on a work folder page: an action row with the ⚡ marker, its name, description, .claude/skills path, and Run button, above a collapsed Skills (0) sub-group","framed":false,"withLightbox":true,"width":"700px"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Clicking any row opens its ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SKILL.md"]}," in the file viewer, so you can review the definition. A definition with broken frontmatter is not hidden: its row stays listed with the parse error in place of the description and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," disabled, so you can find the mistake — then fix it by asking the AI in a chat in the work folder."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-skill-broken-definition.e0fec25331cd687ba27ae225b89f35462dc7c4f35709afd32f104a7135594148.985700c3.webp","alt":"A skill row in the Actions and Skills section showing the error Broken definition: frontmatter parse error in red in place of its description","framed":false,"withLightbox":true,"width":"700px"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"converting-between-skill-and-action","__idx":6},"children":["Converting Between Skill and Action"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Because the only difference is the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action: true"]}," line, converting is a toggle, not a migration. Open the ⋯ menu on any row in the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions and Skills"]}," section and choose ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Convert to action"]}," — or, on an action, ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Convert to skill"]},". Studio rewrites the frontmatter flag and the row moves to the other group; the instruction body is untouched."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/ai-studio-skill-convert-to-action.a128050cfa0ee2d36101f816af84783fbec321f13aa4c84501a539b52738406f.985700c3.webp","alt":"A plain skill row with the ✨ marker in the expanded Skills sub-group, its ⋯ menu open showing the Convert to action item","framed":false,"withLightbox":true,"width":"700px"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Convert a skill to an action when you find yourself wanting to trigger it — and an action back to a skill when it should stop appearing as a runnable item but keep informing the AI's work."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"troubleshooting","__idx":7},"children":["Troubleshooting"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"40%","data-label":"Issue"},"children":["Issue "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"60%","data-label":"Solution"},"children":["Solution "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}," is disabled on an action"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The definition failed to parse — the row shows the error in place of the description. Click the row to see its ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SKILL.md"]},", then ask the AI in a chat to fix the frontmatter"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["\"Failed to start the chat.\" after clicking ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Run"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The chat could not be created. Reload the work folder page and run the action again; if it keeps failing, click the row to confirm the definition still exists and has ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action: true"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["An action does not appear in the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Actions and Skills"]}," section"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Return to the folder's root — the section is not shown while you are viewing a subfolder. Then confirm the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SKILL.md"]}," sits under the work folder's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".claude/skills/<name>/"]}," and the frontmatter has ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["action: true"]},". Definitions in other work folders or from plugins are not listed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Typing ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/<name>"]}," sends as plain text"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The name must match the action's directory name, not its display name — check it in the row's path on the work folder page"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"next-steps","__idx":8},"children":["Next Steps"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/skills"},"children":["Skills & Marketplace"]}," — What skills are and how the AI applies them automatically"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/concepts/work-folders"},"children":["Work Folders"]}," — The workspace an action lives and runs in"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/skills/sharing-custom-skills"},"children":["Sharing Custom Skills"]}," — Share a skill with your whole account"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/ai-studio/chat/chat-history"},"children":["Chat Persistence & History"]}," — Where action-started chats appear alongside the rest"]}]}]},"headings":[{"value":"Actions","id":"actions","depth":1},{"value":"Prerequisites","id":"prerequisites","depth":2},{"value":"Instructions, Skills, and Actions","id":"instructions-skills-and-actions","depth":2},{"value":"Creating an Action","id":"creating-an-action","depth":2},{"value":"Running an Action","id":"running-an-action","depth":2},{"value":"The Actions and Skills Section","id":"the-actions-and-skills-section","depth":2},{"value":"Converting Between Skill and Action","id":"converting-between-skill-and-action","depth":2},{"value":"Troubleshooting","id":"troubleshooting","depth":2},{"value":"Next Steps","id":"next-steps","depth":2}],"frontmatter":{"seo":{"title":"Actions in Treasure AI Studio","description":"Save a recurring workflow as an action in a Treasure AI Studio work folder, then rerun it anytime with one click or by typing /name in a chat."},"platforms":["Web","Desktop"]},"lastModified":"2026-08-11T11:04:48.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/ai-studio/skills/actions","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}