← 返回 Skills 市场
dclauzel

Free Mobile SMS

作者 Damien Clauzel · GitHub ↗ · v0.0.1
cross-platform ✓ 安全检测通过
760
总下载
2
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install freemobile-sms
功能描述
Envoyer des SMS à ton humain via Free Mobile
使用说明 (SKILL.md)

Envoyer des SMS à ton humain

Quand utiliser cette skill

Utilise cette skill quand tu veux envoyer un SMS à ton humain.

Exemple d’utilisation

  • scripts/FreeMobile_sms.py --message "Ton rendez-vous chez le dentiste est dans 1 heure" --timeout 15

Configuration

Le script d’envoi de SMS utilises ces variables d’environnement. Tu n’as rien à faire en plus.

  • FREEMOBILE_SMS_USER : identifiant Free Mobile
  • FREEMOBILE_SMS_API_KEY : clé API

Limitations

  • Maximum 200-250 SMS/jour (limite Free Mobile)
  • 160 caractères par SMS
  • Délai minimal 10 secondes entre envois
  • Envoi uniquement vers le numéro de l’abonné Free Mobile

Documentation

Consulte la documentation pour les détails.

安全使用建议
This skill appears to do what it says: it will send SMS to the Free Mobile account associated with the provided credentials. Before installing: 1) Verify you trust the skill owner (the API key lets the skill send SMS on your line). 2) Ensure the 'requests' Python package will be available in the runtime (or install it) so the script runs. 3) Keep the FREEMOBILE_SMS_API_KEY secret and rotate it if you suspect misuse. 4) If you do not want automated/unsupervised SMS sending, avoid allowing autonomous invocation or restrict when the skill can be used.
功能分析
Type: OpenClaw Skill Name: freemobile-sms Version: 0.0.1 The skill bundle is benign. It provides a Python script to send SMS via the legitimate Free Mobile API (`https://smsapi.free-mobile.fr/sendmsg`). It correctly retrieves authentication credentials (user, API key) from environment variables (`FREEMOBILE_SMS_USER`, `FREEMOBILE_SMS_API_KEY`) and uses the `requests` library to make HTTP GET requests. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution (e.g., shell injection, `eval`), persistence mechanisms, or prompt injection attempts against the AI agent in `SKILL.md`. All actions are aligned with the stated purpose of sending SMS messages.
能力评估
Purpose & Capability
Name/description, declared requirements (python3, FREEMOBILE_SMS_USER, FREEMOBILE_SMS_API_KEY) and the included Python script all align with the stated goal of sending SMS via the Free Mobile API.
Instruction Scope
SKILL.md instructs running the bundled Python script which only reads the two declared env vars and calls the Free Mobile API. No unrelated files, secrets, or system paths are accessed. Note: the script imports the 'requests' Python package but the registry metadata does not explicitly declare installing that dependency — this is a functionality gap (not a secret/exfil issue).
Install Mechanism
There is no external download/install spec in the registry (instruction-only). The SKILL.md metadata suggests installing python3 via Homebrew, which is a benign, standard instruction. No remote, opaque archives or personal servers are used.
Credentials
Only two environment variables are required (user and API key) and those are exactly what the Free Mobile API needs. The primaryEnv is correctly set to the API key. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide changes, and does not modify other skills' configuration. Autonomous invocation is allowed by default but is not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install freemobile-sms
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /freemobile-sms 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Publication initiale.
元数据
Slug freemobile-sms
版本 0.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Free Mobile SMS 是什么?

Envoyer des SMS à ton humain via Free Mobile. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 760 次。

如何安装 Free Mobile SMS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install freemobile-sms」即可一键安装,无需额外配置。

Free Mobile SMS 是免费的吗?

是的,Free Mobile SMS 完全免费(开源免费),可自由下载、安装和使用。

Free Mobile SMS 支持哪些平台?

Free Mobile SMS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Free Mobile SMS?

由 Damien Clauzel(@dclauzel)开发并维护,当前版本 v0.0.1。

💬 留言讨论