← 返回 Skills 市场
ggaabe

Send real Document in the Mail via PostalForm

作者 Gabriel Garrett · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
366
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install postalform-agent-mailing
功能描述
Send real postal mail through PostalForm using machine payments: prepare/validate print-and-mail payloads, submit `POST /api/machine/orders`, settle x402 pay...
安全使用建议
This skill appears to be doing what it says (create PostalForm orders and pay them), but pay attention to these points before installing or granting runtime access: - Expect to provide wallet signing capabilities: the instructions assume you have a signing client (purl or another x402 client), access to keystore files (or raw private keys), and a password or interactive signing approval. The skill metadata does not declare these requirements — confirm how your agent runtime will supply them. - Never hand over raw private keys to an agent or put them in plaintext env vars. Prefer encrypted keystores, ephemeral wallets, or wallets that require a hardware or interactive approval if possible. - Limit blast radius: use a wallet with a small balance and set a conservative --max-amount cap as recommended in the examples. Test with small, low-cost orders first (validate endpoint and small payments). - Verify the endpoint: the skill directs traffic to https://postalform.com — confirm this is the legitimate service you expect and that you trust it to handle payments and address data. - Ensure explicit human approval for any on-chain/payment signing actions. The skill can be invoked autonomously by agents; require an explicit consent/approval step for payments. - Logging: follow the skill's own security rules (do not log passwords or private keys). Make sure your runtime enforces these logging rules. If you want to accept this skill, ask the publisher to update the manifest to declare required binaries (e.g., purl), required env vars or config paths (keystore locations or a primary wallet credential), and to document expected interactive approval patterns. If you cannot provide a dedicated, limited wallet for testing, treat this skill as risky.
功能分析
Type: OpenClaw Skill Name: postalform-agent-mailing Version: 1.0.0 The skill bundle is designed to send postal mail via the PostalForm API, including handling x402 machine payments. The `SKILL.md` provides clear, detailed instructions for the AI agent, emphasizing security best practices such as using payment caps (`--max-amount`), preferring encrypted keystores over raw private keys, securely handling passwords (`--password` from runtime input), and avoiding logging sensitive information. While the skill involves inherently sensitive operations like financial transactions and document handling, the instructions explicitly mitigate risks and are entirely aligned with the stated purpose, without any evidence of malicious intent, data exfiltration beyond the service's needs, or unauthorized actions.
能力评估
Purpose & Capability
The skill claims to create PostalForm machine orders and settle x402 payments, and the SKILL.md contains a coherent workflow for that purpose. However, the manifest declares no required binaries, env vars, or primary credential even though the instructions explicitly expect a signing client (purl or other x402 client), keystore files (e.g. ~/.purl/keystores/...), and a wallet password. The implicit dependence on wallet tooling and secure inputs should have been declared.
Instruction Scope
Runtime instructions are narrowly scoped to building/validating payloads, calling PostalForm endpoints, creating/payments via an x402 wallet, and polling order status. They do reference local keystore paths and runtime password input and show curl/purl examples, but do not instruct reading unrelated system files or exfiltrating data to unexpected endpoints. The SKILL.md does not, however, declare these credential sources up front.
Install Mechanism
This is an instruction-only skill with no install spec or downloadable artifacts, so it does not write code to disk or fetch remote binaries during installation. That minimizes installation risk.
Credentials
The skill will require access to signing credentials (keystore files, wallet aliases, or raw private keys) and a password or signing ability to settle payments — sensitive privileges. The manifest lists no required env vars or primary credential, so callers may not realize they must supply wallet access. Requiring private signing abilities is proportionate to a paid mail flow, but the omission of explicit credential declarations and the potential for mishandling private keys (examples show keystore paths and PURL_PASSWORD usage) is a material risk.
Persistence & Privilege
The skill does not request always:true, does not include an install that modifies other skills, and is user-invocable only. It does assume the agent can call network endpoints and use local wallet tooling, which is normal for this kind of task.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install postalform-agent-mailing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /postalform-agent-mailing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Send real postal mail through PostalForm using machine payments: prepare/validate print-and-mail payloads, submit `POST /api/machine/orders`, settle x402 payment with any compatible wallet client (purl or custom), and poll fulfillment through completion. Use when an agent must autonomously mail a letter/document as real physical mail with strong first-pass correctness and idempotent retry behavior.
元数据
Slug postalform-agent-mailing
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Send real Document in the Mail via PostalForm 是什么?

Send real postal mail through PostalForm using machine payments: prepare/validate print-and-mail payloads, submit `POST /api/machine/orders`, settle x402 pay... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。

如何安装 Send real Document in the Mail via PostalForm?

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

Send real Document in the Mail via PostalForm 是免费的吗?

是的,Send real Document in the Mail via PostalForm 完全免费(开源免费),可自由下载、安装和使用。

Send real Document in the Mail via PostalForm 支持哪些平台?

Send real Document in the Mail via PostalForm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Send real Document in the Mail via PostalForm?

由 Gabriel Garrett(@ggaabe)开发并维护,当前版本 v1.0.0。

💬 留言讨论