Agent Plugins Marketplace
All plugins

webapp-evidence

Record evidence — an operation video, screenshots and a runbook — to attach to a pull or merge request.

Claude Code3 Skills

By TOMOSIA-VIETNAMLicense: MIT5 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 webapp-evidence 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 webapp-evidence-2@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/TOMOSIA-VIETNAM/webapp-evidence

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

Plugin files

src/
├── .claude-plugin/plugin.json
├── skills/feedback/SKILL.md
├── skills/recording/SKILL.md
└── skills/vision/SKILL.md

Included Skills3

feedbackskills/feedback/SKILL.md

Report a problem with webapp-evidence itself, or ask for something it cannot do yet, on its public issue tracker. Use when a recording came out wrong, a command failed, or the user says the tool should work differently. Writes nothing in the user's own repository.

recordingskills/recording/SKILL.md

Record evidence of a web app — an operation video, screenshots and a runbook — for a pull or merge request, a report, or a hand-off. Use when someone asks for proof that a change works, hands over an MR/PR link, or describes a page and the steps to capture on it.

visionskills/vision/SKILL.md

Look at what a recording actually shows, by tiling its frames into timestamped contact sheets you can read as images. Use when you need to know what happened in a video rather than take someone's word for it — checking a take you just recorded, finding where a layout breaks, locating the moment an error appeared, or answering a question about a video you cannot watch.

Plugin manifests1

src/.claude-plugin/plugin.json
{
  "name": "webapp-evidence",
  "description": "Record evidence — an operation video, screenshots and a runbook — to attach to a pull or merge request.",
  "homepage": "https://github.com/TOMOSIA-VIETNAM/webapp-evidence",
  "repository": "https://github.com/TOMOSIA-VIETNAM/webapp-evidence",
  "license": "MIT",
  "author": {
    "name": "TOMOSIA-VIETNAM"
  }
}

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

[webapp-evidence on Agent Plugins Marketplace](https://pluginsmp.com/plugins/webapp-evidence-2)