note-management

Automate Blinko note creation, search, sharing, and daily reviews via CLI.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/imbatony/copilot-tools --skill note-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note-management
Source: https://github.com/imbatony/copilot-tools/tree/main/.github/skills/note-management
Command: npx skills add https://github.com/imbatony/copilot-tools --skill note-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Blinko-based note management consolidates personal ideas, notes, and tasks into a single CLI workflow, reducing context-switching and manual logging.

Core Features & Use Cases

  • Create flashes, notes, and todos via a simple CLI.
  • Search, filter, and retrieve notes; perform daily reviews and manage recycled items.
  • Share notes securely and manage visibility with optional passwords.

Quick Start

Run the blinko CLI script with a command like flash, note, or search to manage your notes.

Frequently Asked Questions about note-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Blinko note management from the command line?

Automating Blinko note management from the command line is achieved by running a Python CLI client that communicates with the Blinko API to create flashes, notes, and todos, search with filters, and perform daily reviews.

What environment variables do I need to configure for Blinko API automation?

Configuring Blinko API automation requires setting the BLINKO_DOMAIN and BLINKO_TOKEN or API key environment variables to authenticate the Python client and enable command-line note management operations.

Can I share notes and manage visibility using the Blinko CLI?

Sharing notes and managing visibility using the Blinko CLI is supported, allowing you to securely share notes and apply optional passwords to control access directly from the command line.

What is the best way to search and filter Blinko notes via API?

The best way to search and filter Blinko notes via API is using the search command in the CLI, which retrieves notes based on specific filters and handles recycle-bin items for daily reviews.

Does Blinko CLI support creating todos and flashes in addition to standard notes?

Blinko CLI supports creating todos and flashes in addition to standard notes, consolidating personal ideas, tasks, and daily logging into a single automated workflow to reduce context-switching.

How does the CLI handle invalid input when creating Blinko notes?

The CLI handles invalid input when creating Blinko notes by applying robust input validation with clear error handling, ensuring that malformed API requests are caught before execution.