AutoLinker: Skill for Claude Code

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

autolinker-usage is a skill for Claude Code, Codex from aiqinxuancai/AutoLinker. It costs 164 tokens per session (4,600 once invoked), scanned B, original, MIT.

Instructions for using AutoLinker, an add-on for the 易语言 programming environment that brings AI assistance into the editor and lets outside agents work with an open project.

In plain words
What is it for?
Use it to install or configure AutoLinker, connect an external agent, search and edit an open 易语言 project, and switch source-linking or packaging modes.
Why use it?
易语言 source files use an encrypted single-file format, so they cannot be edited directly outside the editor. AutoLinker creates a temporary text mirror for searching and maps edits back to the live project.

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 aiqinxuancai/AutoLinker's own configuration. It tells Claude Code and Codex how to work on AutoLinker 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 configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aiqinxuancai/AutoLinker. 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/aiqinxuancai/AutoLinker/master/.claude/skills/autolinker-usage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aiqinxuancai/AutoLinker

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/aiqinxuancai/autolinker/autolinker-usage.svg)](https://agentmods.dev/skills/aiqinxuancai/autolinker/autolinker-usage)
Your own site
<a href="https://agentmods.dev/skills/aiqinxuancai/autolinker/autolinker-usage"><img src="https://agentmods.dev/badge/skills/aiqinxuancai/autolinker/autolinker-usage.svg" alt="Measured on agentmods" 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 154
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • high Agent Snooping · line 163
    Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.
    Fix: Remove all code or instructions that access agent configuration directories (.claude/, .codex/, .gemini/). If configuration values are needed, pass them explicitly as parameters or environment variabl
  • high Agent Snooping · line 167
    Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.
    Fix: Remove all code or instructions that access agent configuration directories (.claude/, .codex/, .gemini/). If configuration values are needed, pass them explicitly as parameters or environment variabl
How audits are shown
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.00164 $0.04600
Opus 5 $0.00082 $0.02300
Sonnet 5 $0.00033 $0.00920
Haiku 4.5 $0.00016 $0.00460

Measured 8d ago against content hash 0619cfaea27e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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

Copies of this mod

1 near-identical copy found in the catalogue:

.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. 8d 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 aiqinxuancai/AutoLinker (258 stars, last pushed yesterday), 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). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

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

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

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens