skills/clawhub.ai/linkfoxagent

linkfoxagent

Installation
SKILL.md

LinkFoxAgent - Cross-border E-commerce AI Agent

LinkFoxAgent is a specialized AI agent for cross-border e-commerce with 79 built-in tools covering product research, competitor analysis, keyword tracking, review insights, patent detection, patent deep-dive research, trend analysis, 1688 sourcing, AI image generation, image recognition, PDF analysis, real-time web search, historical sales & price trend tracking, Amazon opportunity reports, and more. For Lingxing (领星) ERP OpenAPI orchestration (script-based, direct openapi.lingxing.com), see references/lingxing-erp.md.

Setup

  1. Get your API key: https://yxgb3sicy7.feishu.cn/wiki/IlkawdQP9ifKv9k22xcc7rjmnkb
  2. Set environment variable: export LINKFOXAGENT_API_KEY=your-key-here

Data privacy: All task prompts are sent to https://agent-api.linkfox.com/ along with your API key. Do not include secrets, credentials, or sensitive personal data in task prompts.

MANDATORY: Use sessions_spawn for All Tasks

NEVER call linkfox.py directly from the main session. LinkFoxAgent tasks take 1-5 minutes. You MUST use sessions_spawn to dispatch every task to a sub-agent. This keeps the main session responsive and delivers results automatically when done.

How to Dispatch a Task

Before calling sessions_spawn, tell the user in the main session:

「正在向 LinkFox Agent 提交任务,请稍候(通常需要 1-5 分钟)...」

Installs
5
First Seen
Jul 29, 2026
linkfoxagent from clawhub.ai