url-manager

url-manager is a skill for Claude Code, Codex from Piccolo123/url-manager. It costs 16 tokens per session (1,877 once invoked), scanned B, original, MIT.

A URL library that saves links and text notes as searchable cards grouped into collections. It supports links from services such as YouTube, Amazon, GitHub, and Twitter, with categories, tags, and shareable collection links.

In plain words
What is it for?
Use it to save links, search saved material, tag and categorize items, reorganize up to 50 cards at once, and share a collection through an invitation link.
Why use it?
It replaces scattered bookmarks and unstructured notes with an organized place to save, find, rearrange, and share useful links. It can also return a single link to a prepared collection.

Skill for Claude CodeCodex

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

Good fit Use it to save links, search saved material, tag and categorize items…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/piccolo123/url-manager/hermes-agent
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 Piccolo123/url-manager --skill hermes-agent
Clone the repo
git clone --depth 1 https://github.com/Piccolo123/url-manager

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 url-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/piccolo123/url-manager/hermes-agent.svg)](https://agentmods.dev/skills/piccolo123/url-manager/hermes-agent)
Your own site
<a href="https://agentmods.dev/skills/piccolo123/url-manager/hermes-agent"><img src="https://agentmods.dev/badge/skills/piccolo123/url-manager/hermes-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00016 $0.01877
Opus 5 $0.00008 $0.00938
Sonnet 5 $0.00003 $0.00375
Haiku 4.5 $0.00002 $0.00188

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

Security

Grade B, and why

url-manager scanned grade B with 1 finding 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/footprints.py, tests/test_url_manager_skill.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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

4. The token is saved to your Hermes profile directory (`~/.hermes/profiles/<profile>/.footprints_token` with `chmod 600`). Subsequent commands use it automatically.
hermes-agent/SKILL.md · 196 lines

How it starts

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

URL Manager Skill

URL Manager lets users save any link or text note into a structured, searchable library of card-based collections. Save from any platform — YouTube, Amazon, GitHub, Twitter. Organize with categories and tags. Share curated collections via invite links, and deliver organized results to users with a single magic link.

When to Use

Scenario Action
User says "save/bookmark/collect/remember this" add the URL with a title
User asks "what did I save about X" search by keyword
User wants to organize their links categories + update with category_ids
User wants to share a collection create-shared-category + create-invite-link
User asks to bulk-reorganize batch-update (max 50 per call)
Done organizing — deliver to user agent_magic_link → send link

Do not paste saved URLs into chat. Always write them into URL Manager and deliver via magic link.

Prerequisites

  • Python 3.10+
  • Network access to https://ai.ocean94.com
  • A registered account and auth token

The helper script at scripts/footprints.py handles token management and all API calls. All commands use the form:

python {baseDir}/scripts/footprints.py <subcommand> [--json]

Add --json for machine-parseable output.

How to Run

First-time setup (account registration)

Before using this skill for the first time, the user needs an account. Never auto-register without explicit consent.

  1. Tell the user: "This skill connects to ai.ocean94.com to store your saved links and data. It requires creating an account. Review the Terms and Privacy Policy. Shall I create an account for you?"
  2. Wait for explicit "yes/ok/go ahead" from the user.
  3. Run: python {baseDir}/scripts/footprints.py agent_register
  4. The token is saved to your Hermes profile directory (~/.hermes/profiles/<profile>/.footprints_token with chmod 600). Subsequent commands use it automatically.

Read the full file on GitHub · 196 lines

Files

What ships with it

2 files 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. 6d ago First seen · 196 lines · 16 tokens per session scan B 5a083d0b35ef

Subscribe to this mod's changes

url-manager is a skill published in the GitHub repository Piccolo123/url-manager (4 stars, last pushed 23d ago), licensed MIT. It adds 16 tokens to every session and 1,877 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.