save-to-favorites

save-to-favorites is a skill for Codex from KristenPan/pickoo-your-favorites. It costs 110 tokens per session (7,476 once invoked), scanned A, original, MIT.

A managed workflow for saving a new link to a local library and processing it into captured content, analysis, and reusable assets. It supports sources including Xiaohongshu, WeChat, Douyin, Bilibili, podcasts, music, articles, and general web pages.

In plain words
What is it for?
Use it to save, archive, extract, analyze, or fully process a supported link, including turning its text, speech, and other content into organized library material.
Why use it?
It gives each new link one intake process and keeps capture, transcription, OCR, analysis, and review in the same task. It also checks for duplicates before saving.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to save, archive, extract, analyze, or fully process a supported link, including turning its text, speech, and other content into organized library material.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kristenpan/pickoo-your-favorites/save-to-favorites
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 KristenPan/pickoo-your-favorites --skill save-to-favorites
Clone the repo
git clone --depth 1 https://github.com/KristenPan/pickoo-your-favorites

Made for: 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 save-to-favorites

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/save-to-favorites"><img src="https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/save-to-favorites.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,476 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 8
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 50
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00110 $0.07476
Opus 5 $0.00055 $0.03738
Sonnet 5 $0.00022 $0.01495
Haiku 4.5 $0.00011 $0.00748

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

Security

Grade A, and why

save-to-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.

The scan reads SKILL.md. This mod also ships 13 executable files (scripts/apply_chapter_semantic_review.py, scripts/build_article_chapters.py, scripts/build_transcript_chapters.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.

skill-source/save-to-favorites/SKILL.md · 254 lines

How it starts

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

Save to favorites

Write every Agent's result into the same local library. The frontend is a reader for that library, not a separate database.

Routing boundary

This is the only automatically selected skill for a new link entering Pickoo. One request gets one intake owner and one shared task; the source platform does not select another top-level skill. Platform capture, OCR, ASR, chaptering, analysis, and asset review are downstream capabilities of this task, not competing entry points.

Do not invoke creator-content-ingest or asset-review-agent as another route, including as a user-facing downstream Skill. They are internal implementation contracts owned and scheduled by this workflow after the Pickoo package exists. Obsolete standalone platform-capture and link-intake Skills are not part of Pickoo's runtime, including as an explicit alternative or fallback. All platform capture, OCR, ASR, chaptering, analysis, and archive work stays inside this managed workflow.

Shared contract

Read references/library-contract.md before writing. Use the bundled scripts/save_link.py as the single entry point so duplicate detection and Markdown output stay identical across Agents.

For podcast shownote timestamps, use the internal shownote-timeline contract supplied by the current Pickoo execution manifest or bundled runtime. Do not discover another Skill to find it. Capture owns the canonical structured timeline; chapter rebuilding may parse body text only as a legacy fallback and must never override valid structured evidence.

For NetEase Cloud Music share links or music.163.com/song?id=..., also read references/netease-music.md. Short and standard links are canonicalized by song ID without login or user cookies. Capture public lyrics and attempt only the platform's no-login public playback response; never reconstruct signed URLs or bypass membership, region, or DRM controls.

Default library root: ~/Documents/Pickoo Library/.

Read the full file on GitHub · 254 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 · 254 lines · 110 tokens per session scan A c571c0ee17b2

Subscribe to this mod's changes

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

my-wiki

A skill for managing a local Markdown knowledge vault that stores captured webpages, PDFs, Office files, notes, images, folders, and ZIP files. It links preserved source material, called References, to durable topic pages, called Concepts.

NimaChu/my-wiki · 51 tokens

kb

Set up, evolve, or operate a hraness/kb local-first Markdown knowledge base for coding-agent memory. Use when a user asks to design KB conventions or a recurring KB ritual; search or query a KB or Obsidian vault; load or recover repository context, plans, decisions, concepts, backlinks, semantic search, or Git…

hraness/kb · 155 tokens

course-builder

Use whenever the user wants to ingest a new course's materials (lecture notes, textbook chapters, HW problems, HW solutions) and build the course-specific knowledge base — patterns.md (recurring solution techniques), coverage.md (HW-to-section map with 🔥 exam tiers + ⚠weak flags), and summary.md (topic tree). Invoked…

OPTIMETA/PAIDEIA · 119 tokens

alt-import

Parse an Exam Radar (OPTIMETA Alt plugin) export and fold its lecture-emphasis exam-probability signal into the PAIDEIA course index — write course-index/radar.md, annotate course-index/coverage.md with a lecture-emphasis column and divergence flags, and seed a gold-zone weakmap. Invoked by /paideia:alt. The export…

OPTIMETA/PAIDEIA · 88 tokens

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

linza-operator

Use when operating LINZA MCP as a local-first agent workspace. Guides agents through doctor checks, guidenextsteps, agentworkspace actions, teach/grow review loops, dry-run apply gates, artifact safety, calibr trace review, and context export without exposing raw tool lists to users.

Semiotronika/LINZA-MCP · 61 tokens