← Back to Skills

smtp_sender_secure

v1.0.0 official Utilities ⬇ 2 ↑ 2/7d 16d ago
🌐 Community
⬇ Download Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o smtp_sender_secure.skill   "https://aiskillstore.io/v1/agent/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "0d2fdbf9-bcb4-432d-9d35-36fa1e08b033",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

Send emails securely without exposing SMTP passwords, powered by MGC Blackbox.

Basic Info

Owner 👤 zkeviny Category Utilities Registered 2026-06-09 Last Updated 2026-06-09 Latest Version 1.0.0 Packaged At 2026-06-09 Vetting Status official Downloads 2 Checksum (SHA256) dc12c51a2d193cc17f932e20eafbf1a8d6d6bc45cca871caf687260efb8bed5e

Installation

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install smtp_sender_secure
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install smtp_sender_secure --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download
2
Place it in the Claude Code commands directory.
unzip smtp_sender_secure.skill -d ~/.claude/commands/smtp_sender_secure/
3
Use it as a slash command in Claude Code.
/smtp_sender_secure
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip smtp_sender_secure-agent-skill-*.skill -d ~/.claude/skills/smtp_sender_secure/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip smtp_sender_secure-cursor-*.skill -d ~/.cursor/skills/smtp_sender_secure/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/smtp_sender_secure/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip smtp_sender_secure-geminicli-*.skill -d ~/.gemini/skills/smtp_sender_secure/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/smtp_sender_secure/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip smtp_sender_secure-codexcli-*.skill -d ~/.codex/skills/smtp_sender_secure/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/smtp_sender_secure/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/download
2
Place it in your agent platform's skills directory.
cp smtp_sender_secure.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/0d2fdbf9-bcb4-432d-9d35-36fa1e08b033/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

🚨 Security risks detected:

  • example.py: requests.post(
  • mcp_server.py: requests.post(

Findings: ["메타데이터 경고: 권장 필드 없음: 'tags' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'platform_compatibility' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)", '정보: spec: usk/1.0 미선언 — v2 패키지로 처리됩니다. 자동 변환 및 에이전트 검색 기능을 사용하려면 USK v3로 업그레이드하세요.']

AI Review Stage

Reviewer gemini Risk Level 🟡 Medium Review Summary Gemini API 호출 실패 — 관리자 검토 필요

Issues Found

  • HTTP Error 429: Too Many Requests
Reasoning

API 호출 오류로 자동 검수 불가

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 official 2026-06-09 ⬇ 2
v1.0.0 official 2026-06-09 ⬇ 0
v1.0.0 official 2026-06-09 ⬇ 0
v1.0.0 official 2026-06-09 ⬇ 0
v1.0.0 official 2026-06-09 ⬇ 0

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review