What makes up a Skill
A Skill is a named, reusable LuumenAI workflow with:- A name and description that explain what the Skill does and when to use it.
- An ordered list of steps — each step has a description and the commands LuumenAI will run.
- A scope that controls who can see and run it.
- An owner — the user who created or currently owns the Skill.
Skill scopes
Every Skill has one of three scopes:- Personal — visible only to you. Use this for procedures you’ve built for your own workflow.
- Workspace — visible to every member of the workspace. Use this for procedures your immediate team relies on.
- Organization — visible to every member of every workspace in your organization. Use this for procedures that should be standardized company-wide.
Workspace and Organization scopes are available on Team and Enterprise plans. On Free and Pro plans, Skills are Personal.
The Skills widget
You can reach Skills in two ways:- Hamburger menu — click the hamburger menu in the top left-hand corner and select Skills. This opens the full Skills widget with the complete library.
- LuumenAI chat — in any LuumenAI conversation, click the book icon in the chat input. This opens a quick menu with options to create, run, and manage Skills, plus a list of your recent Skills.
Create a Skill
Skills are created through a guided LuumenAI conversation, not a form. The conversation captures the procedure in your own words, then turns it into a structured Skill.Start the creation chat
Open the Skills widget and click Add skill (or Create via LuumenAI chat if your library is empty). A new LuumenAI chat opens dedicated to creating the Skill.
Describe the procedure
Explain what the Skill should do, when it should be run, and what commands to run. You can paste in an SOP, runbook, or shell snippets — LuumenAI will read whatever you give it.
Answer clarifying questions
LuumenAI asks follow-ups to fill in any gaps. For example: “Should this run before or after a backup?” “What should happen if a service fails to restart?” “Should I check disk space first?”
Review the generated Skill
Once your answers are clear, LuumenAI generates a name, description, and step-by-step plan, and shows them for review.
Run a Skill
You can run a Skill three ways. In every case, LuumenAI executes the Skill’s steps one at a time and asks for approval before running each command.From the Skills widget
- Open the Skills widget.
- Click a Skill to open its details.
- Click Run.
- Select the host to run the Skill against.
- Approve each step as LuumenAI executes it.
Manually from the LuumenAI chat
- In any LuumenAI conversation on a connected host, click the book icon in the chat input.
- Choose Run skill, then pick the Skill you want.
- Approve each step as LuumenAI executes it.
Automatically, via LuumenAI
When a Skill applies to your conversation, LuumenAI may suggest running it instead of generating a new procedure on the fly. For example, if you ask “Help me prepare this server for patching,” LuumenAI may propose running your Pre-Patch Server Check Skill. You always approve the run before it starts, and you approve each individual command within the Skill’s steps.View Skill details
Click any Skill in the Skills widget to open its detail view. The detail panel shows:- Name and description
- Scope and owner — including a read-only indicator if you don’t own the Skill
- Run statistics — total runs, last run, created date
- Steps — each numbered step with its description and the commands it runs
Transfer ownership of a Skill
Skills can be transferred from one user to another. Only the current owner of a Skill can transfer it.- Open the Skill’s detail view.
- Click Transfer.
- Select the new owner.
- Confirm the transfer.
How Skills work with Snippets
Skills and Snippets serve different purposes and can be used together:- Snippets are individual saved commands you copy into a terminal or that LuumenAI can run as a single action.
- Skills are multi-step procedures that orchestrate work, often using snippets and other commands as building blocks.
Tips for writing better Skills
- Start with an existing SOP. Paste your current runbook, Notion page, or wiki entry directly into the creation chat. LuumenAI will turn unstructured prose into structured steps.
- Make the description specific. “Run before patching” is fine. “Run before patching production database servers to confirm there are no long-running queries and that backups are recent” is much better — LuumenAI uses the description to decide when to suggest the Skill.
- Test before sharing. Run the Skill yourself first, then change the scope to Workspace or Organization once you’re confident.
- Use Personal first, promote later. Build Skills for yourself, refine them, then promote them to Workspace or Organization once they’re proven.
Example: turning a pre-patch checklist into a Skill
Suppose your team runs three checks before patching a server: confirm there are no active sessions, snapshot disk usage, and verify the patch source is reachable. Today you might keep this in a Notion page that everyone follows manually. You can codify it as a Skill that the entire team can run:- Open the Skills widget and click Add skill.
- In the chat, paste your existing checklist or describe it in your own words.
- LuumenAI asks clarifying questions. For example, “Should this fail loudly if there are active sessions, or just warn?”
- Once LuumenAI has enough detail, it generates a Skill named “Pre-Patch Server Check” with three steps.
- Once you save the Skill and share it, anyone on your team can run “Pre-Patch Server Check” on a host, and LuumenAI will run each step with your approval.
Next steps
- Save your repeatable commands as Snippets.
- Connect to a host and try a Skill against it.
- Browse the help center for more on LuumenAI.