ソース情報
- リポジトリ
- qhkm/zeptoclaw-skills
- ソースの最終更新活動
- 2026年2月23日 00:29
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill send-emailコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | send-email |
| version | 1.0.0 |
| description | Send transactional emails via Resend — order confirmations, alerts, reports. |
| author | ZeptoClaw |
| license | MIT |
| tags | ["email","notifications","transactional"] |
| env_needed | [{"name":"RESEND_API_KEY","description":"Resend API key from resend.com/api-keys","required":true},{"name":"EMAIL_FROM","description":"Verified sender address (e.g. noreply@yourdomain.com)","required":true}] |
| metadata | {"zeptoclaw":{"emoji":"📧","requires":{"anyBins":["curl","jq"]}}} |
Send transactional emails using Resend — the simplest modern email API. Free tier: 3,000 emails/month.
onboarding@resend.dev for testing)export RESEND_API_KEY="re_xxx..."
export EMAIL_FROM="noreply@yourdomain.com"
curl -s -X POST "https://api.resend.com/emails" \
-H "Authorization: Bearer $RESEND_API_KEY" \
-H "Content-Type: application/json" \
-d "{
\"from\": \"$EMAIL_FROM\",
\"to\": [\"customer@example.com\"],
\"subject\": \"Your order has shipped!\",
\"text\": \"Hi Ahmad,\n\nYour order #1234 is on its way. Expected delivery: 2-3 days.\n\nThank you!\"
}" | jq -r '.id'
curl -s -X POST "https://api.resend.com/emails" \
-H "Authorization: Bearer $RESEND_API_KEY" \
-H "Content-Type: application/json" \
-d "{
\"from\": \"$EMAIL_FROM\",
\"to\": [\"customer@example.com\"],
\"subject\": \"Order Confirmation #1234\",
\"html\": \"<h1>Thank you for your order!</h1><p>Order <strong>#1234</strong> is confirmed.</p><p>Total: <strong>RM 49.90</strong></p>\"
}" | jq -r '.id'
curl -s -X POST "https://api.resend.com/emails" \
-H "Authorization: Bearer $RESEND_API_KEY" \
-H "Content-Type: application/json" \
-d "{
\"from\": \"$EMAIL_FROM\",
\"to\": [\"alice@example.com\", \"bob@example.com\"],
\"cc\": [\"manager@yourcompany.com\"],
\"subject\": \"Weekly Report\",
\"text\": \"Please find this week's summary attached.\"
}" | jq .
# Base64-encode the file
ATTACHMENT=$(base64 -i report.pdf)
curl -s -X POST "https://api.resend.com/emails" \
-H "Authorization: Bearer $RESEND_API_KEY" \
-H "Content-Type: application/json" \
-d "{
\"from\": \"$EMAIL_FROM\",
\"to\": [\"customer@example.com\"],
\"subject\": \"Your Invoice\",
\"text\": \"Please find your invoice attached.\",
\"attachments\": [{
\"filename\": \"invoice.pdf\",
\"content\": \"$ATTACHMENT\"
}]
}" | jq -r '.id'
delivered@resend.dev to test without a real addresstext and html — some clients prefer plain textcurl https://api.resend.com/emails/{id} -H "Authorization: Bearer $RESEND_API_KEY"Give your agent a standalone on-chain wallet for gasless trades, funding, and autonomous x402 M2M payments.
Deploy ERC20 tokens on Base, Ethereum, Arbitrum, and other EVM chains using the Clanker SDK. Use when the user wants to deploy a new token, create a memecoin, set up token vesting, configure airdrops, manage token rewards, claim LP fees, or update token metadata. Supports V4 deployment with vaults, airdrops, dev buys, custom market caps, vanity addresses, and multi-chain deployment.
AI-powered crypto trading agent and LLM gateway via natural language. Use when the user wants to trade crypto, check portfolio balances, view token prices, transfer crypto, manage NFTs, use leverage, bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, and Unichain.
SOC 職業分類に基づく