← 返回 Skills 市场
SocialEpoch WhatsApp SCRM API 智能助手
作者
SocialEpoch
· GitHub ↗
· v2.1.9
· MIT-0
269
总下载
1
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install socialepoch-wa-scrm
功能描述
SocialEpoch WhatsApp SCRM 开放API,官方原生对接,深度适配企业级海外营销与客服场景。全量覆盖WhatsApp账号管理、查询在线客服号(支持按账号精准查询)、客户运营、用户画像、聊天记录查询、WebHook回调推送,支持文字/图片/音频/视频/文件/名片/名片超链/分流超链全类型消息单发...
安全使用建议
This skill appears coherent with its description, but check the following before installing: (1) It will make network calls to https://api.socialepoch.com — ensure you trust SocialEpoch and the endpoints. (2) It will store your API key and tenant ID in ~/.openclaw/scrm_config.json if you use the CLI set_config command; if you prefer not to persist secrets to disk, set environment variables only and protect them. (3) The script auto-installs the requests package via pip at runtime and the package comes from PyPI — be comfortable with runtime dependency installation. (4) SKILL.md forces the agent to run the included script from the skill directory; confirm you want the agent to execute that CLI. If any of these behaviors are unacceptable, do not install or provide real production API keys.
功能分析
Type: OpenClaw Skill
Name: socialepoch-wa-scrm
Version: 2.1.9
The skill bundle is a legitimate API wrapper for the SocialEpoch WhatsApp SCRM service, facilitating automated messaging and agent management. It includes standard features for this ecosystem, such as auto-installing the 'requests' library via pip and storing API credentials in a local configuration file (~/.openclaw/scrm_config.json). While the use of subprocess for pip and plaintext credential storage are security considerations, they are consistent with the tool's stated purpose and lack evidence of malicious intent or unauthorized data exfiltration. All network traffic is directed to the official api.socialepoch.com endpoint.
能力标签
能力评估
Purpose & Capability
Name/description, required env vars (SOCIALEPOCH_TENANT_ID, SOCIALEPOCH_API_KEY, SOCIALEPOCH_SOURCE), declared permissions (network/config), and included code all target SocialEpoch's WhatsApp SCRM API — the requested items are expected for this functionality.
Instruction Scope
SKILL.md instructs the agent to run scrm_api.py from the skill directory and use environment variables or set_config; the code only reads/writes its own config (~/.openclaw/scrm_config.json) and calls api.socialepoch.com endpoints. There is no instruction to read unrelated files or exfiltrate data to unexpected endpoints. Note: SKILL.md contains explicit 'system-level' run directives that force the agent to execute the included script.
Install Mechanism
Install spec uses Homebrew to ensure Python is available (formula: python) — reasonable for macOS. The script auto-installs the requests package via pip at runtime (requests<2.32.0). Runtime pip installs are expected for Python CLI tools but carry moderate risk (modifies local Python environment, installs third-party package from PyPI). No downloads from untrusted URLs or obfuscated installers were found.
Credentials
The three required env vars are specific to the SocialEpoch service and are declared as primary. The script persists the API key and tenant ID into a config file under the user's home (~/.openclaw/scrm_config.json) if set_config is used — this is functionally justified but means a secret will be stored on disk in the user's profile.
Persistence & Privilege
The skill is not forced-always (always=false) and uses normal agent invocation. It writes only its own config file and does not modify other skills or system-wide agent settings. auto_bootstrap/auto_install_python will perform local bootstrapping but are reasonable for a Python-based tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install socialepoch-wa-scrm - 安装完成后,直接呼叫该 Skill 的名称或使用
/socialepoch-wa-scrm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.9
- 更新描述文字,将“官方原生对接”语句顺序调整及精简表述。
- 版本号由 2.1.8 升级至 2.1.9。
- 其余内容保持不变,无功能和接口参数变更。
v2.1.8
Version 2.1.8
- Version bump with no file or documentation changes detected.
- All existing features, usage instructions, and configurations remain the same.
v2.1.7
No user-visible changes in this release.
- Version updated to 2.1.7.
- No file or documentation changes detected.
v2.1.6
Version 2.1.6
- Added a reminder that this skill provides secure API calling for WhatsApp SCRM and now asks for message confirmation before sending.
- No code or functional file changes detected. Documentation updated only.
v2.1.5
- Version bump to 2.1.5; no file or feature changes detected.
- Documentation and configuration instructions remain unchanged.
- No updates to commands, features, or installation procedures.
v2.1.4
**This update introduces sending source (PC/手机/云端端标识) support and more precise agent querying.**
- 新增 SOCIALEPOCH_SOURCE 环境变量,支持指定消息发送端(PC/手机/云端)
- 在线客服号查询命令支持按账号(userName)精准查询
- 使用说明和配置说明新增端标识使用方式
- metadata 增加 SOCIALEPOCH_SOURCE 环境变量、指定工作目录
- 文档内容全面更新,增强命令覆盖说明与使用细
v2.1.0
Version 2.1.0
- Major rework: Enhanced API integration and usability for enterprise-level WhatsApp SCRM workflows.
- Added scrm_api.py script for all API calls via command line interface.
- Introduced automatic dependency installation and environment/config setup with usage prompts.
- Enabled batch send for multiple message types; all return values standardized as JSON.
- Improved error handling, validation, and cross-platform (Mac) compatibility.
- Updated documentation with detailed usage commands and clear configuration guidance.
- Removed outdated README.md, replaced with new comprehensive usage instructions.
v1.0.5
Version 1.0.5
- Version number updated from 1.0.4 to 1.0.5.
- No file changes detected; functionality and features remain the same.
v1.0.4
- Version bump from 1.0.3 to 1.0.4.
- No file or functionality changes detected in this release.
v1.0.3
- Updated version to 1.0.3.
- Updated description wording: "SocialEpoch WA-SCRM" changed to "SocialEpoch WhatsApp SCRM".
- No file or logic changes detected; content and API usage remain the same.
v1.0.2
- 新增 description 字段,简要介绍功能和支持的操作。
- 修复添加的bug
- 版本号从 1.0.1 升级为 1.0.2。
- 其余功能、接口、触发词及参数未做变动。
v1.0.1
- 新增多类型消息发送支持:支持图片、音频、文件、视频、名片、名片超链、分流超链等消息类型
- 触发词及参数提取更加精细,提升多场景智能识别
- 保持所有原有客户管理、聊天记录、账号状态等核心能力
- 文档结构精简,对API参数与返回值描述更清晰
- 新增 .idea 配置文件供开发辅助
v1.0.0
Initial release of SocialEpoch WhatsApp SCRM 智能助手.
- Enables zero-code integration with SocialEpoch WhatsApp SCRM official APIs.
- Supports sending WhatsApp messages, querying chat history, managing clients, updating client tags/remarks, checking account status, querying message send status, and setting WebHook callbacks.
- Uses natural language triggers and auto-extracts required parameters, prompting users for any missing info.
- Requires only configuration of tenantId and ApiKey to operate all features.
- All API requests and parameters are strictly aligned with official documentation for reliability and ease of use.
元数据
常见问题
SocialEpoch WhatsApp SCRM API 智能助手 是什么?
SocialEpoch WhatsApp SCRM 开放API,官方原生对接,深度适配企业级海外营销与客服场景。全量覆盖WhatsApp账号管理、查询在线客服号(支持按账号精准查询)、客户运营、用户画像、聊天记录查询、WebHook回调推送,支持文字/图片/音频/视频/文件/名片/名片超链/分流超链全类型消息单发... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。
如何安装 SocialEpoch WhatsApp SCRM API 智能助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install socialepoch-wa-scrm」即可一键安装,无需额外配置。
SocialEpoch WhatsApp SCRM API 智能助手 是免费的吗?
是的,SocialEpoch WhatsApp SCRM API 智能助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SocialEpoch WhatsApp SCRM API 智能助手 支持哪些平台?
SocialEpoch WhatsApp SCRM API 智能助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SocialEpoch WhatsApp SCRM API 智能助手?
由 SocialEpoch(@liuguangchuan)开发并维护,当前版本 v2.1.9。
推荐 Skills