tag-organize-cli

Organize and normalize tags in WPS Notes collections via wpsnote-cli.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/dy9759/SkillCollection --skill tag-organize-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tag-organize-cli
Source: https://github.com/dy9759/SkillCollection/tree/main/skills/tag-organize-cli
Command: npx skills add https://github.com/dy9759/SkillCollection --skill tag-organize-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a repeatable, safe workflow to audit, diagnose, and reorganize messy or inconsistent tags in WPS 笔记 using system CLI commands, reducing retrieval friction and maintenance overhead while preserving note content integrity.

Core Features & Use Cases

  • Pre-flight connectivity check for wpsnote-cli and clear user guidance if the CLI or service is unavailable.
  • Lightweight discovery commands (stats, tags, find) for global diagnosis and targeted investigation to avoid full-volume reads.
  • Safe edit pattern requiring read-blocks before any write, batch-edit strategies, and post-change verification using tags and block reads.
  • Use cases: consolidate duplicate tag variants, repair layer hierarchies, rebalance tag granularity, and tag unlabelled notes without deleting content.

Quick Start

Ask the assistant to "Audit my WPS Notes tags with wpsnote-cli, produce a diagnosis and concrete consolidation plan, and list the exact read-and-edit steps you will perform."

Frequently Asked Questions about tag-organize-cli

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

FAQPage Schema
How do I consolidate duplicate WPS Notes tags and reduce tag clutter?

To consolidate duplicate WPS Notes tags, this Skill uses CLI-driven operations to audit global statistics, discover tag variants, and apply batch-safe edits. It requires wpsnote-cli connectivity and enforces a read-blocks-before-write safety pattern to preserve note content integrity during reorganization.

Can I batch edit WPS Notes tags via command line without deleting content?

Yes, you can batch edit WPS Notes tags via command line without deleting content. The Skill applies structured JSON arguments for targeted note inspection and batch-safe tag edits, requiring verification through tags and block reads post-change to ensure content remains intact while normalizing tag hierarchies.

What is the best way to audit and diagnose messy WPS Notes tags?

The best way to audit messy WPS Notes tags is using lightweight CLI discovery commands like stats, tags, and find. This Skill performs global diagnosis and targeted investigation to identify duplicate variants and rebalance tag granularity without requiring full-volume reads of your note collections.

Does WPS Notes tag reorganization require any specific environment setup?

Yes, WPS Notes tag reorganization requires the wpsnote-cli environment to be available. This Skill performs a pre-flight connectivity check for the CLI service before executing operations, providing clear user guidance if the required dependency is unavailable.

Why does editing WPS Notes tags require reading blocks before writing?

Reading blocks before writing is a mandatory safety pattern to prevent data loss during WPS Notes tag edits. This Skill enforces read-blocks-before-write operations and post-change verification using tags and block reads, ensuring structured JSON arguments are applied safely without corrupting existing note content.

How do I repair tag layer hierarchies and tag unlabelled notes in WPS Notes?

To repair tag layer hierarchies and tag unlabelled notes in WPS Notes, this Skill executes CLI-driven batch edits with structured JSON arguments. It applies targeted note inspection to identify unlabelled entries and normalizes hierarchical layers while maintaining strict content preservation.