view-note

The user wants to view the full content of a specific note.

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 "view-note" with this command: npx skills add ryzencool/dinox-cli-skills/ryzencool-dinox-cli-skills-view-note

View Dinox Note

The user wants to view the full content of a specific note.

Instructions

  • Get the note ID from $ARGUMENTS or ask the user

  • Fetch the full note details

  • Present the note content in a readable format

Commands

Get full note details (with content):

dino note detail $ARGUMENTS --json

Get note summary (without full content):

dino note get $ARGUMENTS --json

Presenting the Note

Display the note with clear formatting:

  • Title prominently displayed

  • Tags listed if present

  • Card Boxes listed if present

  • Created / Updated dates

  • Content rendered as Markdown

  • Type and other metadata if relevant

If the note has is_del: 1 , inform the user it has been soft-deleted.

Error Handling

  • If no ID is provided, ask the user or suggest searching first with /search-notes

  • If note is not found, suggest searching for it

  • If the ID looks wrong (too short, etc.), suggest running a search

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.

Coding

Todoist CLI Skill

Manage tasks and projects in Todoist using the Official Todoist CLI tool (https://github.com/Doist/todoist-cli). Use when user asks about tasks, to-dos, remi...

Registry SourceRecently Updated
Coding

Claw Insights Install

Install and run Claw Insights, a read-only observability dashboard that monitors your OpenClaw agent with zero intrusion — no code changes, no cloud dependen...

Registry SourceRecently Updated
Coding

Wip Release

One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.

Registry SourceRecently Updated
Coding

You.com Web Search & Research API

Integrate You.com APIs (Research, Search, Contents) into any language using direct HTTP calls — no SDK required. - MANDATORY TRIGGERS: YDC API, You.com API i...

Registry SourceRecently Updated