orcanote-template
SKILL.md
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:
- Create the Page: Use the
create_pagetool to create a new page that will serve as your template. - Tag as Template: Add the tag
Templateusing theinsert_tagstool to the newly created page. This tag is essential for Orca Note to recognize and list the page as a template. - 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: <% date:natural_language_description %>
Examples:
- Today's date:
<% date:today %> - Specific day:
<% date:Friday %> - Relative date:
<% date:next Monday %>
Time Variables
Insert time placeholders using the following syntax: <% time:natural_language_description[:format] %>
The format parameter is optional. If provided, use standard time format strings (e.g., HH:mm).
Examples:
- Current time:
<% time:now %> - Custom format:
<% time:one hour later:HH:mm %> - Relative time:
<% time:tomorrow morning %>
Usage Example
When asked to "create a daily log template", you should:
- Call
create_page(name="Daily Log Template") - Apply the
Templatetag by calling theinsert_tagstool. - Add content such as:
# Log for <% date:today %> Start Time: <% time:now:HH:mm %> ## Tasks - ...
Weekly Installs
3
Repository
sethyuan/orcano…t-skillsGitHub Stars
2
First Seen
14 days ago
Security Audits
Installed on
github-copilot3
codex3
kimi-cli3
gemini-cli3
cursor3
amp3