← Back to Skills Marketplace
NEXUS Email Compose
by
CyberForexBlockchain
· GitHub ↗
· v1.1.0
· MIT-0
323
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install nexus-email-compose
Description
Draft professional communications
Usage Guidance
This skill appears to be a thin wrapper for a paid remote service and is instruction-only (no code installed). The main red flag is that it requires a global NEXUS_PAYMENT_PROOF environment variable even though the docs describe sandbox and on-the-fly payment flows—storing a payment proof as a permanent env var increases the chance of leaking a sensitive credential. Before installing: (1) verify the service operator (ai-service-hub-15.emergent.host) and review their external documentation; (2) do not set a permanent NEXUS_PAYMENT_PROOF in your global environment—prefer passing sandbox_test or per-request credentials; (3) test with the sandbox option first and monitor network traffic; (4) if you must provide payment credentials, scope them tightly (use short-lived credentials or agent-scoped config) and avoid placing secrets in global shell profiles; (5) consider whether you trust an unknown third party to see the content of messages you send to the service. If the publisher cannot explain why a required env var is necessary for all installs, treat the skill with caution.
Capability Analysis
Type: OpenClaw Skill
Name: nexus-email-compose
Version: 1.1.0
The nexus-email-compose skill is a legitimate-appearing interface for a paid AI drafting service hosted at ai-service-hub-15.emergent.host. It requires only network permissions to interact with its API and uses a specific environment variable (NEXUS_PAYMENT_PROOF) for transaction verification via Cardano or Stellar blockchains. The skill contains no evidence of data exfiltration, unauthorized file access, or malicious execution logic.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's purpose (drafting emails) aligns with calling a remote paid API. However, declaring NEXUS_PAYMENT_PROOF as a required environment variable (primary credential) is heavier than expected: the SKILL.md documents multiple payment flows (x402, MPP, and a sandbox test) that do not require a permanent env var, so making one global env var mandatory is disproportionate. Metadata/tags also include unrelated tags (e.g., 'health-monitoring') which is odd but low-severity.
Instruction Scope
SKILL.md is explicit about network calls to https://ai-service-hub-15.emergent.host and about how to include payment headers. It instructs the agent to read NEXUS_PAYMENT_PROOF (example shown in curl), submit payment proofs, and optionally POST signed Stellar XDRs to a sponsor endpoint. These actions are within the domain of a paid API, but reading a global env var for payment proof and POSTing signed XDRs can expose sensitive payment credentials/transactions if misused — the instructions do not restrict how the credential is obtained or scoped.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes code-install risk (nothing written to disk by the skill package itself).
Credentials
Requiring a single primary env var named NEXUS_PAYMENT_PROOF (and marking it required) is questionable: the documented flows support ephemeral credentials, sandbox_test, or headers generated at call-time. Making a long-lived payment proof a mandatory installation-time env var increases risk of accidental exfiltration or misuse. The env var likely contains sensitive payment/credential information but the README/SKILL.md do not justify why it must be global and required.
Persistence & Privilege
The skill does not request persistent 'always' inclusion and has normal network permission. No claims of modifying other skills or system settings. Autonomous invocation is allowed (default) but not combined with other high-risk requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nexus-email-compose - After installation, invoke the skill by name or use
/nexus-email-compose - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added x402 payment protocol (Coinbase/Masumi), multi-chain Cardano + Stellar documentation, 10 protocols
v1.0.0
Initial release - NEXUS AI Service on Cardano
Metadata
Frequently Asked Questions
What is NEXUS Email Compose?
Draft professional communications. It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.
How do I install NEXUS Email Compose?
Run "/install nexus-email-compose" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NEXUS Email Compose free?
Yes, NEXUS Email Compose is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NEXUS Email Compose support?
NEXUS Email Compose is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NEXUS Email Compose?
It is built and maintained by CyberForexBlockchain (@cyberforexblockchain); the current version is v1.1.0.
More Skills