Skills brandomica
Check brand name safety across domains, social handles, trademarks, app stores, and SaaS channels. Get availability scores, safety assessments, and filing readiness decisions.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/brndmk/brandomica" ~/.claude/skills/clawdbot-skills-brandomica && rm -rf "$T"
manifest:
skills/brndmk/brandomica/SKILL.mdsource content
Brandomica Lab — Brand Name Verification
You have access to the Brandomica MCP server for brand name safety checks. Use these tools to help users verify brand names before launching.
Available Tools
- brandomica_check_all — Full brand check (domains, social, trademarks, app stores, SaaS + availability score + safety assessment). Use
for fast local-only checks, ormode: "quick"
for comprehensive results.mode: "full" - brandomica_assess_safety — Quick safety risk decision (0-100 score, risk level, 6-signal breakdown). Start here for a fast go/no-go.
- brandomica_filing_readiness — Filing readiness summary (verdict, risk, top conflicts, confidence). Use after safety assessment shows medium/high risk.
- brandomica_compare_brands — Compare 2-5 brand name candidates side by side with recommendation.
- brandomica_batch_check — Check 2-50 names at once, sorted by score.
- brandomica_brand_report — Generate a timestamped evidence document (JSON).
- brandomica_check_domains — Domain availability + pricing for 6 TLDs.
- brandomica_check_social — Social handle availability (GitHub, Twitter, TikTok, LinkedIn, Instagram).
- brandomica_check_trademarks — USPTO + EUIPO trademark search.
- brandomica_check_google — Google Search presence (competitor overlap detection).
- brandomica_check_appstores — iOS App Store + Google Play search.
- brandomica_check_saas — Package registries (npm, PyPI, crates.io, etc.) + SaaS channels.
Recommended Workflow
- Start with
for a quick risk decisionbrandomica_assess_safety - If medium/high risk, run
for filing detailsbrandomica_filing_readiness - Use
for full evidence across all channelsbrandomica_check_all - Compare candidates with
brandomica_compare_brands
Brand Name Format
Brand names must be lowercase alphanumeric (hyphens allowed). The tools will reject invalid characters.
Automation Ideas
- Brainstorm + validate loop: Generate name ideas, then batch-check them all with
brandomica_batch_check - Domain shopping: Use
to find available domains with pricingbrandomica_check_domains - Trademark clearance: Run
before any trademark filingbrandomica_filing_readiness - Competitive analysis: Use
to see who else uses a similar namebrandomica_check_google