← 返回 Skills 市场
gillescv

Inr Sender

作者 gillesCV · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install inr-sender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /inr-sender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug inr-sender
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Inr Sender?

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

Inr Sender 是免费的吗?

是的,Inr Sender 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Inr Sender 支持哪些平台?

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

谁开发了 Inr Sender?

由 gillesCV(@gillescv)开发并维护,当前版本 v1.0.0。

💬 留言讨论