agentsclimarketplace

Device it

Skill Christian-Katzmann/device-it/skills/device-it

Put a local web project on a device Home Screen / launcher as a launchable, fullscreen, offline-capable app with its own icon and name. Use when the user says device-it, wants to put a local web app on a phone, iPad, tablet, Android device, desktop browser, or asks for the on-device sibling of app-it.From its SKILL.md

Install
npx -y skills add Christian-Katzmann/device-it --skill device-it

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 206 tokens by cl100k_base, as published. Nobody here has run it

device-it plugin wrapper

This wrapper exists only so Codex/Claude plugin manifests can expose the existing root skill without moving it.

Immediately read the full source skill at ../../SKILL.md relative to this file, then follow it.

Codex-specific rule: always pass the user's real project directory explicitly to scripts/run.sh. Codex may run shell commands from the plugin cache root, so do not rely on $PWD, ., or the shell working directory as the project.

Use this shape:

bash /absolute/path/to/device-it/scripts/run.sh /absolute/path/to/user/project [--icon img] [--name "Name"] [--slug slug] [--driver name]

For hosted URL wrapping and non-project verbs, use the root skill's commands:

bash /absolute/path/to/device-it/scripts/run.sh --url https://already-hosted.app --name "Name"
bash /absolute/path/to/device-it/scripts/run.sh remove <slug>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.