← Back to Skills Marketplace
yusaku-0426

Notes Reminders

by yusaku-0426 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
545
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install notes-reminders
Description
Manage quick notes and time-based reminders.
Usage Guidance
Do not install this skill as-is. The SKILL.md expects Node scripts (scripts/notes.js, scripts/reminders.js) that are not included and describes sending reminder messages to a channel ID without declaring any API/token requirements. Ask the publisher for the full source (the scripts), an explanation of which messaging service the channel ID refers to, and which environment variables (e.g., SLACK_BOT_TOKEN) are required. Verify the scripts' contents before running them. If you need this functionality, prefer a skill that includes code or a hosted integration with clear auth instructions. If you must test, run in a strict sandbox and do not provide production credentials until you have reviewed the code.
Capability Analysis
Type: OpenClaw Skill Name: notes-reminders Version: 1.0.0 The skill bundle's metadata (`_meta.json`) and instructions (`SKILL.md`) describe a standard notes and reminders management system. The `SKILL.md` provides clear, functional instructions for the AI agent to execute local Node.js scripts (`scripts/notes.js`, `scripts/reminders.js`) and handle reminder notifications, including sending messages to specified channels. There is no evidence of prompt injection attempting to manipulate the agent for malicious purposes, nor any instructions for data exfiltration, unauthorized execution, or persistence mechanisms. The described behavior is entirely aligned with the stated purpose of the skill.
Capability Assessment
Purpose & Capability
The skill claims to manage notes and reminders, which plausibly requires local scripts and a way to post reminder messages to a channel. However the registry lists no code files and no required environment variables or binaries. The SKILL.md's metadata references scripts (scripts/notes.js, scripts/reminders.js) that are not present in the manifest — this is a direct mismatch between claimed capability and provided artifacts.
Instruction Scope
Runtime instructions tell the agent to run 'node scripts/notes.js' and 'node scripts/reminders.js', including a check-and-fire flow that sends messages to a channel ID (C0AHBLQ0P32). The instructions do not explain how channel posting is authenticated or which service (Slack or other) is being used. They also assume a Node runtime is available but no binary requirement is declared. Directing the agent to execute non-existent scripts and to post messages to an external channel is out of scope for the provided package.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in general. But because the SKILL.md references local scripts that are missing, an agent might fail or attempt to fetch/run other commands at runtime. The absence of included scripts is an integrity problem rather than an installer risk.
Credentials
The skill declares no required environment variables or primary credential, yet its workflow requires sending messages to a channel (channel ID format resembles Slack). Posting to channels normally requires API tokens (e.g., SLACK_BOT_TOKEN) and possibly additional config. The omission of any credential requirements is disproportionate and unexplained.
Persistence & Privilege
always is false and the skill does not request elevated persistence. Autonomous invocation is allowed but that is the platform default; there are no indicators the skill seeks permanent system-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install notes-reminders
  3. After installation, invoke the skill by name or use /notes-reminders
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of notes-reminders - Add scripts for managing quick notes (add, search) - Add scripts for creating and managing time-based reminders (add, list, check-and-fire) - Workflow for sending reminder messages to designated channels when due - Time handling: supports natural language requests in Asia/Tokyo timezone, converts to ISO 8601 format
Metadata
Slug notes-reminders
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Notes Reminders?

Manage quick notes and time-based reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 545 downloads so far.

How do I install Notes Reminders?

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

Is Notes Reminders free?

Yes, Notes Reminders is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Notes Reminders support?

Notes Reminders is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Notes Reminders?

It is built and maintained by yusaku-0426 (@yusaku-0426); the current version is v1.0.0.

💬 Comments