Install
$ agentstack add skill-sethyuan-orcanote-agent-skills-orcanote-template ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
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:
- 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: ``
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:
- Call
create_page(name="Daily Log Template") - Apply the
Templatetag by calling theinsert_tagstool. - 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
- Source: sethyuan/orcanote-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.