← 返回 Skills 市场
285
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ieasysell
功能描述
AI-powered multilingual virtual salesperson for 24/7 global customer reception, client retention, real-time boss alerts, and continuous sales optimization.
使用说明 (SKILL.md)
Ieasysell Smart Foreign Trade Salesperson Skill\r
\r
Introduction\r
Ieasysell × OpenClaw jointly create a "never-leave global AI salesperson":\r
- OpenClaw (Boss's Hand): Handles internal company tasks, permanent memory, and automatic optimization\r
- Ieasysell (Boss's Face): Manages external customer reception, multilingual communication, and product demonstration\r \r
Core Capabilities\r
- ✅ Customer Retention: All conversations and customer data belong to the company, preventing业务员 from taking clients away\r
- ✅ 24/7 Availability: AI salesperson works around the clock to receive global customers anytime\r
- ✅ Multilingual Support: Supports English, Spanish, Japanese, and other major global languages\r
- ✅ Automatic Reporting: Automatically synchronizes with OpenClaw after reception and notifies the boss in real time\r
- ✅ Continuous Evolution: Optimizes reception scripts and product selling points based on historical data\r
- ✅ Custom Human Avatar: Supports custom digital human avatars to align with brand tone\r \r
Trigger Phrases\r
- Generate smart reception link\r
- ieasysell foreign trade reception\r
- Prevent salesperson from taking clients\r
- Real-time boss notification\r
- AI salesperson that gets smarter with use\r \r
Installation & Configuration\r
- Install this Skill in OpenClaw\r
- Configure your Ieasysell API Key (obtained from Ieasysell admin panel)\r
- Fill in company name, main products, and target market\r
- Generate a reception link to send to customers or embed in your independent site\r \r
Use Cases\r
- Foreign trade enterprises preventing client loss due to业务员 turnover\r
- Independent site sellers automating 24/7 overseas customer reception\r
- Multilingual market expansion without hiring additional foreign language业务员\r
- Bosses tracking customer intent in real time to improve conversion efficiency
安全使用建议
Before installing, consider the following: (1) The package metadata, README, and runtime code disagree about what credential to provide: the README asks for an 'API Key' but the code expects a browser login token. Avoid pasting browser session tokens unless you fully trust the service and understand the security impact — session tokens can grant broad account access. (2) Verify the external domain (crm.ieasysell.com) is the official service you intend to use and review the rest of the code (the file was truncated in the listing) to confirm there are no other unexpected endpoints. (3) Note the manifest/main filename mismatch (scripts/skill.ts vs scripts/skills.ts) and version/entry inconsistencies — these indicate sloppy packaging and increase the chance of runtime errors or outdated code. (4) If you proceed, create a dedicated, limited-permission account or scoped API key (rotate it after testing), and avoid using your primary admin session token. (5) Ask the developer for clarifying documentation: a clear explanation of required credential type, the exact privileges needed, and a signed/hosted source (repo or homepage) so you can audit the full code. If you cannot get those clarifications, treat this skill as higher risk and consider not installing it.
功能分析
Type: OpenClaw Skill
Name: ieasysell
Version: 0.1.0
The skill facilitates integration between OpenClaw and the Ieasysell CRM platform to manage AI-driven digital human salespersons. It uses a user-provided authentication token to communicate with 'crm.ieasysell.com' for creating/updating digital human configurations and synchronizing visitor data via a background loop (setInterval). While the instructions for manual token extraction from browser storage are a suboptimal security practice, the code logic is transparent, lacks obfuscation, and strictly adheres to the stated purpose of foreign trade lead management without evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The stated purpose (24/7 multilingual AI salesperson, syncing visitor data, creating/updating a digital human) aligns with the outgoing network calls to crm.ieasysell.com and the sync/update logic in scripts/skills.ts. However there are packaging/config mismatches: claw.json lists a required ieasysellApiKey and a main file of scripts/skill.ts, while the runtime code expects ieasysellToken and the actual file is scripts/skills.ts. These inconsistencies reduce confidence that the declared metadata matches runtime needs.
Instruction Scope
SKILL.md instructs the user to configure an 'Ieasysell API Key' from the admin panel, but the code expects a login token (ieasysellToken) and even tells the user to extract it from the browser's Local Storage. Asking users to pull a session token from browser storage is broader than a simple API key and is a sensitive action. The runtime code periodically pulls visitor records, updates agent memory, and sends data to crm.ieasysell.com — those actions are consistent with the skill’s purpose but the token-extraction instruction is scope-creep and sensitive.
Install Mechanism
No install spec is present (instruction-only/inline code), so nothing is downloaded or written by an installer. This lowers installation risk. The skill includes a code file but no external install steps or archive downloads were specified.
Credentials
The skill requires a credential for the ieasysell service, which is expected. However the manifest/config/README disagree about what credential is required: claw.json and SKILL.md reference an API key, while the runtime code expects a login token (session token) obtained from browser Local Storage. A session token can carry broader privileges (user/admin session) and is more sensitive than a scoped API key, so this mismatch is disproportionate and risky unless justified. No other unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The script starts a periodic local sync loop that updates agent memory and notifies the user — this is consistent with the stated feature set (continuous sync and real-time boss alerts). Because the skill uses the provided token to repeatedly access CRM data, autonomous invocation combined with a high-privilege session token increases blast radius; this is noteworthy but not by itself a disqualifying privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ieasysell - 安装完成后,直接呼叫该 Skill 的名称或使用
/ieasysell触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Ieasysell Smart Foreign Trade Salesperson Skill.
- Enables 24/7 AI-powered multilingual customer reception and product demonstration.
- Prevents client loss by ensuring all customer data belongs to the company.
- Provides automatic real-time reporting and boss notifications after each customer interaction.
- Continuously evolves by optimizing reception scripts and product selling points based on historical data.
- Supports custom digital human avatars to match brand identity.
元数据
常见问题
ieasysell 是什么?
AI-powered multilingual virtual salesperson for 24/7 global customer reception, client retention, real-time boss alerts, and continuous sales optimization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。
如何安装 ieasysell?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ieasysell」即可一键安装,无需额外配置。
ieasysell 是免费的吗?
是的,ieasysell 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ieasysell 支持哪些平台?
ieasysell 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ieasysell?
由 frank yu(@zhanlv123)开发并维护,当前版本 v0.1.0。
推荐 Skills