Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Skill (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Public agent skill that teaches your AI assistant how to publish, share, and sign in to display.dev from natural-language prompts.
npx skills add display-dev/skill --skill display-dev/plugin marketplace add display-dev/skill
/plugin install display-dev@display-devcodex plugin marketplace add display-dev/skillThen open Codex /plugins, install display.dev, and complete MCP OAuth when prompted. The Codex plugin bundles the skill and the remote MCP server (https://api.display.dev/v1/mcp), so the publish / share / comment tools are available after sign-in — no separate MCP setup.
Works across Claude Code, Cursor, Codex, OpenCode, Hermes, and Pi.
Once installed, your assistant picks up the skill on phrasings like:
You can publish without a display.dev account or any setup — you get a 30-day claim URL back. Sign in (or sign up via email OTP) to convert it to a permanent link.
The Codex plugin bundle lives under codex/display-dev/ and is built from the canonical skill. After editing display-dev/, regenerate the mounts and install from the repo-local marketplace (.agents/plugins/marketplace.json):
bin/sync-mounts.sh
codex plugin marketplace add ./path/to/display-dev-skillRestart Codex, then install display.dev from the local marketplace via /plugins.
The Codex plugin bundles the remote MCP server by default. For CI, local files, or power-user setups you can run the stdio MCP server instead, in your Codex config.toml:
[mcp_servers.display-dev]
command = "npx"
args = ["-y", "@displaydev/cli", "mcp"]Full docs at display.dev/docs/skill.
MIT — see LICENSE. Bundles jq 1.7.1 (MIT, © 2012 Stephen Dolan); full text in display-dev/bin/jq.LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.