pickoo-your-favorites

pickoo-your-favorites is a skill for Claude Code, Codex from KristenPan/pickoo-your-favorites. It costs 82 tokens per session (789 once invoked), scanned A, original, MIT.

A local-first AI favorites assistant that turns public links and shared content into editable Markdown notes while preserving source evidence. It supports content from services such as Xiaohongshu, WeChat, Douyin, Bilibili, podcasts, music services, and ordinary webpages.

In plain words
What is it for?
Saving links, removing duplicates, extracting text with OCR, transcribing audio, organizing content into chapters, and reviewing saved evidence.
Why use it?
It keeps collected information searchable and editable without losing the original text, media, timestamps, or processing history.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 skill-source/save-to-favorites/scripts/save_link.py submit --wait --input '<complete share text>' --source-agent '<agent>' --input-channel agent-direct.

Good fit Saving links, removing duplicates, extracting text with OCR, transcribing audio, organizing content into chapters, and reviewing saved evidence.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/KristenPan/pickoo-your-favorites
agentmods
npx agentmods add skills/kristenpan/pickoo-your-favorites/redskill

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 pickoo-your-favorites

README.md
[![agentmods](https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/redskill/github.svg)](https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/redskill)
Your own site
<a href="https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/redskill"><img src="https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/redskill/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 pickoo-your-favorites

Your own site · 80×15
<a href="https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/redskill"><img src="https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/redskill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00082 $0.00789
Opus 5 $0.00041 $0.00394
Sonnet 5 $0.00016 $0.00158
Haiku 4.5 $0.00008 $0.00079

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

Security

Grade A, and why

pickoo-your-favorites 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.

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.

packaging/redskill/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pickoo!AI收藏夹助手

Pickoo is a complete local-first AI favorites assistant with a browser frontend, local Node.js server, shared task journal, and three bundled Agent Skills. It turns submitted public links into editable Markdown, source evidence, OCR text, timestamped transcripts, semantic chapters, and reusable ideas and content assets.

Pickoo is for anyone who collects information to remember, understand, or find inspiration. Creators are an important use case, not the product boundary.

The top-level pickoo-your-favorites Skill is the product entry point. The bundled save-to-favorites, creator-content-ingest, and asset-review-agent Skills are internal workflow components; do not present or invoke any one of them as a replacement for Pickoo.

What Pickoo does

  • Accepts complete share text or public links from Xiaohongshu, WeChat, Douyin, Bilibili, Xiaoyuzhou, music services, articles, podcasts, and general webpages.
  • Routes every new collection through one duplicate-aware intake before capture, OCR, ASR, semantic organization, and evidence review.
  • Preserves source text, media, timestamps, processing state, and user edits instead of replacing the source with an AI summary.
  • Provides a complete local browser interface for reading, playback, search, collections, tags, likes, notes, saved images, frames, clips, quotes, viewpoints, hooks, and structures.
  • Reuses compatible local OCR and ASR runtimes first and prepares isolated optional runtimes only after the user approves installation.

Authorization boundary

Before the first dependency installation, runtime/model download, browser login connection, or Agent Skill installation, explain the action and ask for user approval. Ordinary capture may access only the links the user submitted and the configured Pickoo library.

Read docs/PERMISSIONS.md before setup or any operation involving browser state, local Agent folders, media downloads, OCR, ASR, or private sessions.

Start

  1. Confirm Node.js 20+ and Python 3.10+ are available.
  2. In this Skill directory, install Node dependencies with npm ci only after approval.
  3. Install Python dependencies from skill-source/creator-content-ingest/requirements.txt only when capture is requested and after approval.
  4. Start with npm start and open http://127.0.0.1:4324.
  5. Let the user choose a library in settings, or use PICKOO_LIBRARY_ROOT. Never infer a personal Obsidian or another project's path.

Read the full file on GitHub · 52 lines

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 · 52 lines · 82 tokens per session scan A d43a8002b0bc

Subscribe to this mod's changes

pickoo-your-favorites is a skill published in the GitHub repository KristenPan/pickoo-your-favorites (17 stars, last pushed 13d ago), licensed MIT. It adds 82 tokens to every session and 789 once invoked, about $0.0004 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

pdf

Use whenever the user works with PDF files — reading/extracting text from PDFs (lecture notes, textbook chapters, HW problems, HW solutions, hand-written answers), converting PDFs to markdown for downstream analysis, merging/splitting PDFs, or creating PDFs. For scanned or hand-written PDFs, OCR is required…

OPTIMETA/PAIDEIA · 96 tokens

cv-update-review

Run a confirmation-gated CV update workflow for Word CV documents: set up a reusable profile, scan configured local activity sources plus public evidence such as PubMed through NCBI E-utilities and configured website/RSS feeds, prepare a CV update packet, ask the user to approve completed/public/accepted items, create…

erafat/skills · 126 tokens

kami-landing

Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.

nexu-io/open-design · 81 tokens

clinical-case-report

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…

nexu-io/open-design · 73 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

data-report

Turns CSV, Excel, or JSON data into a polished visual report page.

nexu-io/open-design · 18 tokens