A skill teaches Notis how to do something — your writing voice, your formatting rules, your repeated workflows. Where automations decide when Notis runs, skills decide how it executes once it does.Documentation Index
Fetch the complete documentation index at: https://help.notis.ai/llms.txt
Use this file to discover all available pages before exploring further.
What is a skill?
A skill is a small folder with:SKILL.md— required. Plain text instructions plus a short description Notis uses to decide when to load it.scripts/— optional. Executable code (Python, Bash) Notis can run.references/— optional. Reference docs loaded on demand.assets/— optional. Templates, images, or other files used in outputs.
Built-in skills
Notis ships with a growing library of skills for work that needs real execution, not just a text answer:- Word, Excel, PowerPoint - generate, edit, and export full Office documents.
- PDF - create, edit, combine, split, and render PDFs with layout control.
- Browser Agent - navigate websites, fill forms, extract data, and take screenshots.
- Research and publishing - gather sources, draft content, format it, and save it to connected apps.
Install a skill
Two ways to add one: From the catalog- Open your Notis portal
- Go to Skills
- Browse the curated catalog and click Install on the ones you want
“Install the PDF skill.”
“Add a skill that drafts LinkedIn posts from rough notes.”Notis picks from the catalog and confirms. Done.
Create your own
The fastest path is to ask Notis directly:“Create a skill that drafts apartment-listing descriptions in my voice. Here are 5 examples I wrote.”
“Create a skill that turns voice notes into structured product requirements with the sections: Problem, User, Acceptance, Open Questions.”Notis runs the skill creator, drafts a
SKILL.md, and saves it to your account. You’ll see it in the portal Skills page and it’ll be available everywhere immediately.
For richer skills with scripts or assets, build the folder locally and upload a zip from the portal:
Edit, pause, delete
From the Skills page in the portal:- Edit — open the skill, change the instructions, save. Takes effect on the next message.
- Pause — stops dispatch without losing the skill. Useful when a skill is misfiring on unrelated requests.
- Delete — removes it permanently.
Where skills shine
- Document creation — PDF, DOCX, XLSX, PPTX templates with your branding baked in. See Documents.
- Brand voice — keep social posts, blogs, and emails consistent across team members.
- Repeated formatting — bug reports, meeting minutes, expense logs, weekly updates.
- Multi-step workflows — research-then-draft, scrape-then-summarize, transcribe-then-route.
- Design covers and illustrations — repeatable image-generation styles.

