Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

simplelogin-clisimplelogin CLI 命令行

Agent Skill

simplelogin-cli 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,612

周安装

284

GitHub Stars

1

下载量

2,317
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:simplelogin-cli(simplelogin CLI 命令行)
来源仓库:https://github.com/mcclawd/simplelogin-cli
安装命令:
openclaw skills install simplelogin-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install simplelogin-cli

简介

从命令行创建和管理 SimpleLogin 电子邮件别名。使用安全、私密的别名保护您的真实电子邮件。

SKILL.md

name
simplelogin-cli
description
Create and manage SimpleLogin email aliases from the command line. Protect your real email with secure, private aliases.
license
MIT
metadata
clawdbot
emoji
📧
openclaw
emoji
📧
os
["linux", "darwin", "win32"]
requires
bins
["curl", "jq"]
install
[]
secrets
description
SimpleLogin API key (fallback if SIMPLELOGIN_API_KEY env var not set)
fields
["password", "api_key"]
clawhub
category
privacy
tags
["email", "alias", "privacy", "simplelogin"]

SimpleLogin CLI

Create and manage privacy-focused email aliases with SimpleLogin. Protect your real email address when signing up for services, newsletters, or online shopping.

Features

  • ✅ Create custom aliases (you choose the prefix)
  • ✅ Create random aliases (generated automatically)
  • ✅ List all your aliases with status
  • ✅ Enable/disable aliases on demand
  • ✅ Smart hostname detection (auto-suggests alias based on website)
  • ✅ Multiple mailbox support
  • Create contacts & get reverse aliases (reply to forwarded emails)
  • List contacts for any alias
  • ✅ Secure API key management

Prerequisites

  1. SimpleLogin account - Sign up at https://simplelogin.io
  2. API key - Generate in SimpleLogin dashboard → API Keys
  3. Store API key securely - Use environment variable or password manager

Installation

# Install via ClawHub (when published)
clawhub install simplelogin-cli

# Or clone manually
git clone https://github.com/mcclawd/simplelogin-cli.git

Configuration

Option 1: Environment Variable (Quick)

export SIMPLELOGIN_API_KEY="your-api-key-here"

Option 2: Bitwarden/Password Manager (Recommended)

Store your API key in your password manager:

  • Name: SimpleLogin API Key
  • Custom Field: api_key = your API key

The skill will automatically retrieve this if Warden or similar credential management is available.

Usage

Create a Custom Alias

# Create alias with your chosen prefix
simplelogin create shopping
# → shopping@yourdomain.com

# With note
simplelogin create amazon --note "Amazon purchases"
# → amazon@yourdomain.com

# For specific website
simplelogin create --for github.com
# → github-xyz@simplelogin.com

Create Reverse Alias (Send-From)

Reverse aliases let you send emails FROM your alias identity. Create a contact for each recipient:

# Create contact for a recipient
simplelogin contact-create shopping@example.com amazon-support@amazon.com
# → Reverse alias: abc123@simplelogin.co
# → Send emails to this address → forwards through shopping@example.com

# With JSON output (for automation)
export SIMPLELOGIN_JSON=true
simplelogin contact-create shopping@example.com vendor@company.com
# → Returns full JSON with reverse_alias and reverse_alias_address

How it works:

  1. contact-create calls SimpleLogin API: POST /api/aliases/{id}/contacts
  2. API returns reverse_alias field with obfuscated address
  3. Send email to reverse alias → forwards through your alias → appears from alias

Use case: Enable refund requests, support inquiries, or any email sending from hidden identity.

Create a Random Alias

# Generate random alias
simplelogin random
# → random_word123@simplelogin.com

# With note
simplelogin random --note "Newsletter signup"

List Aliases

# Show recent aliases
simplelogin list

# Show all
simplelogin list --all

# Filter by domain
simplelogin list --domain simplelogin.com

List Contacts for an Alias

# Show all contacts (recipients) for an alias
simplelogin contact-list shopping@example.com
# → amazon-support@amazon.com → abc123@simplelogin.co
# → support@store.com → xyz789@simplelogin.co

Manage Aliases

# Disable alias
simplelogin disable shopping@yourdomain.com

# Enable alias
simplelogin enable shopping@yourdomain.com

# Delete alias
simplelogin delete shopping@yourdomain.com

Create Contacts & Get Reverse Aliases

When you receive a forwarded email and want to reply to the sender, you need to create a contact for your alias. This gives you a reverse alias email address that forwards through your alias.

# Create contact for an alias (get reverse alias)
simplelogin contact-create <alias_email> <contact_email>
# → Reverse alias: xxxxx@simplelogin.co
# → Send emails to this address → forwards through your alias

# List all contacts for an alias
simplelogin contact-list <alias_email>
# → support@example.com → xxxxx@simplelogin.co

Use case: You signed up for a service using shopping@yourdomain.com. They sent an email to your real mailbox. To reply, create a contact:

simplelogin contact-create shopping@yourdomain.com support@example.com
# → Reverse alias: bncxsoitvfvzjlxtohfzzq@simplelogin.co

# Now send your reply to the reverse alias
echo "My reply" | mail -s "Re: Your subject" bncxsoitvfvzjlxtohfzzq@simplelogin.co

The email will appear to come from shopping@yourdomain.com, keeping your real mailbox private.

API Reference

simplelogin create [prefix]

Create a custom alias.

Options:

  • prefix - The alias prefix (before @)
  • --note, -n - Add a note/description
  • --for, -f - Suggest alias based on hostname (e.g., amazon.com)
  • --mailbox, -m - Specify mailbox ID (default: first available)

Examples:

simplelogin create shopping
simplelogin create amazon --note "Prime member"
simplelogin create --for netflix.com --note "Streaming"

simplelogin random

Create a random alias.

Options:

  • --note, -n - Add a note/description
  • --word, -w - Use word-based random (default: uuid-style)
  • --mailbox, -m - Specify mailbox ID

Examples:

simplelogin random
simplelogin random --note "Forum signup"
simplelogin random --word

simplelogin contact-create <alias> <contact>

Create a contact (recipient) for an alias, enabling you to send emails FROM the alias identity.

Arguments:

  • alias - The alias email address
  • contact - The recipient email address

Returns: reverse_alias - Send emails to this address to send from your alias

Options:

  • (JSON mode) Set SIMPLELOGIN_JSON=true for full JSON response

Examples:

simplelogin contact-create amazon@alias.com refunds@merchant.com
simplelogin create --for nordvpn.com support@nordvpn.com  # Auto-suggests alias

simplelogin contact-list <alias>

List all contacts (recipients) configured for an alias.

Arguments:

  • alias - The alias email address

Returns: List of contact emails and their reverse aliases

simplelogin list

List your aliases.

Options:

  • --all, -a - Show all aliases (not just recent)
  • --domain, -d - Filter by domain
  • --enabled - Show only enabled
  • --disabled - Show only disabled

simplelogin disable|enable|delete <alias>

Manage existing aliases.

Examples:

simplelogin disable shopping@yourdomain.com
simplelogin enable shopping@yourdomain.com
simplelogin delete temp@simplelogin.com

simplelogin contact-create <alias> <contact>

Create a contact for an alias and get the reverse alias address.

Arguments:

  • alias - Your alias email (e.g., shopping@yourdomain.com)
  • contact - The contact's email address (e.g., support@vendor.com)

Examples:

simplelogin contact-create shopping@yourdomain.com support@vendor.com
# → Contact already exists for support@vendor.com
# → Reverse alias: bncxsoitvfvzjlxtohfzzq@simplelogin.co
# → Send emails to this address → forwards through shopping@yourdomain.com

What is a reverse alias? A reverse alias is a special email address that, when you send to it, forwards through your SimpleLogin alias and appears to come from your alias (hiding your real mailbox). This is how you reply to emails that were forwarded to you.

simplelogin contact-list <alias>

List all contacts for an alias with their reverse aliases.

Arguments:

  • alias - Your alias email

Examples:

simplelogin contact-list shopping@yourdomain.com
# → support@vendor.com → bncxsoitvfvzjlxtohfzzq@simplelogin.co
# → info@newsletter.com → atltfoczaqdtplypkciksufkpsnjpiqzvrnqrfptjjyxgomx@simplelogin.co

Agent/JSON Mode

For programmatic use (agents, scripts), set SIMPLELOGIN_JSON=true:

export SIMPLELOGIN_JSON=true
simplelogin create shopping --note "Test"
# → {"email":"shopping@yourdomain.com","id":12345,"status":"created"}

Security Notes

  • 🔐 API keys are never stored in the skill - Always use environment variables or password managers
  • 🔐 Aliases are private - SimpleLogin doesn't log or sell your data
  • 🔐 Open source - SimpleLogin code is auditable at https://github.com/simple-login

Troubleshooting

"API key not found"

Make sure you've set the SIMPLELOGIN_API_KEY environment variable or stored the key in your password manager.

"No suffixes available"

Check your SimpleLogin account status. Free accounts have limited suffixes.

Emails going to spam

This is normal for test emails. Gmail may flag programmatic emails. Check your spam folder.

Contributing

Contributions welcome! Please follow the existing code style and add tests for new features.

License

MIT License - See LICENSE file

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.16%
按下载量换算1,672

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills