← Back to Skills Marketplace
linkfox-ai

Ehunt Temu Category Search

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-ehunt-temu-category-search
Description
通过 EHunt Temu 品类检索(网关路由 `ehunt/temu/temuCategorySearch`)在已同步到本地库的 EHunt Temu 类目数据中按关键词检索类目中文名、英文名与类目 id,用于商品/店铺筛选的类目 id。当用户提到 EHunt Temu 类目、Temu category id、...
README (SKILL.md)

EHunt Temu 类目检索(ehunt/temu/temuCategorySearch

在具备 LinkFox「第三方数据服务」MCP 时,对应网关路由 ehunt/temu/temuCategorySearch 调用(MCP 展示名:Temu 品类查询,确切工具名以当前环境下发的工具元数据为准)。数据来自 本地库检索

前置条件

库内须已有 ehunt/temu/syncTemuCategory(MCP 展示名:Temu 品类同步)写入的全量类目。若无数据或结果为空,应先完成同步再检索。

要点

  • 必填keyword(子串匹配类目中文名、英文名、类目 id)。
  • 分页page 从 1 起;pageSize 默认 50、最大 200。
  • 返回的 id / categoryId 可作为 Temu 商品查询的 categoryHome/categoryBackend、店铺查询的 category 等入参的类目标识(与具体工具 schema 一致即可)。

脚本(可选)

命令行调试:python scripts/ehunt_temu_category_search.py '\x3CJSON>'(需 LINKFOXAGENT_API_KEY)。详见 references/api.md 末尾。

参考

入参/出参表见 references/api.md

\x3C!-- LF_LARGE_RESPONSE_BLOCK -->

Handling Large Responses

To avoid overflowing the agent context, persist the response to disk and extract only the fields you need:

python scripts/response_io.py run --script scripts/ehunt_temu_category_search.py --out-dir \x3CDIR> '\x3Cparams>'
python scripts/response_io.py read \x3Cfile> --fields "\x3Cpaths>"   # or --path "\x3CJMESPath>"

Pick --out-dir outside any git working tree (e.g. /tmp/... on Unix, %TEMP%/... on Windows). Persisted responses may contain PII, pricing, or auth-sensitive data — do not commit them. Files are not auto-deleted; clean up when the task is done.

run writes the full response to a file and emits only a schema preview + file path. read projects specific fields, with --limit/--offset for slicing and --format json|jsonl|csv|table for output.

When to prefer this pattern — apply your judgment based on the response characteristics, e.g.:

  • High field count per record, or fields you don't need
  • Batch/paginated results (multiple items per call)
  • Long-text fields (descriptions, reviews, HTML, time series)
  • Output reused across later steps rather than consumed immediately

For small, single-use responses, calling the main script directly is fine.

⚠️ The preview is a truncated schema + sample, not the full data. Any field-level decision must read from the persisted file via read. \x3C!-- /LF_LARGE_RESPONSE_BLOCK -->

Usage Guidance
Install only if you are comfortable with a LinkFox credential-backed Temu lookup skill that includes a broad local response helper. Use the direct category-search script or MCP tool when possible, keep response output in a temporary directory, delete saved files after use, and do not use response_io.py with scripts or JSON files outside the intended task.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The main Temu category search script is purpose-aligned: it posts keyword parameters to the LinkFox gateway using LINKFOXAGENT_API_KEY. The concern is the bundled response_io.py helper, which is generic and can execute any existing script path supplied to --script, exceeding a narrow category lookup capability.
Instruction Scope
The SKILL.md example points response_io.py at the bundled category-search script, but the helper itself does not enforce that scope. It also accepts arbitrary files for the read command, creating a broad local inspection utility not limited to files produced by this skill.
Install Mechanism
No package installation, persistence installer, startup hook, or dependency-fetching behavior was found. Metadata, static scan, and VirusTotal telemetry were clean.
Credentials
Use of LINKFOXAGENT_API_KEY and network access to the LinkFox tool gateway is expected for this integration. The script also permits base URL and route overrides via environment variables, so users should avoid untrusted overrides because the API key is sent in the Authorization header.
Persistence & Privilege
The large-response helper writes captured stdout to a user-selected directory and does not auto-delete it. The SKILL.md discloses this and warns not to commit sensitive output, but the behavior can still retain more data than needed, including failed or partial outputs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-ehunt-temu-category-search
  3. After installation, invoke the skill by name or use /linkfox-ehunt-temu-category-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug linkfox-ehunt-temu-category-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ehunt Temu Category Search?

通过 EHunt Temu 品类检索(网关路由 `ehunt/temu/temuCategorySearch`)在已同步到本地库的 EHunt Temu 类目数据中按关键词检索类目中文名、英文名与类目 id,用于商品/店铺筛选的类目 id。当用户提到 EHunt Temu 类目、Temu category id、... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install Ehunt Temu Category Search?

Run "/install linkfox-ehunt-temu-category-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ehunt Temu Category Search free?

Yes, Ehunt Temu Category Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ehunt Temu Category Search support?

Ehunt Temu Category Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ehunt Temu Category Search?

It is built and maintained by linkfox-ai (@linkfox-ai); the current version is v1.0.0.

💬 Comments