jike-poetry-query

唐诗宋词元曲查询。支持古诗词列表、详情、诗人查询、诗人详情、随机诗词、词牌信息、朝代列表、类别列表和体裁列表。适用场景:用户说“查相思这首诗”“杜甫简介”“随机来一首宋词”“水调歌头词牌是什么”等。数据由即刻数据(jikeapi.cn)开放接口提供。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jike-poetry-query" with this command: npx skills add jikeapi-cn/jike-poetry-query

唐诗宋词元曲查询 - 即刻数据

数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。

支持:诗词搜索、诗词详情、诗人查询、诗人详情、随机诗词、词牌、朝代、类别、体裁

前置配置

export JIKE_POETRY_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey

使用方法

python3 scripts/poetry_query.py search --name 相思 --page-size 5
python3 scripts/poetry_query.py detail --poetry-id 4
python3 scripts/poetry_query.py author --name 杜甫
python3 scripts/poetry_query.py author-detail --name 杜甫
python3 scripts/poetry_query.py random
python3 scripts/poetry_query.py cipai --name 水调歌头
python3 scripts/poetry_query.py dynasty
python3 scripts/poetry_query.py type
python3 scripts/poetry_query.py format
python3 scripts/poetry_query.py detail --poetry-id 4 --json

AI 使用步骤

  1. 用户按题名、作者、朝代、类别、体裁找诗词时,使用 search
  2. 用户问某首诗完整内容、译文、注释、赏析时,使用 detail
  3. 用户问诗人列表或诗人介绍时,使用 authorauthor-detail
  4. 用户要随机诗词、词牌、朝代/类别/体裁列表时,使用对应子命令。

脚本位置

scripts/poetry_query.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Nm Archetypes Architecture Paradigm Pipeline

Design pipes-and-filters for sequential data transformations

Registry SourceRecently Updated
2100athola
General

Nm Conserve Smart Sourcing

Select optimal information sources for tool calls and file reads, balancing accuracy with token efficiency

Registry SourceRecently Updated
1870athola
General

Nm Abstract Methodology Curator

Surface expert frameworks and methodologies

Registry SourceRecently Updated
2680athola
General

Nm Attune Precommit Setup

Configure pre-commit hooks for linting, type checking, formatting, and testing to enforce quality gates on every commit

Registry SourceRecently Updated
2010athola