orcanote-date

Guide for obtaining the date of a set of blocks in Orca Note, or a UNIX timestamp in seconds of now or today.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orcanote-date" with this command: npx skills add sethyuan/orcanote-agent-skills/sethyuan-orcanote-agent-skills-orcanote-date

Block Date Extraction Guide

This skill provides instructions on how to determine the temporal context (date) of specific blocks in Orca Note.

Procedure

  1. Call Tool: Use the get_page tool to query the page containing the target blocks.
  2. 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 Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

orcanote-reminder

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

orcanote-markdown

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

orcanote-query

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

orcanote-whiteboard

No summary provided by upstream source.

Repository SourceNeeds Review