oneshot-email

Installation
SKILL.md

OneShot — Email

Send and receive email from the agent's own sending domains. Set up auth/wallet via the oneshot skill, then:

import { OneShot } from '@oneshot-agent/sdk';
const agent = await OneShot.create({ cdp: true });

Send email — agent.email(options)

Installs
1
First Seen
2 days ago
oneshot-email — oneshot-agent/agent-skills