Free Mobile SMS

Envoyer des SMS à ton humain via Free Mobile

MIT-0 · Free to use, modify, and redistribute. No attribution required.
2 · 558 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.0.1
Download zip
latestvk973655rphe7esnr5j4hn7wjt5813fnn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

💬 Clawdis
Binspython3
EnvFREEMOBILE_SMS_USER, FREEMOBILE_SMS_API_KEY
Primary envFREEMOBILE_SMS_API_KEY

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.

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…