l2

Redirect deprecated l2 Skill references to the maintained l2s entry point.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/tawf-labs/zkt-hackathon --skill l2-tawf-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: l2
Source: https://github.com/tawf-labs/zkt-hackathon/tree/main/.agents/skills/ethskills/l2
Command: npx skills add https://github.com/tawf-labs/zkt-hackathon --skill l2-tawf-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents users from using a deprecated l2 Skill entry by guiding them to the correct, current location.

Core Features & Use Cases

  • Deprecation handling: Clearly marks the l2 Skill as deprecated and not the authoritative entry point.
  • Correct URL discovery: Provides the updated Skill location so users can continue working without broken references.
  • Use Case: When an automation or catalog still points to the old l2 directory, use this entry to find the new l2s Skill definition.

Quick Start

Open the updated Skill at https://ethskills.com/l2s/SKILL.md to continue using the current version.

Frequently Asked Questions about l2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I redirect a deprecated skill URL to a new entry point?

To redirect a deprecated skill URL, fetch the canonical SKILL.md from the updated location to enforce new identifier mapping for catalog integration. This prevents broken references by pointing older directories to the maintained entry point.

What happens if my automation uses hardcoded deprecated skill directories?

When automations use hardcoded deprecated skill directories, this redirect intercepts the request and maps it to the maintained l2s entry point. It enforces deprecation-aware navigation to ensure catalog integration resolves to the updated SKILL.md.

Do I need to manually update cached URLs for deprecated skill discovery?

Cached URLs for deprecated skill discovery do not require manual updates if the redirect enforces the new identifier mapping. The system requires a canonical fetch of the updated SKILL.md URL to satisfy deprecation-aware navigation automatically.

Why does skill discovery fail when pointing to the old l2 directory?

Skill discovery fails pointing to the old l2 directory because it is deprecated and no longer the authoritative entry point. You must fetch the updated SKILL.md URL from the maintained l2s location to resolve the mapping.

Can I use this redirect for URL migration in automated skill catalogs?

Yes, you can use this redirect for URL migration in automated skill catalogs. It enforces deprecation-aware navigation by mapping older cached or hardcoded URLs to the maintained identifier, ensuring catalog integration resolves correctly.

When should I not rely on a deprecated skill redirect for navigation?

You should not rely on a deprecated skill redirect as a permanent navigation solution. It only enforces identifier mapping to the new SKILL.md URL, meaning hardcoded references should be updated directly to the maintained entry point.