← Back to Skills Marketplace
grizzlyzp1

Reply.io CLI

by grizzlyzp1 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
119
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install reply-cli
Description
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...
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reply-cli
  3. After installation, invoke the skill by name or use /reply-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug reply-cli
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.

How do I install Reply.io CLI?

Run "/install reply-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reply.io CLI free?

Yes, Reply.io CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reply.io CLI support?

Reply.io CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reply.io CLI?

It is built and maintained by grizzlyzp1 (@grizzlyzp1); the current version is v1.0.1.

💬 Comments