文件内容
skill-card.md
## Description: <br>
Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. <br>
This skill is ready for commercial/non-commercial use. <br>
## Publisher: <br>
[christina-de-martinez](https://clawhub.ai/user/christina-de-martinez) <br>
### License/Terms of Use: <br>
MIT-0 <br>
## Use Case: <br>
Developers and engineers use this skill to create, preview, render, and send React-based HTML email templates, and to embed the React Email visual editor in applications. <br>
### Deployment Geography for Use: <br>
Global <br>
## Known Risks and Mitigations: <br>
Risk: Email-sending examples can send unintended messages or expose recipient data if copied into production without review. <br>
Mitigation: Confirm recipients and content before sending, and review the email provider's data handling and compliance requirements. <br>
Risk: Sending workflows require provider credentials such as API keys. <br>
Mitigation: Use scoped provider API keys and keep secrets in environment variables or a secret manager. <br>
Risk: Production behavior depends on package versions and email-client rendering differences. <br>
Mitigation: Pin package versions for production environments and test rendered output across target email clients before deployment. <br>
## Reference(s): <br>
- [React Email Documentation](https://react.email) <br>
- [React Email Skill Documentation](https://resend.com/docs/react-email-skill) <br>
- [React Email Repository](https://github.com/resend/react-email) <br>
- [React Email Components Reference](references/COMPONENTS.md) <br>
- [React Email Editor Reference](references/EDITOR.md) <br>
- [Internationalization Guide](references/I18N.md) <br>
- [Common Email Patterns](references/PATTERNS.md) <br>
- [Sending Guide](references/SENDING.md) <br>
- [Styling Guide](references/STYLING.md) <br>
## Skill Output: <br>
**Output Type(s):** [text, markdown, code, shell commands, configuration, guidance] <br>
**Output Format:** [Markdown guidance with TypeScript, TSX, JSON, and shell command examples] <br>
**Output Parameters:** [1D] <br>
**Other Properties Related to Output:** [May include email template code, rendering examples, sending examples, visual editor integration guidance, and configuration snippets.] <br>
## Skill Version(s): <br>
2.0.0 (source: server release metadata and skill frontmatter) <br>
## Ethical Considerations: <br>
Users should evaluate whether this skill is appropriate for their environment, review any generated or modified files before relying on them, and apply their organization's safety, security, and compliance requirements before deployment. <br>