Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

每日提醒小管家

v1.0.0

智能提醒小管家,支持定时提醒、情绪联动提醒、场景化提醒。

1· 193·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 786793119/smart-reminder-companion.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "每日提醒小管家" (786793119/smart-reminder-companion) from ClawHub.
Skill page: https://clawhub.ai/786793119/smart-reminder-companion
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install smart-reminder-companion

ClawHub CLI

Package manager switcher

npx clawhub@latest install smart-reminder-companion
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description (smart reminder) aligns with requiring python3 and storing reminders locally, but the SKILL.md commands call python smart-reminder-companion.py even though no code files or install steps are included in the skill bundle. It's unclear whether the agent is expected to have that script preinstalled or fetch it from the GitHub homepage.
Instruction Scope
Instructions are narrowly scoped to adding/listing/deleting reminders and reference a local data file (~/.memory/reminders/reminders.json). They do not request other environment variables or instruct the agent to read unrelated system files or phone home. However, they do direct the agent to execute a local Python script if present.
Install Mechanism
No install spec (instruction-only). This is low-risk from an automatic-install perspective, but it relies on an external Python script that is not bundled — the origin of that script must be verified separately.
Credentials
The skill requests no credentials or environment variables. The only resource referenced is the user's home path for storing reminders, which is proportionate for a reminder tool. Still, storing data in ~/.memory may contain personal information and should be considered.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills/configs. The agent can invoke the skill autonomously (platform default); combined with the missing script, this means the agent might try to execute an external binary if it exists on the system — review before enabling autonomous runs.
What to consider before installing
This skill appears to be an instruction set for a local Python reminder script, but the package does not include that script. Before installing or enabling it: 1) Verify the GitHub homepage contains the actual smart-reminder-companion.py and review its source for unwanted behavior (network calls, data exfiltration, deletion). 2) If you plan to run the referenced Python script, inspect it and place it in a trusted location; do not run unknown Python code. 3) Be aware reminders will be stored under ~/.memory/reminders/reminders.json — back up or relocate if concerned about privacy. 4) If you enable autonomous invocation, consider restricting agent runtime permissions or deny autonomous use until you confirm the script's provenance. If you cannot find the script on the linked repo or don't trust the source, treat this skill as incomplete and avoid installing it.

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

Runtime requirements

Clawdis
OSLinux · macOS · Windows
Binspython3
latestvk9740g0rp0r8bgbh88bethj5zs836t7k
193downloads
1stars
1versions
Updated 9h ago
v1.0.0
MIT-0
Linux, macOS, Windows

每日提醒小管家 (Smart Reminder Companion)

你的私人智能提醒管家。

功能

  • 添加/删除提醒
  • 查看所有提醒
  • 启用/禁用提醒
  • 情绪联动建议
  • 天气相关提醒

使用示例

# 添加提醒
python smart-reminder-companion.py add "09:00" "起床啦~" daily

# 查看提醒
python smart-reminder-companion.py list

# 删除提醒
python smart-reminder-companion.py delete <ID>

数据存储

  • 提醒数据: ~/.memory/reminders/reminders.json

By Miya - 2026

Comments

Loading comments...