# Orcanote Template

> Guide for creating reusable templates in Orca Note with optional dynamic date and time variables.

- **Type:** Skill
- **Install:** `agentstack add skill-sethyuan-orcanote-agent-skills-orcanote-template`
- **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-template

## Install

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

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

## About

# Orca Note Templates

This skill provides a standard workflow for creating and managing reusable block templates within Orca Note.

## Template Creation Workflow

To create a new template, follow these sequential steps:

1.  **Create the Page**: Use the `create_page` tool to create a new page that will serve as your template.
2.  **Tag as Template**: Add the tag `Template` using the `insert_tags` tool to the newly created page. This tag is essential for Orca Note to recognize and list the page as a template.
3.  **Define Content**: Insert the desired structure and boilerplate text into the page.

## Dynamic Template Variables

Orca Note templates support dynamic variables that resolve automatically when new blocks are generated from the template.

### Date Variables

Insert date placeholders using the following syntax: ``

**Examples:**
- Today's date: ``
- Specific day: ``
- Relative date: ``

### Time Variables

Insert time placeholders using the following syntax: ``

The `format` parameter is optional. If provided, use standard time format strings (e.g., `HH:mm`).

**Examples:**
- Current time: ``
- Custom format: ``
- Relative time: ``

## Usage Example

When asked to "create a daily log template", you should:

1. Call `create_page(name="Daily Log Template")`
2. Apply the `Template` tag by calling the `insert_tags` tool.
3. Add content such as:
   ```markdown
   # Log for 
   Start Time: 
   ## Tasks
   - ...
   ```

## 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-template
- 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%.
