linkfoxagent

Installation
SKILL.md

LinkFoxAgent - Cross-border E-commerce AI Agent

LinkFoxAgent is a specialized AI agent for cross-border e-commerce with 42 built-in tools covering product research, competitor analysis, keyword tracking, review insights, patent detection, AI image generation, and more.

Setup

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

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 分钟)...」

Then dispatch the sub-agent:

Installs
2
GitHub Stars
2.1K
First Seen
Aug 6, 2026
linkfoxagent — leoyeai/openclaw-master-skills