Discover Brand

🏢Official
by anthropics · vlatest · Repository

Discover Brand helps you quickly uncover key information about a company’s mission, values, and products – boosting understanding & strategic insights.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add discover-brand npx -- -y @trustedskills/discover-brand
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "discover-brand": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/discover-brand"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

discover-brand

What it does

This skill allows AI agents to search for and install specific skills within the TrustedSkills registry. It enables dynamic expansion of an agent's capabilities by fetching available tools based on user needs or predefined categories.

When to use it

  • You need to equip a new agent with specialized functions before executing complex tasks.
  • Users want to browse the full catalog of available skills rather than hardcoding them.
  • An agent requires real-time access to the latest community-contributed tools.
  • You are building a flexible system where agents can self-provision necessary utilities.

Key capabilities

  • Search the TrustedSkills registry for relevant tools by name or description.
  • Retrieve detailed metadata about available skills including authors and categories.
  • Install discovered skills directly into the agent's execution environment.
  • Filter results to find specific types of functionality (e.g., coding, data analysis).

Example prompts

  • "Find and install a skill that can summarize long PDF documents."
  • "Search for all available skills related to financial data analysis and list them."
  • "Install the 'code-executor' skill so I can run Python scripts in this session."

Tips & gotchas

Ensure network connectivity is active, as discovering skills requires querying external registry endpoints. Some installed skills may have their own prerequisites or dependencies that must be satisfied before they function correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anthropics
Installs
46

🏢 Official

Published by the company or team that built the technology.