Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/yipng05-max/-skills/foreign-literature-search)<a href="https://agentmods.dev/skills/yipng05-max/-skills/foreign-literature-search"><img src="https://agentmods.dev/badge/skills/yipng05-max/-skills/foreign-literature-search/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.
<a href="https://agentmods.dev/skills/yipng05-max/-skills/foreign-literature-search"><img src="https://agentmods.dev/badge/skills/yipng05-max/-skills/foreign-literature-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00169 | $0.03412 |
| Opus 5 | $0.00084 | $0.01706 |
| Sonnet 5 | $0.00034 | $0.00682 |
| Haiku 4.5 | $0.00017 | $0.00341 |
Grade A, and why
foreign-literature-search 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.
外文学术文献检索工具(OpenAlex 主力版)
调用 Python 脚本(scripts/openalex_search.py)通过 OpenAlex 开放 API 执行全自动检索,
无需机构账号、无需 API key、无需浏览器。
依赖安装
pip install openpyxl
OpenAlex API 无需注册,每秒最多 10 次请求,脚本已内置限速。
Step 0: 解析输入并制定检索策略
0.1 关键词组设计原则
从研究选题中提取 2-3 个核心概念组,每组内扩展同义词(+ 分隔),组间取 AND 交集。
关键注意:过滤组的词语应足够具体,避免使用 "meaning"、"identity" 这类极泛词(会在所有社科文献中出现)。优先使用复合短语:
| 避免(太泛) | 改用(更具体) |
|---|---|
meaning |
meaning of work + work meaning + meaningful work |
identity |
occupational identity + worker identity + professional identity |
control |
labor control + algorithmic control + managerial control |
change |
livelihood change + occupational transition + career change |
选题示例:"快车司机的生计变迁与意义建构"
组1(研究对象,主检索):gig economy + platform labor + ride-hailing + Uber driver + DiDi
组2(核心议题,后置过滤):meaning of work + work meaning + occupational identity + livelihood
0.2 上位概念兜底
若某组词过于精确(新兴概念、特定群体),主动加入上位概念:
| 精确词 | 上位概念兜底 |
|---|---|
ride-hailing driver |
+ gig worker + platform worker + precarious worker |
meaning-making |
+ identity work + self-concept + sensemaking |
algorithmic management |
+ digital labor + platform capitalism |
0.3 向用户确认策略
执行前列出检索方案,等用户确认:
【主体联合检索】
组1(主检索):gig economy + platform labor + ride-hailing + Uber driver
组2(后置过滤):meaning of work + work meaning + occupational identity + livelihood
【独立补充检索】(主检索完成后必做)
补充A(研究对象背景):precarious work + informal economy × labor market + working conditions
补充B(核心理论):identity work + sensemaking + meaning-making × labor + work + occupation
WoS 布尔检索式(同步生成,供有机构权限用户使用)
Step 0.5: 生成 WoS / Scopus 布尔检索式
在执行脚本之前,根据关键词组生成标准布尔检索式,输出给用户备用:
Web of Science(SSCI):
TS = ("gig economy" OR "platform labor" OR "ride-hailing" OR "Uber driver")
AND TS = ("meaning of work" OR "occupational identity" OR "livelihood" OR "worker identity")
AND WC = (Sociology OR "Industrial Relations" OR "Labor Relations")
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 287 lines · 169 tokens per session scan A 52c1bbbc6588
foreign-literature-search is a skill published in the GitHub repository yipng05-max/-skills (285 stars, last pushed 4mo ago), licensed MIT. It adds 169 tokens to every session and 3,412 once invoked, about $0.0008 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
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…
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…
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…
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…
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…