← Back to Skills Marketplace
Free Mobile SMS
by
Damien Clauzel
· GitHub ↗
· v0.0.1
760
Downloads
2
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install freemobile-sms
Description
Envoyer des SMS à ton humain via Free Mobile
README (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 MobileFREEMOBILE_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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install freemobile-sms - After installation, invoke the skill by name or use
/freemobile-sms - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
Publication initiale.
Metadata
Frequently Asked Questions
What is Free Mobile SMS?
Envoyer des SMS à ton humain via Free Mobile. It is an AI Agent Skill for Claude Code / OpenClaw, with 760 downloads so far.
How do I install Free Mobile SMS?
Run "/install freemobile-sms" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Free Mobile SMS free?
Yes, Free Mobile SMS is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Free Mobile SMS support?
Free Mobile SMS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Free Mobile SMS?
It is built and maintained by Damien Clauzel (@dclauzel); the current version is v0.0.1.
More Skills