← Back to Skills Marketplace
chloepark85

Toss Payments CLI

by Chloe Park · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toss-payments-cli
Description
Command-line tool for Toss Payments API to retrieve payment details and perform full or partial payment cancellations using payment keys.
Usage Guidance
This skill looks like documentation for a Toss Payments CLI rather than a self-contained implementation. Before installing or supplying TOSS_SECRET_KEY: 1) ask the publisher for the source repository or official package name and verify it (PyPI/GitHub and a homepage). 2) Do not export your real secret key until you confirm the package origin and inspect its code. 3) If you must test, use a test key with minimal privileges. 4) Prefer official SDKs or packages referenced by Toss Payments docs; avoid installing packages or running binaries from unverified/unknown sources.
Capability Analysis
Type: OpenClaw Skill Name: toss-payments-cli Version: 0.1.0 The skill bundle contains metadata and documentation for a Toss Payments CLI tool designed to interact with the official Toss Payments Core API. The documentation (SKILL.md) describes standard payment retrieval and cancellation functions and requires a secret key via environment variables, which is consistent with its stated purpose. No malicious code, suspicious network calls, or prompt-injection attempts were found in the provided files.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The skill claims to be a CLI for Toss Payments and requests the TOSS_SECRET_KEY credential — that is appropriate for the stated purpose. However, it presents itself as a runnable CLI (toss-pay) while the skill bundle contains no code, no binaries, no homepage, and no install spec; this mismatch reduces confidence that the skill actually provides the advertised capability.
Instruction Scope
SKILL.md instructs running a toss-pay CLI and shows an install command (pipx install . / pip install .). It also mentions an optional TOSS_BASE_URL environment variable, but TOSS_BASE_URL is not declared in requires.env. The instructions do not ask for unrelated files or secrets, but they assume a local package/binary that is not present in the skill bundle — an agent following these instructions could try to run commands that don't exist or rely on an external package of unknown origin.
Install Mechanism
There is no install specification in the skill metadata, yet SKILL.md tells users to run pipx install . or pip install . which implies a Python package source. Because the skill contains no code files or repository link and the 'Source' and 'Homepage' fields are unknown/missing, there's no traceable/ verifiable install artifact. This is an incoherence and increases risk: the install instructions refer to artifacts that are absent.
Credentials
Only TOSS_SECRET_KEY is required/declared (primary credential), which is proportional for a payments API client. However, SKILL.md references an additional env var (TOSS_BASE_URL) that is not declared in requires.env. Requesting the secret key is reasonable for the purpose, but the skill has no provenance information and would have access to a sensitive credential if used — you should only provide it to a known, trusted implementation.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false) and does not declare modifications to other skills or system-wide settings. Autonomous invocation is enabled by default but is not combined here with other high privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install toss-payments-cli
  3. After installation, invoke the skill by name or use /toss-payments-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug toss-payments-cli
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Toss Payments CLI?

Command-line tool for Toss Payments API to retrieve payment details and perform full or partial payment cancellations using payment keys. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Toss Payments CLI?

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

Is Toss Payments CLI free?

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

Which platforms does Toss Payments CLI support?

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

Who created Toss Payments CLI?

It is built and maintained by Chloe Park (@chloepark85); the current version is v0.1.0.

💬 Comments