跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Domain Hunter

技能 活跃
属于:OPC Skills

Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or search for .ai/.com domains.

目的

To help users find and purchase domain names efficiently by automating price comparisons and discount searches, ensuring they get the best value.

功能

  • Generate creative domain name suggestions
  • Check domain availability using WHOIS or registrar pages
  • Compare domain prices across multiple registrars
  • Search for promotional codes via Twitter and Reddit
  • Provide a final purchase recommendation with best deal

使用场景

  • Buying a new domain for a project
  • Checking domain prices from different registrars
  • Finding deals and promo codes for domain registration
  • Comparing .ai/.com domain prices and availability

非目标

  • Registering domains directly through its own interface
  • Managing existing domain registrations
  • Providing legal advice on domain ownership
  • Searching for all possible TLDs beyond common ones and specified examples

实践

  • Workflow execution
  • Information retrieval
  • Price comparison

先决条件

  • Twitter skill
  • Reddit skill
  • WHOIS command-line tool
  • Python 3 environment

Documentation

  • info:Configuration & parameter referenceThe SKILL.md details the workflow and external commands but does not explicitly document parameters for potential future tools or configuration defaults.

Maintenance

  • warning:Dependency ManagementThe SKILL.md mentions Python scripts requiring Twitter and Reddit skills, but there's no explicit mention of dependency management for these external skills or Python packages.

Security

  • warning:Secret ManagementThe `spaceship-api.md` reference file shows API keys being loaded from `~/.zshrc`, which is not ideal for sensitive secrets and could be a security risk if not managed carefully.
  • warning:InjectionThe skill relies on shell commands like `whois` and suggests using `python3 scripts/search_tweets.py` which, if not carefully handled, could be susceptible to command injection if user input is directly passed to these commands without sanitization.
  • warning:Transitive Supply-Chain GrenadesThe skill instructs to run Python scripts from `scripts/` directory and mentions `cd <twitter_skill_directory>`, which could potentially pull uncommitted code or dependencies at runtime if not managed carefully.
  • warning:Sandbox IsolationThe skill uses shell commands (`whois`, `open`, `grep`, `cut`, `export`) and implies running external Python scripts, which could potentially interact with the file system or environment outside the intended scope if not properly sandboxed by the execution environment.
  • info:Data ExfiltrationThe skill uses `WebSearch` and external scripts, which could potentially exfiltrate data if user input is not handled properly, but no explicit malicious intent is present.

Portability

  • warning:Structural AssumptionThe SKILL.md assumes the presence of `twitter` and `reddit` skills in a discoverable location and also mentions `cd <twitter_skill_directory>`, implying a specific directory structure that might not be present in all environments.
  • warning:Runtime stabilityThe skill assumes specific external skills (`twitter`, `reddit`) and shell environments (bash commands like `whois`, `grep`) which might not be present or configured identically across all agent runtimes.
  • warning:Stack assumptionsThe skill assumes a POSIX-compatible shell, Python 3, and the presence of specific external skills (`twitter`, `reddit`), with no explicit declaration of minimum versions or OS compatibility.
  • warning:Cross-skill couplingThe `domain-hunter` skill explicitly relies on `twitter` and `reddit` skills for promo code searching, and these dependencies are not declared in a way that ensures they are loaded or available.

Execution

  • warning:ValidationShell commands like `whois` and Python script calls do not explicitly show schema validation or sanitization of inputs like domain names or search queries, potentially leading to unexpected behavior or errors.
  • warning:Pinned dependenciesWhile the project uses Git and has a license file, there's no explicit mention of pinned Python dependencies or lockfiles for the `scripts/search_tweets.py` and `scripts/search_posts.py` used in the workflow.

Code Execution

  • warning:Error HandlingThe provided SKILL.md describes shell commands and Python scripts but does not detail specific error handling mechanisms for these external processes, potentially leading to opaque errors for the agent.
  • warning:Tool FallbackThe skill explicitly relies on `twitter` and `reddit` skills and references specific Python scripts, but does not mention any fallback mechanisms if these are unavailable or fail.

Errors

  • warning:Actionable error messagesThe SKILL.md outlines workflow steps but doesn't detail specific error messages or recovery steps for the external commands (`whois`, Python scripts) it invokes.

Practical Utility

  • info:Edge casesWhile the skill outlines steps, it doesn't explicitly detail failure modes or recovery paths for external commands like `whois` or the Python scripts, only mentioning 'Only present domains that are confirmed AVAILABLE'.

Safety

  • warning:Halt on unexpected stateThe SKILL.md states 'CRITICAL: Always check availability before presenting domains to user!', but does not explicitly define how unexpected pre-states (e.g., network errors during WHOIS check) should halt the workflow.

安装

请先添加 Marketplace

/plugin marketplace add ReScienceLab/opc-skills
/plugin install domain-hunter@opc-skills

质量评分

75 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标858
许可证Apache-2.0
状态
查看源代码

类似扩展

Web Search

100

用于网络搜索。返回带有摘要、URL和缩略图的排名结果。支持新鲜度过滤、SafeSearch、用于自定义排名的Goggles以及分页。主搜索端点。

技能
brave

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

技能
Yeachan-Heo

Public Google Drive

100

无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets,无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。

技能
zagmoai

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

技能
Yeachan-Heo

使用我的浏览器

100

当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。

技能
xixu-me

X Twitter Scraper

100

当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用:推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。

技能
Xquik-dev