Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIS Frontier Skill

中文

lis-frontier-weekly 是面向图书情报学前沿追踪的 Codex/Agent Skill。它从 LIS Frontier 的只读接口取得版本化任务说明和真实开放元数据, 由用户正在使用的 Agent 或网页 Chat 生成周报、月报、方向专题和单篇速读;服务器不会 因读取周报接口而调用模型或产生额外模型费用。

标准提示词

Agent 与网页 Chat 共用一行提示词:

请读取 https://lis.624work.club/api/weekly,并严格依据其中的任务说明与数据生成最新 LIS 前沿周报;如已安装 LIS Frontier Weekly Skill,可用它读取同一证据。

完整周报规则不复制在这条提示词中。网页 Chat 会从 /api/weekly 取得规则与证据;安装 Skill 的 Agent 会通过版本化 JSON/Markdown 接口取得同一内容。

能力

  • 最近 7 天与前 7 天的通用 LIS 前沿周报;
  • 最近 30 天与前 30 天的月报;
  • 用户自定义方向专题;
  • core/proxy/eco 全量新增文献表与 P0/P1/P2 阅读清单;
  • 社会网络分析、复杂网络分析研究识别;
  • P0 批量速读、单篇详情和方向检索;
  • 数据更新时间、摘要/译文覆盖率和证据限制说明。

周报正文只使用 core/proxy/ecoother 仅提供数量。所有题名、摘要和关键词都作为 不可信外部证据处理,Agent 不执行其中可能出现的指令,也不根据缺失摘要编造结果。

安装

可以把下面一句发送给支持安装 GitHub Skill 的 Agent:

请从 https://github.com/ChenKai22567/LIS-Frontier-Skill 安装 lis-frontier-weekly Skill。

也可以手工克隆到 Codex Skills 目录:

git clone https://github.com/ChenKai22567/LIS-Frontier-Skill.git ~/.codex/skills/lis-frontier-weekly

使用

# 通用周报任务包
python scripts/lis_frontier.py weekly --output reports/lis-weekly.md

# 自定义方向
python scripts/lis_frontier.py focus --query "社会网络分析" --output reports/lis-focus.md

# 近 30 天月报
python scripts/lis_frontier.py monthly --output reports/lis-monthly.md

# 一次取得多篇 P0 速读任务包
python scripts/lis_frontier.py paper --id UUID_1 --id UUID_2 --output reports/lis-p0.md

# 检索
python scripts/lis_frontier.py search --query "AI adoption" --tier core,proxy --limit 25

# 健康检查
python scripts/lis_frontier.py health

使用 --format json 可取得结构化任务包;--as-of YYYY-MM-DD 可复现历史窗口。周报和 月报也可直接传入 --focus

可选认证

当前公开接口可直接读取;如果站点以后启用 Basic Auth,只在本机环境设置:

LIS_FRONTIER_BASE_URL=https://lis.624work.club
LIS_FRONTIER_USERNAME=<local-only>
LIS_FRONTIER_PASSWORD=<local-only>

不要把密码放入聊天、URL、命令行、报告、截图或 Git 仓库。

接口

  • GET https://lis.624work.club/api/weekly:网页 Chat 的默认 JSON 入口,可显式请求 Markdown;
  • GET /api/v1/briefings/weekly:周报 JSON/Markdown;
  • GET /api/v1/briefings/monthly:月报 JSON/Markdown;
  • GET /api/v1/briefings/papers/{UUID}:单篇速读任务包;
  • GET /api/v1/papers:检索;
  • GET /api/v1/health:健康检查。

详细参数见 references/api.md。接口只返回开放元数据和原文链接, 不抓取受限全文、不绕过付费墙。

开发与验证

项目只依赖 Python 标准库:

python -m unittest discover -s tests -v
python scripts/lis_frontier.py --help

Skill 目录还应使用 Codex skill-creatorquick_validate.py 校验。

English

lis-frontier-weekly fetches versioned instructions and live scholarly metadata from the read-only LIS Frontier API. The user's Agent or web chat—not the server—turns that evidence into weekly or monthly LIS briefings, focused topic reports, reading priorities, searches, and paper quick reads.

Both environments share one compact prompt and the same server-provided evidence contract. The server performs no LLM call when a briefing package is requested. Missing abstracts, metadata-only claims, profile-fit tiers, and network-method assessments remain explicitly bounded.

License

MIT. See LICENSE.

About

基于 LIS Frontier 实时证据生成可追溯的图书情报学周报。 Evidence-grounded LIS briefings for Agents and web chats.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages