ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

eve-online-item-search

Search EVE Online items by name via APIs and return item details.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/liriu/eve-online-item-search
Or

EVE 物品搜索

概述

该技能通过本地脚本 scripts/search.py 查询并返回物品的 名称描述类别名称

使用方式

python3 scripts/search.py "水硼砂"

返回结果

返回一个 JSON 对象,包含:

  • name
  • description
  • category_name

示例:

{
  "name": "启示级",
  "description": "...",
  "category_name": "巡洋舰"
}

触发条件

当用户输入EVE、EVE online时自动触发。 当用户询问与EVE游戏相关问题时触发,通过该技能查阅游戏中的专业术语。

scripts/

包含本地脚本 search.py,执行查询并输出最终结果。

references/

API 接口相关文档与说明。

Metadata

Author@liriu
Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-liriu-eve-online-item-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.