← Back to Skills Marketplace
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toolweb-remindy
Description
Email and browser push notification reminders delivered 15 minutes before scheduled events.
Usage Guidance
This skill appears to be API documentation for a hosted reminder service rather than runnable code; however important trust and operational details are missing. Before installing or using it: 1) Ask the publisher for the service base URL and an explanation of how authentication is performed (API key, OAuth, etc.). Do not paste secrets into chat. 2) Verify the publisher/source (there is no homepage and source is unknown); prefer skills from known providers. 3) If you plan to integrate, test against a staging/dummy account first and confirm TLS and authentication. 4) Treat any prompts from the agent requesting credentials or tokens as sensitive — prefer to provide short-lived tokens and revoke them after testing. 5) If you need a hosted reminder service, consider a provider with documented security (privacy policy, contact, and published base URLs) or implement server-side components under your control. These gaps make the skill suspicious but not definitively malicious; additional information about the service operator and its authentication model would raise confidence.
Capability Analysis
Type: OpenClaw Skill
Name: toolweb-remindy
Version: 1.0.0
The skill bundle defines a standard reminder service ("Remindy") providing email and browser push notifications. The SKILL.md and openapi.json files describe typical CRUD operations for reminders and subscription management without any evidence of malicious intent, data exfiltration, or prompt injection. All functionality is consistent with the stated purpose of a notification utility.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description match the included API docs (endpoints for creating/listing reminders, push subscription, VAPID key). However the package provides only documentation (no host URL, no security scheme, no required credentials) while the pricing and hosted-service language imply an external, authenticated API. A real production reminder service would normally publish a base server URL and an authentication mechanism (API key, OAuth) — their absence is unexpected.
Instruction Scope
SKILL.md is a specification-style usage doc and does not instruct the agent to read local files, environment variables, or system state, nor to run shell commands. It stays within the scope of describing HTTP endpoints and request/response shapes. However the docs reference relative endpoints (e.g., /api/reminders/create) without a base URL, which would force an agent or integrator to guess or request a host, creating ambiguity.
Install Mechanism
There is no install specification and no code files to be written to disk. Instruction-only skills are lower risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. That is reasonable for a pure documentation/spec asset, but surprising for a service that sends email and push notifications: production use normally requires API keys, SMTP credentials, or similar secrets. The lack of declared auth could lead integrators or agents to supply credentials in an ad-hoc way, which is risky.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not request system or other-skill configuration modifications. Autonomous invocation is allowed by default but is not combined with other high-privilege requests here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toolweb-remindy - After installation, invoke the skill by name or use
/toolweb-remindy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Remindy - Smart Reminder Service v1.0.0
- Initial release of Remindy, a smart reminder service for email and browser push notifications.
- Supports creating, listing, and deleting reminders with timezone awareness.
- Provides endpoints for push subscription management, including VAPID key retrieval.
- Notifications are delivered 15 minutes before scheduled events.
- Flexible plans and detailed API documentation available for seamless integration.
Metadata
Frequently Asked Questions
What is Remindy?
Email and browser push notification reminders delivered 15 minutes before scheduled events. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Remindy?
Run "/install toolweb-remindy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Remindy free?
Yes, Remindy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Remindy support?
Remindy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Remindy?
It is built and maintained by ToolWeb (@krishnakumarmahadevan-cmd); the current version is v1.0.0.
More Skills