Agent Plugins Marketplace
All plugins

obsrv

v0.61.0

See your pages the way 1x screens and cheap panels show them: true-density renders, millimetre audits, a lint that names the elements that break, and a report that locates them. Ships the obsrv-screens skill and the obsrv MCP server.

Claude Code1 Skill1 MCP serverstdio

By Opeyemi AjagbeLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install obsrv for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install obsrv@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/vibesyemmy/obsrv

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

obsrv/
├── .claude-plugin/plugin.json
├── skills/obsrv-screens/SKILL.md
└── .mcp.json

Included Skills1

obsrv-screensskills/obsrv-screens/SKILL.md

Check how a site or CSS change actually looks on the screens users own — 1080p desktops, 1366×768 laptops, Chromebooks, budget Android phones, cheap TN panels — before declaring frontend work done. Use for screen-size testing, low-DPI legibility, vanishing hairlines, weak thin fonts, grey-on-grey text, mobile rendering at true device DPR, or any "does this hold up on a normal screen?" question.

MCP servers1

obsrvstdio
command
npx
args
-y --prefix / [email protected] mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "obsrv",
  "description": "See your pages the way 1x screens and cheap panels show them: true-density renders, millimetre audits, a lint that names the elements that break, and a report that locates them. Ships the obsrv-screens skill and the obsrv MCP server.",
  "version": "0.61.0",
  "author": {
    "name": "Opeyemi Ajagbe"
  },
  "homepage": "https://github.com/vibesyemmy/obsrv",
  "repository": "https://github.com/vibesyemmy/obsrv",
  "license": "MIT",
  "keywords": [
    "screens",
    "rendering",
    "accessibility",
    "contrast",
    "lint",
    "audit",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[obsrv on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsrv)