ilink-pull

ilink-pull is a skill for Claude Code from zhoubengao/iLink. It costs 0 tokens per session (482 once invoked), scanned A, original, Apache-2.0.

A command that fetches a Story from an external issue-tracking system and fills the project's requirement files with it.

In plain words
What is it for?
Use it to pull one Story by ID, then check the imported requirements before starting the analysis stage.
Why use it?
It handles validation, web requests, data parsing, and file writing in one script instead of requiring the agent to do those parts manually.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to pull one Story by ID, then check the imported requirements before starting the analysis stage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhoubengao/ilink/ilink-pull
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 zhoubengao/iLink --skill ilink-pull
Clone the repo
git clone --depth 1 https://github.com/zhoubengao/iLink

Made for: Claude Code.

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 ilink-pull

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhoubengao/ilink/ilink-pull.svg)](https://agentmods.dev/skills/zhoubengao/ilink/ilink-pull)
Your own site
<a href="https://agentmods.dev/skills/zhoubengao/ilink/ilink-pull"><img src="https://agentmods.dev/badge/skills/zhoubengao/ilink/ilink-pull.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 482 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 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.00000 $0.00482
Opus 5 $0.00000 $0.00241
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

ilink-pull 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 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.

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.

src/.qoder/skills/ilink-pull/SKILL.md · 39 lines

What it actually says

你现在执行 iLink 的 Issue System 拉取 操作。

参数

$ARGUMENTS 为一个 story-id(如 FS-AMO-5359),大小写原样透传给 Issue System,不做任何转换。本命令只接受 1 个参数

必填校验

如果 $ARGUMENTS 为空,MUST 拒绝执行,向用户输出:

❌ 用法:/ilink-pull <story-id>

例如:/ilink-pull FS-AMO-5359

执行任务

调用 bash 脚本执行实际拉取(脚本完成所有校验、HTTP 请求、JSON 解析、文件写入):

bash .qoder/commands/ilink-pull $ARGUMENTS

SHALL NOT

  • 自己拼 URL、自己解析 JSON、自己写文件——这些全部由 bash 脚本完成
  • 读取 project-context.md 中"Issue System 集成"AI 隔离块的内容并作为业务上下文(遵守 Root Spec §7.8 / universal.soul §4.1)
  • 修改 project-context.md 中的 Issue System 配置(如需变更指引用户手动编辑或重跑 /ilink-bootstrap

输出处理

首要原则:bash 脚本的 stdout / stderr 原样转给用户——脚本已包含完整的进度信息、成功提示、错误指引。SHALL NOT 重复转述或自行解释脚本已经说过的内容。

仅在脚本退出码 0 时追加 1 行简短下一步提示(脚本本身不输出这行):

下一步:核对 requirement.md 的其他区块(功能范围 / 验收标准 / 约束备注 / 假设与风险),完成后执行 /ilink-pm <story-id> 进入需求分析阶段。

脚本退出码非 0 时:SHALL NOT 再次调用脚本、SHALL NOT 添加任何补充说明。用户根据 stderr 自行处理(编辑 project-context.md、检查网络、修正 story-id 等)。

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 · 39 lines · 0 tokens per session scan A b9860549653f

Subscribe to this mod's changes

ilink-pull is a skill published in the GitHub repository zhoubengao/iLink (22 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 482 tokens. 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-30.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens