A skill you create, install, or sync is the same
skill everywhere. What changes is where it actually runs:
- On your machine, through your own coding agent (Claude Code, Codex, Cursor, or the Notis CLI). You author a skill once and it follows you across every agent. This is how skills run on the Free plan.
- In your Cloud Computer, on any paid plan. Ask in any channel and the skill executes on Notis’s side, no local agent needed — with a persistent filesystem, installed CLIs, and the browser agent. Each paid plan includes a monthly amount of cloud computer time.
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.
Share a custom skill with your team
You can publish a custom skill privately so everyone on your team can find and install their own copy.- Open Skills in the portal.
- Open the ⋯ menu for your custom skill and choose Publish to team.
Share a skill with a link
You can share a custom skill with anyone, even when they are not on your team:- Open Skills.
- Open the ⋯ menu for your skill and choose Share via link.
- Copy the link and send it to the person you trust.
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.

