Unione - Email API
v0.1.2Send transactional and marketing emails via UniOne Email API. Manage email templates, validate email addresses, check delivery statistics, manage suppression...
⭐ 8· 528·0 current·0 all-time
byUniOne@unione-repo
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill is clearly an adapter for the UniOne transactional email API and legitimately needs an API key. However, the registry metadata you provided says no required binaries while the README and SKILL.md use curl (and the manifest lists curl and jq). Also the top-level registry metadata listed 'Source: unknown' and 'Homepage: none' while SKILL.md/README include links to unione.io and a GitHub repo—these metadata mismatches should be checked.
Instruction Scope
SKILL.md's runtime instructions are limited to calling UniOne HTTP endpoints, domain verification steps (DNS records) and email management operations. It only references the declared env var (UNIONE_API_KEY) and does not instruct reading unrelated local files or other credentials. It asks the user to add DNS records at their DNS provider—this is expected for domain verification.
Install Mechanism
This is an instruction-only skill (no install spec, no code files), which is low risk. The README and manifest expect tools (curl, jq) but there is no install step that fetches code or binaries. Confirm you have curl/jq locally if you plan to use the optional CLI helpers; there are no remote downloads or archives presented by the skill itself.
Credentials
The only required environment variable is UNIONE_API_KEY (declared as primaryEnv). That is appropriate for an HTTP API integration. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always: false (the skill is not forced into every agent run). disable-model-invocation is false (agent can call it autonomously), which is the platform default; this is acceptable here because the skill's scope and credential needs are narrow.
Assessment
This skill appears to be what it claims (a UniOne email API adapter) and only needs your UniOne API key. Before installing: (1) Verify the source links in SKILL.md/README (unione.io and the GitHub repo) match an official UniOne release; the registry metadata you were shown earlier was inconsistent. (2) Use a least-privilege/scoped API key (not a production master key) and avoid pasting other secrets. (3) Expect to manually add DNS TXT records at your DNS provider for domain verification—do this yourself and do not share private keys. (4) Confirm curl and jq are available if you plan to use the optional scripts. (5) If you're uncomfortable with autonomous invocation, you can disable or require user confirmation for the skill in your agent settings. If you want higher assurance, ask the publisher for an authoritative repository URL and checksum for the skill package before installing.Like a lobster shell, security has layers — review code before you run it.
latestvk9782hf3cqv4ra756zjhdkxcxd81eh63
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📧 Clawdis
EnvUNIONE_API_KEY
Primary envUNIONE_API_KEY
