# Orcanote Reminder

> Guide for creating and managing reminders in Orca Note. Use this skill when the user wants to set a reminder or schedule a task.

- **Type:** Skill
- **Install:** `agentstack add skill-sethyuan-orcanote-agent-skills-orcanote-reminder`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sethyuan](https://agentstack.voostack.com/s/sethyuan)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sethyuan](https://github.com/sethyuan)
- **Source:** https://github.com/sethyuan/orcanote-agent-skills/tree/main/skills/orcanote-reminder

## Install

```sh
agentstack add skill-sethyuan-orcanote-agent-skills-orcanote-reminder
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Orca Note Reminder Skill

This skill provides a standard workflow for creating reminders within Orca Note.

## Workflow

To create a reminder, follow these two steps:

1. **Insert Descriptive Content**: Use the `insert_markdown` tool to write the content of the reminder into the note.
2. **Tag the Reminder Block**: Use the `insert_tags` tool to apply a "Reminder" tag to the block, specifying its trigger time and recurrence properties.

## The Reminder Tag

The "Reminder" tag is used to define the scheduling logic. It supports the following properties:

| Property | Description | Required | Format/Units |
| :--- | :--- | :--- | :--- |
| `Date time` | The trigger date and time for the reminder. | **Yes** | Unix timestamp in seconds |
| `Repeat every` | The recurrence interval. Multiple intervals can be separated by commas (`,`). | No | `m,h,d,w,M,y` (min, hour, day, week, month, year) |
| `Repeat until` | The expiration date for recurring reminders. | No | Unix timestamp in seconds |

### Recurrence Units

When setting the `Repeat every` property, use these abbreviated units:
- `m`: Minute(s)
- `h`: Hour(s)
- `d`: Day(s) - e.g., `1d` for every day
- `w`: Week(s) - e.g., `1w` for every week
- `M`: Month(s) - e.g., `1M` for every month
- `y`: Year(s) - e.g., `1y` for every year

## Usage Examples

### Simple Reminder
1. `insert_markdown`: "Buy groceries"
2. `insert_tags`: `Reminder` with `Date time: 1771149600` (corresponds to 2026-02-15 18:00)

### Weekly Recurring Reminder
1. `insert_markdown`: "Team Sync Meeting"
2. `insert_tags`: `Reminder` with attributes:
   - `Date time`: `1770773400` (corresponds to 2026-02-11 09:30)
   - `Repeat every`: `"1w"`
   - `Repeat until`: `1798646400` (corresponds to 2026-12-31)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sethyuan](https://github.com/sethyuan)
- **Source:** [sethyuan/orcanote-agent-skills](https://github.com/sethyuan/orcanote-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sethyuan-orcanote-agent-skills-orcanote-reminder
- Seller: https://agentstack.voostack.com/s/sethyuan
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
