https://github.com/intuned/skills
Intuned agent skills, installable via skills.sh (npx skills add Intuned/skills). First skill: webwright-to-intuned.
https://github.com/intuned/skills
Last synced: about 1 month ago
JSON representation
Intuned agent skills, installable via skills.sh (npx skills add Intuned/skills). First skill: webwright-to-intuned.
- Host: GitHub
- URL: https://github.com/intuned/skills
- Owner: Intuned
- License: mit
- Created: 2026-05-31T07:11:33.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-02T11:14:36.000Z (about 1 month ago)
- Last Synced: 2026-06-05T09:14:25.964Z (about 1 month ago)
- Language: Shell
- Size: 94.7 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intuned Skills
A collection of agent **skills** for working with [Intuned](https://intunedhq.com)
— authoring, migrating, deploying, and operating browser automations on the
Intuned platform. Install them into Claude Code, Cursor, Codex, and any other
[skills.sh](https://skills.sh)-compatible agent with one command.
## Install
All skills at once, via the [`skills` CLI](https://skills.sh):
```bash
npx skills@latest add Intuned/skills
```
A single skill:
```bash
npx skills@latest add Intuned/skills --skill webwright-to-intuned
```
Update later with `npx skills@latest update`. No `skills` CLI? Run
`scripts/install-local.sh` to symlink the skills straight into `~/.claude/skills/`.
## Skills
| Skill | What it does |
|---|---|
| [`webwright-to-intuned`](./skills/webwright-to-intuned) | Turn a [Webwright](https://github.com/microsoft/Webwright) "Crafted CLI" into a deployed, verified Intuned project. Includes 4 example crafts to port under [`examples/`](./examples/webwright-to-intuned). |
## Contributing
Want to add a skill? See [`CLAUDE.md`](./CLAUDE.md) for conventions.
## License
MIT — see [LICENSE](./LICENSE).