Install
$ agentstack add skill-sethyuan-orcanote-agent-skills-orcanote-date ✓ 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
Block Date Extraction Guide
This skill provides instructions on how to determine the temporal context (date) of specific blocks in Orca Note.
Procedure
- Call Tool: Use the
get_pagetool to query the page containing the target blocks. - Extract Date: If returned page name of a block can be interpreted as a date, use it as the block's date, otherwise it means the block does not have a date.
UNIX Timestamp Guide
Use the following commands to get the required UNIX timestamp (in seconds).
Now
Run the following command:
date +%s
Today (00:00 Local Time)
Run the following command:
date -v0H -v0M -v0S +%s
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.