Agent Plugins Marketplace
All plugins

brandreport

v0.2.0

Give it just a name; it blind-searches the open web for that person's presence, keeps only what it can prove is them, and renders what it found as a press-styled brand report.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 brandreport for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add brandreport@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “brandreport” remain stable.

  • Codex: brandreport@agent-plugin-marketplacebrandreport@claude-skills

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/natejswenson/claude-skills

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

Plugin files

skills/brandreport/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/brandreport/SKILL.md

Included Skills1

brandreportskills/brandreport/SKILL.md

Analyze a person's personal online brand from nothing but their name and generate a report on it. Use when the user says "brand report", "brandreport", "analyze my online brand", "what does the internet say about me", "search my name and tell me what you find", "audit my online presence", "what does my personal brand look like", "how do I come across online", or gives a name and asks what's out there about that person. The skill discovers sources itself — profiles, sites, posts, mentions — the user never supplies a list.

Plugin manifests2

skills/brandreport/.codex-plugin/plugin.json
{
  "name": "brandreport",
  "version": "0.2.0",
  "description": "Give it just a name; it blind-searches the open web for that person's presence, keeps only what it can prove is them, and renders what it found as a press-styled brand report.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/brandreport",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "brandreport",
    "shortDescription": "Give it just a name; it blind-searches the open web for that person's presence, keeps only what it can prove is them, an",
    "longDescription": "Give it just a name; it blind-searches the open web for that person's presence, keeps only what it can prove is them, and renders what it found as a press-styled brand report.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $brandreport to help me."
    ]
  }
}
skills/brandreport/.claude-plugin/plugin.json
{
  "name": "brandreport",
  "version": "0.2.0",
  "description": "Give it just a name; it blind-searches the open web for that person's presence, keeps only what it can prove is them, and renders what it found as a press-styled brand report.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/brandreport",
  "license": "MIT"
}

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

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