← Back to Skills Marketplace
xieziqing

UniProfit Mail Assistant

by xieziqing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
137
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uniprofit-mail-assistant
Description
Send emails through the UniProfit OpenClaw-compatible API with a user-created `mail_send` API key. Use when Codex or OpenClaw needs to deliver an already-app...
Usage Guidance
This package appears coherent and implements only the declared UniProfit mail API calls. Before installing: 1) Verify UNIPROFIT_API_BASE_URL points to a trusted UniProfit endpoint you control (a malicious base URL could receive the API key and request bodies). 2) Use a scoped mail_send key with minimal privileges and rotate it if you suspect exposure. 3) Confirm recipients and final body are approved before sending (the skill will deliver real email). 4) If you want extra assurance, review the two included Python scripts and the SKILL.md; they are short and straightforward. If you do not trust the provided base URL or key, do not set the environment variables.
Capability Analysis
Type: OpenClaw Skill Name: uniprofit-mail-assistant Version: 1.0.0 The uniprofit-mail-assistant skill is a legitimate tool for sending emails via the UniProfit API. The included Python scripts (scripts/send_mail.py and scripts/check_credential.py) use standard libraries to perform authenticated HTTP requests to user-defined endpoints. The instructions in SKILL.md and the reference documentation include safety-oriented constraints, such as requiring explicit user confirmation and sender selection before delivery, and there is no evidence of data exfiltration, malicious execution, or prompt-injection attacks.
Capability Assessment
Purpose & Capability
Name/description, declared env vars (UNIPROFIT_API_BASE_URL, UNIPROFIT_MAIL_SEND_KEY), required binary (python), SKILL.md protocol, and the two scripts all align with a mail-sending integration for UniProfit. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md prescribes only three UniProfit endpoints (/openclaw/credential/me, /openclaw/mail/account/list, /openclaw/mail/send). The execution checklist and input requirements limit actions to listing accounts, selecting a sender, validating fields, and posting the send request. The scripts only read the declared env vars and call those endpoints; they do not access other system files or unrelated env vars.
Install Mechanism
No install spec (instruction-only) and only requires an existing python binary. No downloads or archive extraction are performed, and included scripts are small and readable.
Credentials
Only two environment variables are required and both are directly relevant to the mail-sending purpose. The skill does not request additional credentials or configuration paths. The primary credential in agents/openai.yaml is the mail send key, which matches purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It can be invoked autonomously (platform default), which is expected for a delivery skill; nothing in the package attempts to escalate privilege or persist beyond its intended scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uniprofit-mail-assistant
  3. After installation, invoke the skill by name or use /uniprofit-mail-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Send emails through UniProfit API
Metadata
Slug uniprofit-mail-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is UniProfit Mail Assistant?

Send emails through the UniProfit OpenClaw-compatible API with a user-created `mail_send` API key. Use when Codex or OpenClaw needs to deliver an already-app... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.

How do I install UniProfit Mail Assistant?

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

Is UniProfit Mail Assistant free?

Yes, UniProfit Mail Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does UniProfit Mail Assistant support?

UniProfit Mail Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created UniProfit Mail Assistant?

It is built and maintained by xieziqing (@xieziqing); the current version is v1.0.0.

💬 Comments