topic-bookmarks-reorganizer-cn

topic-bookmarks-reorganizer-cn is a skill for Claude Code, Codex from YangsonHung/awesome-agent-skills. It costs 33 tokens per session (590 once invoked), scanned A, original, MIT.

A Chinese-language workflow for reorganizing one topic folder from a browser bookmark export. It groups links, removes duplicate URLs, and creates a Netscape HTML file that browsers can import.

In plain words
What is it for?
Use it to analyze a bookmark HTML file, choose a topic folder, reorganize its links and subfolders, remove duplicate URLs, and generate a report and final importable file.
Why use it?
It turns a cluttered bookmark topic into a smaller, clearer structure while keeping the result importable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyze a bookmark HTML file, choose a topic folder, reorganize its links and subfolders, remove duplicate URLs, and generate a report and final importable file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add YangsonHung/awesome-agent-skills --skill topic-bookmarks-reorganizer-cn
Clone the repo
git clone --depth 1 https://github.com/YangsonHung/awesome-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for topic-bookmarks-reorganizer-cn

README.md
[![agentmods](https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn/github.svg)](https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn)
Your own site
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for topic-bookmarks-reorganizer-cn

Your own site · 80×15
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/topic-bookmarks-reorganizer-cn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00590
Opus 5 $0.00016 $0.00295
Sonnet 5 $0.00007 $0.00118
Haiku 4.5 $0.00003 $0.00059

Measured 12d ago against content hash 0207f4ab2da8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

topic-bookmarks-reorganizer-cn scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/reorganize_topic_bookmarks.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/zh-cn/topic-bookmarks-reorganizer-cn/SKILL.md · 75 lines

What it actually says

Topic Bookmarks Reorganizer(中文)

Overview

把浏览器书签导出文件中的用户指定主题目录重整为更清晰、可导入的新 Netscape HTML 文件。流程会分析源文件、提取目标主题目录、重新归类链接和子目录、按 URL 去重,并保持输出可直接导入浏览器。

何时使用

当用户有以下需求时使用本技能:

  • 分析一个书签导出 HTML,并定位用户指定的主题目录
  • 重新分门别类该目录下的链接与子目录
  • 按 URL 去重
  • 输出只包含该主题目录的可导入 HTML

不要使用

以下场景不应使用本技能:

  • 输入不是浏览器书签导出 HTML
  • 用户仅需要文字建议,不需要处理文件
  • 用户需求与书签整理无关(如纯 JSON/PDF/Docx 处理)

使用说明

  1. 先向用户确认必要参数:
  • 输入书签文件路径
  • 主题目录名称
  • 输出文件路径
  1. 先跑分析与预览:
python3 scripts/reorganize_topic_bookmarks.py \
  --input /path/to/bookmarks.html \
  --output /tmp/topic-preview.html \
  --topic-folder "<topic-folder-name>" \
  --mode auto \
  --lang zh \
  --report /tmp/topic-report.json \
  --print-report
  1. 视情况调整参数:
  • --mode auto:自动选择分类策略
  • --mode generic:使用通用分类策略
  • --no-dedupe-url:不做 URL 去重
  1. 生成最终文件:
python3 scripts/reorganize_topic_bookmarks.py \
  --input /path/to/bookmarks.html \
  --output /path/to/topic-bookmarks-reorganized.html \
  --topic-folder "<topic-folder-name>" \
  --mode auto \
  --lang zh
  1. 交付前检查并汇报:
  • 确认输出文件存在
  • 汇总输入链接数、输出链接数、去重移除数
  • 确认输出仅包含一个顶层目录(目标主题目录)

输出要求

  • 输出必须是 Netscape 书签格式,可直接导入浏览器
  • 输出仅保留目标主题目录
  • 尽量保留原 <A ...> 属性(如 add-date/icon)
  • 目录结构按高层分类重组,便于后续维护
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 75 lines · 33 tokens per session scan A 0207f4ab2da8

Subscribe to this mod's changes

topic-bookmarks-reorganizer-cn is a skill published in the GitHub repository YangsonHung/awesome-agent-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 590 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ai-search-browser-use

Use this skill when a task needs AI-assisted web research via a real browser. Uses Chrome CDP (Chrome DevTools Protocol) as the primary automation method, with browser-use as fallback. Supports Gemini + Qwen queries with consolidated answers and citations.

JWCodeWrote/Agent_Skills_Plugin · 55 tokens

add-tavily-tool

Add Tavily Search and Extract as keyless remote MCP tools for selected NanoClaw agent groups. Use when installing Tavily web search or URL extraction without an API key.

nanocoai/nanoclaw · 41 tokens

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

nanocoai/nanoclaw · 51 tokens

browser-cdp

Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP…

zenstory-ai/oh-story-claudecode · 94 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 70 tokens

social-fetch

When you or another skill needs to fetch the content of a social media post by URL — tweet, X thread, LinkedIn post, Instagram post, TikTok video, Bluesky post, Reddit thread, Mastodon status, Threads post, Hacker News thread. Returns normalized structured data (author, postedat, text, engagement counts, media URLs…

coreyhaines31/makerskills · 205 tokens