agentsclimarketplace

Capture link to org

Skill aavanian/capture-link-to-org

Quick triage of a URL (repo, blog post, snippet). Fetches the page, gives a KEEP/DROP verdict with a one-liner reason, and always outputs a ready-to-paste org-mode TODO snippet.From its SKILL.md

Install
npx -y skills add aavanian/capture-link-to-org

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.2 KB, 523 tokens by cl100k_base, as published. Nobody here has run it

Link Capture & Triage

Given a URL and optional notes, assess whether the link is worth acting on and produce an org-mode capture snippet.

Input

  • URL: the link to evaluate
  • NOTES (optional): why the user flagged it, context, rough idea of what they want to do with it

Process

  1. Fetch the URL with web_fetch. Cap at one page — do not follow links or read referenced docs. If the fetch fails or returns nothing useful, say so in the verdict and still produce the snippet with what you know.

  2. Assess quickly:

    • Is the project/post alive and maintained (roughly)?
    • Is there a clear, concrete thing the user could do with it?
    • Effort: rough ballpark (e.g. "30 min to try", "half a day to integrate", "multi-day project")
    • If the NOTES hint at a specific use, check whether the link actually supports that use.
  3. Output exactly two blocks, separated by a blank line, nothing else:

VERDICT: [KEEP|DROP] — <one sentence reason>

Then the org snippet:

* TODO [[<url>][<page title from fetched content>]] :bookmark:idea:
  [<today's date as YYYY-MM-DD Day>]
  - what it is: <one sentence, factual, from the page>
  - why i flagged it: <from NOTES if provided, otherwise infer from page content>
  - effort: <your best guess, plain english, e.g. "~1h to try the basics", "likely a half-day integration">
  - action: <single concrete first step, imperative, specific — not "look into it">

Rules

  • The link text in the org headline must be the actual page title from the fetched content, not invented.
  • Always output the org snippet even if verdict is DROP. The user may override.
  • The action must be concrete: "clone and run the quickstart against X" not "explore further".
  • Do not add any commentary outside the two blocks. Output is meant to be parsed by a script.
  • Do NOT wrap anything in markdown code fences (no org, no , nothing). Raw text only.
  • Date format: [2026-02-23 Mon] — match org inactive timestamp style.
  • Keep the whole output short. The snippet body is 4 lines, no more.

What ships with it: 4 files

42.7 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,537. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.