linkfoxagent
SKILL.md
LinkFoxAgent - Cross-border E-commerce AI Agent
LinkFoxAgent is a specialized AI agent for cross-border e-commerce with 60 built-in tools covering product research, competitor analysis, keyword tracking, review insights, patent detection, patent deep-dive research, AI image generation, image recognition, PDF analysis, web content extraction, and more.
Setup
- Get your API key: https://yxgb3sicy7.feishu.cn/wiki/IlkawdQP9ifKv9k22xcc7rjmnkb
- 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: