← Back to Skills Marketplace
gillescv

Inr Sender

by gillesCV · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install inr-sender
Description
Envoie le résultat de l'INR (International Normalized Ratio) à un centre de télémédecine spécialisé ou pour un test. Utilise ce skill lorsque Gilles souhaite...
README (SKILL.md)

INR Sender Skill

Ce skill permet d'envoyer votre valeur INR à une adresse e-mail prédéfinie ou à une adresse de test.

Utilisation

Pour envoyer votre INR : inr-sender \x3Cvaleur_inr> [--test]

  • \x3Cvaleur_inr> : La valeur numérique de votre INR (ex: 2.5).
  • --test (optionnel) : Si présent, l'e-mail sera envoyé à [email protected] pour un test. Sinon, il sera envoyé à [email protected].

Message envoyé

Le message aura le format suivant : "Bonjour, aujourd'hui (date du jour) mon INR était de [valeur_inr] (automesure). Merci et bonne journée, Gilles Harpoutian né le 16/07/1974"

Script (scripts/send_inr.sh)

Le skill utilise le script scripts/send_inr.sh pour formater et envoyer l'e-mail.

Usage Guidance
Before installing or using this skill, consider these points: - The script calls /root/go/bin/gog — the skill did not declare that binary. Confirm whether 'gog' is installed, where it is installed, and how it's authenticated; otherwise the skill will fail or require privileged setup. - The script hard-codes sender account ([email protected]) and recipient addresses ([email protected] and a Gmail test address). Verify you consent to sending sensitive health data (INR + name + date of birth) to those addresses and that the addresses are correct and authorized. - The skill does not declare or request credentials, but it implicitly needs authentication for the Gmail account. Ask the publisher how credentials are supplied and stored by 'gog' — do not provide credentials without understanding storage and access controls. - Prefer a version that allows configurable sender/recipient and omits or anonymizes DOB, or that documents installation steps (how to install/authenticate 'gog') and where credentials are kept. - If you cannot verify the 'gog' tool and the account setup, test in an isolated environment and avoid using real personal health data or real accounts until you confirm behavior. If you need help verifying the gog binary, or rewriting the script to avoid hard-coded sensitive data, provide the environment details and I can suggest safer alternatives.
Capability Analysis
Type: OpenClaw Skill Name: inr-sender Version: 1.0.0 The skill is a specialized automation tool designed to send medical INR (International Normalized Ratio) results to a healthcare provider (aphp.fr) or a personal test address. It uses a bash script (scripts/send_inr.sh) to format a message containing the user's name, date of birth, and test value, then dispatches it via a local Gmail utility. The functionality is transparently documented and aligns perfectly with its stated purpose.
Capability Assessment
Purpose & Capability
The skill's purpose (emailing an INR value) is simple and coherent with the included script, but the metadata claims no required binaries or credentials while the script calls /root/go/bin/gog and specifies a fixed --account value ([email protected]). The missing declaration of that binary/credential is an inconsistency.
Instruction Scope
SKILL.md and the script only perform email sending, which is in-scope. However the script hard-codes recipient addresses ([email protected] and [email protected]) and includes highly sensitive personal data (full name and date of birth). It also assumes a particular locale and environment (LC_TIME fr_FR.UTF-8) and a specific binary path, which broadens its implicit scope and risk.
Install Mechanism
There is no install spec (instruction-only), but the script depends on an external tool at /root/go/bin/gog. Expecting an unlisted binary at a root-owned path is risky and likely to cause failures or require elevated setup. The skill should declare/install (or at least require) the gog tool instead of assuming its presence.
Credentials
The package declares no required environment variables or credentials, yet the script uses a specific Gmail account (--account [email protected]) and therefore implicitly requires authentication/credentials for that account in the 'gog' tool. This mismatch is disproportionate and unexplained. Also, transmitting health data is sensitive and needs explicit consent/accountability.
Persistence & Privilege
The skill is user-invocable and not flagged always:true; it does not claim persistent/system-wide privileges or modify other skills. However, the script's use of a root-path binary suggests it assumes a particular installation location and privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install inr-sender
  3. After installation, invoke the skill by name or use /inr-sender
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of INR Sender Skill: - Permet d’envoyer la valeur INR de l’utilisateur par e-mail à un centre de télémédecine spécialisé ou pour un test. - Commande simple : `inr-sender <valeur_inr> [--test]`. - En mode test, envoi à `[email protected]` ; sinon, à `[email protected]`. - Format de message standardisé incluant valeur INR, date, et informations personnelles pour identification. - Utilise un script dédié (`scripts/send_inr.sh`) pour l’envoi des e-mails.
Metadata
Slug inr-sender
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Inr Sender?

Envoie le résultat de l'INR (International Normalized Ratio) à un centre de télémédecine spécialisé ou pour un test. Utilise ce skill lorsque Gilles souhaite... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Inr Sender?

Run "/install inr-sender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Inr Sender free?

Yes, Inr Sender is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Inr Sender support?

Inr Sender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Inr Sender?

It is built and maintained by gillesCV (@gillescv); the current version is v1.0.0.

💬 Comments