← 返回 Skills 市场
grizzlyzp1

Reply.io CLI

作者 grizzlyzp1 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
119
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install reply-cli
功能描述
Manage sequences, contacts, email accounts, and schedules in Reply.io directly from the terminal. Use this skill when users want to view Reply.io stats, mana...
安全使用建议
This skill is a thin wrapper around the official reply-cli and looks coherent, but consider the following before installing: (1) npx will download and run the reply-cli package from the public npm registry at runtime — if you need stricter supply-chain control, install a pinned reply-cli version locally or audit the npm package/version you expect to run; (2) keep REPLY_API_KEY secret (use .env, Docker secrets, or a secrets manager) — the script will read /run/secrets/reply_key if present; (3) curl is declared but not used by the included files (harmless but slightly inconsistent); (4) verify you trust the reply-cli package owner before allowing the agent to execute it via npx.
功能分析
Type: OpenClaw Skill Name: reply-cli Version: 1.0.1 The skill is a legitimate wrapper for the Reply.io CLI tool, allowing an agent to manage email sequences and contacts. It handles the 'REPLY_API_KEY' securely via environment variables or Docker secrets and uses 'npx' to execute the 'reply-cli' package. No evidence of data exfiltration, malicious execution, or prompt injection was found in 'reply.sh' or 'SKILL.md'.
能力评估
Purpose & Capability
Name, description, declared binaries (node) and required env var (REPLY_API_KEY) match the behavior: the skill invokes the reply-cli via npx. The inclusion of curl in the declared binaries is slightly unnecessary given the provided files and instructions, but not a strong mismatch.
Instruction Scope
SKILL.md instructs the agent to run npx reply-cli commands and to avoid logging the API key. The provided reply.sh only reads the API key (from env or /run/secrets/reply_key) and forwards args to npx. There are no instructions to read unrelated files, exfiltrate data, or call unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only) and the included script uses npx to fetch/run the reply-cli package from the npm registry at runtime. This is expected for a CLI wrapper, but npx will download and execute code from npm on first run — a moderate operational risk that is proportional to the skill's purpose.
Credentials
The only required secret is REPLY_API_KEY (declared as primaryEnv). The script's fallback to /run/secrets/reply_key is consistent with the documented alternatives. No other unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system-wide privileges. It does not modify other skills or agent configuration beyond reading the declared API key fallback. Autonomous invocation is allowed (platform default) and appropriate for this kind of skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reply-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reply-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added OpenClaw-specific metadata to SKILL.md, including version and required environment variables/binaries. - Updated environment variable setup instructions to support OpenClaw configuration, .env files, and Docker secrets. - Added _meta.json for improved skill metadata handling. - Minor documentation improvements and version bump to 1.0.1.
v1.0.0
reply-cli 1.0.0 - Initial release of the Reply.io CLI integration. - Manage sequences, contacts, email accounts, and schedules from the terminal. - Supports viewing stats, managing campaigns, and adding/removing contacts to sequences. - Requires Node.js >= 20 and a Reply.io API key for authentication. - All commands support JSON output for easy integration and parsing.
元数据
Slug reply-cli
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Reply.io CLI 是什么?

Manage sequences, contacts, email accounts, and schedules in Reply.io directly from the terminal. Use this skill when users want to view Reply.io stats, mana... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 Reply.io CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reply-cli」即可一键安装,无需额外配置。

Reply.io CLI 是免费的吗?

是的,Reply.io CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reply.io CLI 支持哪些平台?

Reply.io CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reply.io CLI?

由 grizzlyzp1(@grizzlyzp1)开发并维护,当前版本 v1.0.1。

💬 留言讨论