← 返回 Skills 市场
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jike-zodiac-pairing-query
功能描述
星座配对。输入男生星座和女生星座,查询配对指数、比例、同情指数、天长地久指数、结果评述和恋爱建议。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。
使用说明 (SKILL.md)
星座配对 - 即刻数据
数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
前置配置
export JIKE_ZODIAC_PAIRING_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
使用方法
python3 scripts/zodiac_pairing_query.py --boy-zodiac 双鱼座 --girl-zodiac 天蝎座
python3 scripts/zodiac_pairing_query.py --boy-zodiac 双鱼座 --girl-zodiac 天蝎座 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/zodiac_pairing?boy_zodiac=双鱼座&girl_zodiac=天蝎座&appkey=YOUR_APPKEY
AI 使用步骤
- 从用户消息中提取查询参数。
- 执行
python3 scripts/zodiac_pairing_query.py并传入对应参数。 - 默认返回中文文本;需要结构化处理时追加
--json。 - 如果用户没有提供可选参数,可不传该参数,由接口按默认逻辑处理。
脚本位置
scripts/zodiac_pairing_query.py
安全使用建议
This looks safe for its stated purpose. Before installing, make sure you are comfortable providing a Jike API key, confirm the API base URL has not been overridden unexpectedly, and use it only for the intended zodiac pairing lookups.
功能分析
Type: OpenClaw Skill
Name: jike-zodiac-pairing-query
Version: 1.0.0
The skill is a straightforward API wrapper for querying zodiac pairing information from jikeapi.cn. The Python script (zodiac_pairing_query.py) uses standard libraries to handle arguments and perform network requests, with no evidence of malicious behavior, data exfiltration, or command injection vulnerabilities.
能力评估
Purpose & Capability
The SKILL.md description, metadata, and Python script all align around one purpose: querying Jike's zodiac pairing endpoint with boy/girl zodiac parameters and returning text or JSON.
Instruction Scope
The AI instructions are scoped to extracting user-provided query parameters and running the included helper script; there are no prompt overrides, persistence instructions, or unrelated actions.
Install Mechanism
There is no install spec and no external package installation; the included script uses Python standard-library modules only.
Credentials
The required Jike API key is proportionate to the API integration, but users should be aware it is sent with the query and the script also supports an endpoint override via JIKE_API_BASE_URL.
Persistence & Privilege
The script does not create persistence, background workers, or privileged system changes; it only reads credentials from CLI/env/.env and performs a single API request.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jike-zodiac-pairing-query - 安装完成后,直接呼叫该 Skill 的名称或使用
/jike-zodiac-pairing-query触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the jike-zodiac-pairing-query skill.
- Query zodiac compatibility, including matching index, ratio, empathy index, lasting relationship index, assessment, and dating advice.
- Easy setup with required AppKey environment variable.
- Provides both command-line and direct API usage options.
- Data powered by Jike Data (jikeapi.cn).
元数据
常见问题
星座配对 - 即刻数据 是什么?
星座配对。输入男生星座和女生星座,查询配对指数、比例、同情指数、天长地久指数、结果评述和恋爱建议。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 星座配对 - 即刻数据?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jike-zodiac-pairing-query」即可一键安装,无需额外配置。
星座配对 - 即刻数据 是免费的吗?
是的,星座配对 - 即刻数据 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
星座配对 - 即刻数据 支持哪些平台?
星座配对 - 即刻数据 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 星座配对 - 即刻数据?
由 jikeapi(@jikeapi-cn)开发并维护,当前版本 v1.0.0。
推荐 Skills