sms-verify-code-assistant

短信验证码查询助手(Python3实现)。通过手机号查询最新短信验证码,返回验证码、短信内容和发送时间。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sms-verify-code-assistant" with this command: npx skills add romicboy/sms-verify-code-assistant

短信验证码查询助手 (Python3)

功能

  • 验证码查询:通过手机号查询最新短信验证码
  • 详细信息:返回验证码、短信内容和发送时间
  • 格式化输出:清晰展示查询结果
  • 调试模式:显示API请求和响应详情

首次配置

使用前需要配置 API Token:

openclaw config set env.vars.SMS_AUTH_TOKEN <你的token>

重启 gateway 后生效。

环境变量校验

python3 scripts/validate_env.py
  • 返回 0 且显示 ✅ SMS_AUTH_TOKEN 已配置 表示配置成功
  • 返回 1 且显示 ❌ SMS_AUTH_TOKEN 未配置 表示未配置

通过 openclaw skills check 检查全部 skill 状态:

openclaw skills check

使用方式

命令格式

python3 scripts/sms_verify_code.py [--debug] <手机号>

示例

基本查询

python3 scripts/sms_verify_code.py 13888888888

调试模式

python3 scripts/sms_verify_code.py 13888888888 --debug

输出格式

成功示例

查询手机号: 13888888888
========================================
           短信验证码查询结果
========================================
手机号: 13888888888
验证码: 302476
短信内容: 登录短信验证码:302476
发送时间: 2026-03-25 17:50:45
========================================
=== 查询完成 ===

错误示例

查询手机号: 13888888888
查询失败: 未配置环境变量 SMS_AUTH_TOKEN

技术要求

  • Python 3.x
  • 标准库 urllib
  • 有效的 Authorization token(配置在 SMS_AUTH_TOKEN 环境变量中)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Stable Browser

Set up reliable browser automation using Chrome DevTools Protocol (CDP) instead of the flaky browser extension relay. Use when browser relay keeps disconnect...

Registry SourceRecently Updated
Coding

Claw Canvas

A virtual canvas for OpenClaw to output content and visualize its thinking during development.

Registry SourceRecently Updated
Coding

Repo Kanban PM

Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a...

Registry SourceRecently Updated
Coding

Auto Clipper

Automatically create clips and videos from media files in a specified folder. Uses Agent Swarm for intelligent task delegation and supports cron-based schedu...

Registry SourceRecently Updated