AutoLinker-5.1.2-Local: Skill for Claude Code

.claude/skills/autolinker-usage/SKILL.md

autolinker-usage is a skill for Claude Code, Codex from giaosang8888-cmd/AutoLinker-5.1.2-Local. It costs 164 tokens per session (4,600 once invoked), scanned B, a copy of autolinker-usage, MIT.

Usage guidance for AutoLinker, a 易语言 IDE extension that adds AI-assisted coding and a local connection for external coding agents. It can mirror the IDE's encrypted project files as editable text while keeping the live IDE project as the source of truth.

In plain words
What is it for?
It is for installing and using AutoLinker's AI chat, menu actions, project rules, source editing, and connections to agents such as Codex or Claude Code.
Why use it?
易语言 source files are encrypted single files, so outside agents cannot edit them directly. AutoLinker provides a controlled way to read and write project items through the IDE.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is giaosang8888-cmd/AutoLinker-5.1.2-Local's own configuration. It tells Claude Code and Codex how to work on AutoLinker-5.1.2-Local itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AutoLinker-5.1.2-Local configures →

Reuse

Borrowing it

Nothing to install: this file belongs to giaosang8888-cmd/AutoLinker-5.1.2-Local. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/giaosang8888-cmd/AutoLinker-5.1.2-Local/main/.claude/skills/autolinker-usage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/giaosang8888-cmd/AutoLinker-5.1.2-Local

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 autolinker-usage

README.md
[![agentmods](https://agentmods.dev/badge/skills/giaosang8888-cmd/autolinker-5.1.2-local/autolinker-usage/github.svg)](https://agentmods.dev/skills/giaosang8888-cmd/autolinker-5.1.2-local/autolinker-usage)
Your own site
<a href="https://agentmods.dev/skills/giaosang8888-cmd/autolinker-5.1.2-local/autolinker-usage"><img src="https://agentmods.dev/badge/skills/giaosang8888-cmd/autolinker-5.1.2-local/autolinker-usage/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 autolinker-usage

Your own site · 80×15
<a href="https://agentmods.dev/skills/giaosang8888-cmd/autolinker-5.1.2-local/autolinker-usage"><img src="https://agentmods.dev/badge/skills/giaosang8888-cmd/autolinker-5.1.2-local/autolinker-usage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,600 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 100% copy Near-identical to another mod 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.00164 $0.04600
Opus 5 $0.00082 $0.02300
Sonnet 5 $0.00033 $0.00920
Haiku 4.5 $0.00016 $0.00460

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

Security

Grade B, and why

autolinker-usage 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 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

(`~/.gemini/settings.json`):
Origin

This is a copy

100% identical to autolinker-usage — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/autolinker-usage/SKILL.md · 312 lines

How it starts

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

AutoLinker usage

AutoLinker (AutoLinker.fne) is an 易语言 support library (a DLL loaded by the E-language IDE at startup). It adds AI-assisted coding directly inside the IDE and exposes a local MCP Streamable HTTP server so external agents (Claude Code, Codex, Gemini/Antigravity CLI, Cursor, Windsurf) can read and edit the open .e project through the IDE.

.e sources are an encrypted single-file format that can't be edited from outside the IDE. AutoLinker exports a temporary snapshot from the live IDE project, including unsaved changes, and lets e-packager unpack it into a text mirror for reads and searches. Writes map mirror paths back to real IDE program items; they do not directly rewrite the original .e file on disk.

Source of truth in-repo: README.md, CONFIG.md, AGENTS.md.

Install

  1. For a first install, download the latest Release, put AutoLinker.fne in the 易语言 lib directory, then enable the support library in the IDE.
  2. 易语言 5.95+ is recommended for the best experience.
  3. On IDE launch, AutoLinker auto-starts the local MCP server and logs to the IDE output window and autolinker.log.

For an existing install, use 工具菜单 → AutoLinker 设置 → 关于 → 组件更新 to check and update AutoLinker or e-packager. Updating AutoLinker replaces the loaded AutoLinker.fne after the current IDE exits; follow the page prompts.

Config lives at {易语言安装目录}\AutoLinker\AIConfig.json; logs at {易语言安装目录}\AutoLinker\Log.

Feature map (what a user can do)

1. AI Agent chat tab ("AutoLinker AI 对话")

A left work-area tab. Tell the AI what you want; it searches, reads, edits, inserts code in the currently open project automatically. Type $skillname to force-activate a SKILL for that turn (e.g. $pdf 分析这份文档).

2. Right-click AI menu (in the code editor)

  • AI优化函数 — equivalence-preserving optimize of the current function
  • AI为当前函数添加注释 — generate comments for the current function
  • AI翻译当前函数+变量名 — rename to English lowerCamelCase
  • AI翻译选中文本 — translate the selected text
  • AI按当前页类型添加代码 — generate new code by current page type + context

Read the full file on GitHub · 312 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. 10d ago First seen · 312 lines · 164 tokens per session scan B 0619cfaea27e

Subscribe to this mod's changes

autolinker-usage is a skill published in the GitHub repository giaosang8888-cmd/AutoLinker-5.1.2-Local (0 stars, last pushed 14d ago), licensed MIT. It adds 164 tokens to every session and 4,600 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). It is 100% identical to autolinker-usage, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens