link-purpose

link-purpose is a skill for Claude Code from deepakkamboj/claude-marketplace. It costs 50 tokens per session (5,308 once invoked), scanned A, original, no licence file.

A code review tool for checking whether links have clear purposes under WCAG 2.4.4, a web accessibility rule. It finds generic or unclear link text and suggests better wording and ARIA attributes, which provide accessibility information to assistive technology.

In plain words
What is it for?
Use it to review link labels, find missing context, and improve the accessibility of links in web code.
Why use it?
It helps identify links that may be confusing to people using screen readers or other assistive technology.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the accessibility plugin — 6 skills, 2 agents, 2 MCP servers shipped together

Good fit Use it to review link labels, find missing context, and improve the accessibility of links in web code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deepakkamboj/claude-marketplace/link-purpose
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 deepakkamboj/claude-marketplace --skill link-purpose
Clone the repo
git clone --depth 1 https://github.com/deepakkamboj/claude-marketplace

Made for: Claude Code.

Or install accessibility, the plugin that ships this one along with the rest of its 6 skills, 2 agents, 2 MCP servers.

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 link-purpose

README.md
[![agentmods](https://agentmods.dev/badge/skills/deepakkamboj/claude-marketplace/link-purpose/github.svg)](https://agentmods.dev/skills/deepakkamboj/claude-marketplace/link-purpose)
Your own site
<a href="https://agentmods.dev/skills/deepakkamboj/claude-marketplace/link-purpose"><img src="https://agentmods.dev/badge/skills/deepakkamboj/claude-marketplace/link-purpose/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 link-purpose

Your own site · 80×15
<a href="https://agentmods.dev/skills/deepakkamboj/claude-marketplace/link-purpose"><img src="https://agentmods.dev/badge/skills/deepakkamboj/claude-marketplace/link-purpose.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,308 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 unknown 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.00050 $0.05308
Opus 5 $0.00025 $0.02654
Sonnet 5 $0.00010 $0.01062
Haiku 4.5 $0.00005 $0.00531

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

Security

Grade A, and why

link-purpose 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 10d 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.

plugins/accessibility/skills/link-purpose/SKILL.md · 697 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 697 lines · 50 tokens per session scan A 8606c5ed280c

Subscribe to this mod's changes

link-purpose is a skill published in the GitHub repository deepakkamboj/claude-marketplace (5 stars, last pushed 7mo ago), with no licence file. It adds 50 tokens to every session and 5,308 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

playwright-test-generator

Use when someone wants to add, write, create, or scaffold new Playwright end-to-end tests for a page, flow, form, component, uncovered route, or first-project setup. The skill analyzes coverage gaps, explores live pages only on local/disposable or externally isolated approved non-production targets, proposes scenarios…

voidmatcha/e2e-skills · 140 tokens

river-review-frontend

A frontend review skill that checks user-interface changes for accessibility, design-system consistency, styling issues, UI states, and framework boundaries in React and Next.js.

s977043/river-review · 72 tokens

playwright-test-generator

Use this skill to generate new Playwright end-to-end tests from scratch — for a page, a user flow, a form, or a component — taking them from zero to reviewed, passing specs. Reach for it whenever someone wants to add, write, create, or scaffold Playwright E2E coverage, fill coverage gaps for uncovered routes, or…

voidmatcha/e2e-skills · 202 tokens

Modern Web Accessibility for Interactive UI

An accessibility review for interactive interface elements such as dialogs, menus, popovers, tabs, forms, and live updates.

s977043/river-review · 51 tokens

Modern Web Semantic + Platform-Native

A review rule for web interfaces that checks whether standard HTML elements, browser features, and modern CSS can replace custom JavaScript or generic clickable elements.

s977043/river-review · 32 tokens

a11y Accessible Name Basics

A Japanese-language accessibility check for accessible names on images, buttons, links, and form fields. An accessible name is the label a screen reader uses to identify an interface element.

s977043/river-review · 30 tokens