Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

trademark-search商标检索

Agent Skill

trademark-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,491

周安装

107

GitHub Stars

177

下载量

873
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:trademark-search(商标检索)
来源仓库:https://github.com/dylanfeltus/skills
仓库路径:skills/trademark-search
安装命令:
npx skills add https://github.com/dylanfeltus/skills --skill trademark-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/dylanfeltus/skills --skill trademark-search

简介

用于查找与商标注册、冲突检测或知识产权相关的信息。

  • 适合在品牌保护、产品命名或法律尽调中使用。trademark-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过关键词匹配帮助用户检索现有商标、类别覆盖或近似标识。
  • 使用时需注意地域限制和数据库更新频率,确保结果时效性。
  • 建议结合官方商标库说明了解查询精度和授权范围。

SKILL.md

USPTO Trademark Search

Search the United States Patent and Trademark Office (USPTO) database to check trademark availability and get registration details. Uses web search as the primary method — most USPTO and trademark database sites block automated requests.

When to Use

  • User wants to check if a name/brand is trademarked
  • User is researching trademark availability before naming a product
  • User wants details on an existing trademark registration
  • User asks "is [name] trademarked?" or "can I use [name]?"

Important Disclaimer

This skill provides informational data only — not legal advice. Always recommend the user consult a trademark attorney for definitive guidance. Trademark availability depends on many factors beyond exact-match searches (similarity, likelihood of confusion, goods/services classes, etc.).

Known Limitations

Direct web_fetch calls to trademark databases will not work — they block automated requests:

SourceDirect FetchStatus
tmsearch.uspto.gov❌ JS-rendered, no useful contentBlocked
tsdr.uspto.gov❌ Returns 403Blocked
trademarkia.com❌ Returns 403Blocked
branddb.wipo.int❌ JS-renderedBlocked

Web search is the primary (and reliable) approach. Search engines index these databases, so you can find trademark records through web_search queries with site: filters.

Step 1: Web Search for Trademark Records (Primary Method)

Use web_search to find trademark registrations. This is the most reliable approach.

Search USPTO Records

web_search: "BRAND_NAME" trademark site:tsdr.uspto.gov
web_search: "BRAND_NAME" trademark site:uspto.gov

Search Trademarkia (Indexed by Search Engines)

web_search: "BRAND_NAME" site:trademarkia.com

Trademarkia results typically include: mark name, serial/registration number, status (LIVE/DEAD), owner, filing date, and Nice Classification class.

Search Broadly

web_search: "BRAND_NAME" trademark registered
web_search: "BRAND_NAME" site:tmdn.org

What to Look For in Results

  • TSDR links (tsdr.uspto.gov/statusview/sn... or rn...) → existing trademark record with serial/registration number
  • Trademarkia listings → status, owner, class, filing/registration dates
  • Company websites claiming "®" or "™" → claimed/registered marks
  • Nice Classification class for goods/services — critical for determining if a mark conflicts with your intended use

Step 2: Extract Details from Search Results

Search results from Trademarkia and USPTO typically contain enough detail in the snippet:

  • Mark name and any design description
  • Serial number (application) or Registration number
  • Status: LIVE (active) or DEAD (abandoned/cancelled/expired)
  • Owner name
  • Class(es) of goods/services
  • Filing and registration dates

If you need more detail, try fetching the specific Trademarkia result URL — some individual pages may load, though the search pages are blocked.

Key Status Values

StatusMeaning
LIVEActive trademark — registered or pending
DEADAbandoned, cancelled, or expired
RegisteredFully registered and active
Published for OppositionPending — 30-day window for objections
AbandonedApplication was abandoned
CancelledRegistration was cancelled
ExpiredRegistration expired (not renewed)

Step 3: Check International Marks (Optional)

For products with international reach, also search:

web_search: "BRAND_NAME" trademark site:branddb.wipo.int
web_search: "BRAND_NAME" trademark international WIPO

Trademark Classes (Nice Classification)

When reporting results, include the goods/services class:

ClassCategory
9Software, apps, electronics
25Clothing, footwear
35Advertising, business management
36Financial services, insurance
41Education, entertainment
42Software design, SaaS, tech services

A trademark only protects within its registered class(es). A name can be registered by different entities in different classes.

Output Format

Availability Check

### Trademark Search: "BRAND NAME"

**⚠️ Disclaimer:** This is an informational search only, not legal advice. Consult a trademark attorney before making business decisions.

#### Findings

**Exact Matches Found:** Yes/No

1. **BRAND NAME** — Registration #1234567
   Status: 🟢 LIVE / Registered
   Owner: Company Name, Inc.
   Filed: Jan 15, 2020 · Registered: Aug 3, 2020
   Class: 9 (Software), 42 (SaaS)
   Goods/Services: "Computer software for project management..."
   🔗 https://tsdr.uspto.gov/statusview/rn1234567

2. **BRAND NAME** — Serial #90123456
   Status: 🔴 DEAD / Abandoned
   Owner: Other Company LLC
   Filed: Mar 1, 2019 · Abandoned: Sep 15, 2019
   Class: 35 (Business services)

#### Similar Marks Found
- BRAND NAYME — Reg #2345678 (Class 9, LIVE)
- BRANDNAME — Reg #3456789 (Class 42, LIVE)

#### Assessment
- [Summary of what was found]
- [Note relevant classes vs user's intended use]
- [Recommend next steps]

Quick Check

### Trademark: "BRAND NAME"

✅ No exact matches found in USPTO database.
⚠️ Similar marks exist: [list]
📋 Recommended classes to check: 9, 42 (if software)

**Next steps:** Consider a comprehensive search with a trademark attorney before filing.

Error Handling

  • No results from web search: This doesn't mean the name is available — it may not be indexed yet, or it may be too new. Note this uncertainty.
  • Conflicting info across sources: Trademarkia may lag behind USPTO. When in doubt, note the discrepancy and recommend checking the official USPTO site directly.
  • Too many results: Narrow with class filters or add the specific goods/services category to the search query.

Important Caveats to Always Mention

  1. Common law trademarks exist without registration — a name can be "taken" even if not in the USPTO database
  2. State registrations are separate from federal (USPTO) registrations
  3. International marks may conflict — check WIPO if relevant
  4. Likelihood of confusion matters — similar (not just identical) marks can conflict
  5. Class matters — same name can coexist in different goods/services classes
  6. This is not legal advice — always recommend consulting a trademark attorney

Examples

Example 1: "Is 'Stellar' trademarked?"

  1. web_search: "Stellar" trademark site:tsdr.uspto.gov
  2. web_search: "Stellar" site:trademarkia.com
  3. Review search result snippets for serial/registration numbers, status, class
  4. Present findings with class info and assessment

Example 2: "Can I use 'NovaPay' for a fintech app?"

  1. web_search: "NovaPay" trademark
  2. web_search: "NovaPay" site:trademarkia.com
  3. Check results for marks in Class 9 (software) and Class 36 (financial services)
  4. Present findings and note relevant classes for fintech

Example 3: "Check trademark status for registration number 5678901"

  1. web_search: USPTO trademark registration 5678901
  2. Look for TSDR or Trademarkia links in results with status details
  3. Present the current status, owner, and class information

Data Sources

All accessed via web_search (direct fetch is blocked by these sites):

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37%
按下载量换算323

Claude

29.69%
按下载量换算259

Cursor

20.57%
按下载量换算180

Gemini CLI

8.58%
按下载量换算75

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills