Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
iswalle avatar

Getnote Tag

  • 971 installs
  • 165 repo stars
  • Updated July 27, 2026
  • iswalle/getnote-cli

getnote-tag is a Claude Code skill (version 0.3.0) that manages note tags in Get笔记 via the getnote CLI for developers who need to add, list, and remove structured tags from agent workflows.

About

getnote-tag is an iswalle/getnote-cli skill at version 0.3.0 for managing tags on Get笔记 notes through the authenticated getnote CLI. Commands include getnote tag list, getnote tag add, and tag removal, with JSON output options and three tag types: ai (auto-generated), manual (user-added), and system (non-deletable). Developers reach for getnote-tag when agents must organize note libraries, audit existing tags on a note ID, or apply consistent manual labels during automated documentation or research capture workflows.

  • Three core commands: tag list, tag add, and tag remove
  • Returns structured JSON output with tag ID, name, and type (ai/manual/system)
  • Requires numeric tag ID for removal (always list first)
  • Prevents deletion of protected system tags
  • Zero-install agent handoff pattern using getnote CLI

Getnote Tag by the numbers

  • 971 all-time installs (skills.sh)
  • +30 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #1,127 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/iswalle/getnote-cli --skill getnote-tag

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs971
repo stars165
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositoryiswalle/getnote-cli

How do you manage tags on Get笔记 notes?

Add, list, and remove structured tags on notes inside the Get笔记 system from within agent workflows.

Who is it for?

Developers using the getnote CLI who need programmatic tag management on Get笔记 notes from agents or scripts.

Skip if: Developers not using Get笔记 or the getnote CLI who need generic markdown or Obsidian tag workflows instead.

When should I use this skill?

User wants to add, list, or remove tags on Get笔记 notes via getnote tag commands in an authenticated CLI session.

What you get

Updated note tag lists with ai, manual, or system tag types via getnote CLI

  • Updated note tag assignments
  • JSON tag listing for note IDs

By the numbers

  • Skill version 0.3.0 in getnote-cli repo
  • Supports 3 tag types: ai, manual, and system

Files

SKILL.mdMarkdownGitHub ↗

getnote-tag Skill

Add, list, and remove tags on notes.

Prerequisites

  • getnote CLI installed and authenticated (getnote auth status should show "Authenticated")

Commands

List tags on a note

getnote tag list <note_id>

Returns all tags with their IDs and types.

Tag types:

  • ai — auto-generated by AI
  • manual — added by the user
  • system — system tag (cannot be deleted)
getnote tag list 1896830231705320746
getnote tag list 1896830231705320746 -o json

---

Add a tag

getnote tag add <note_id> <tag>
getnote tag add 1896830231705320746 工作

---

Remove a tag

getnote tag remove <note_id> <tag_id>
⚠️ Requires tag ID (integer from tag list), not tag name.
⚠️ system type tags cannot be removed.
# Step 1: get tag IDs
getnote tag list 1896830231705320746 -o json

# Step 2: remove by tag ID
getnote tag remove 1896830231705320746 123

---

Agent Usage Notes

  • tag list -o json returns {"note_id":"...","tags":[{"id":"...","name":"...","type":"..."}]} (flat, no success wrapper).
  • tag remove takes a numeric tag ID, not a name — always call tag list first.
  • To replace all tags at once, use getnote note update --tag "tag1,tag2" instead.
  • Exit code 0 = success; non-zero = error. Error details go to stderr.

Related skills

FAQ

What tag types does getnote-tag support?

getnote-tag supports three tag types on Get笔记 notes: ai tags auto-generated by AI, manual tags added by the user, and system tags that cannot be deleted. Use getnote tag list to inspect types and IDs.

What prerequisites does getnote-tag need?

getnote-tag requires the getnote CLI installed and authenticated. Run getnote auth status to confirm Authenticated status before using getnote tag add, list, or remove commands on note IDs.

Is Getnote Tag safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.