← 返回 Skills 市场
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jike-zodiac-sign-query
功能描述
星座查询。输入星座名称,查询星座特征、守护宫、阴阳性、守护星、幸运色、幸运数字、区间和男女特点。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。
使用说明 (SKILL.md)
星座查询 - 即刻数据
数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
前置配置
export JIKE_ZODIAC_SIGN_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
使用方法
python3 scripts/zodiac_sign_query.py --name 双鱼座
python3 scripts/zodiac_sign_query.py --name 双鱼座 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/zodiac_sign?name=双鱼座&appkey=YOUR_APPKEY
AI 使用步骤
- 从用户消息中提取查询参数。
- 执行
python3 scripts/zodiac_sign_query.py并传入对应参数。 - 默认返回中文文本;需要结构化处理时追加
--json。 - 如果用户没有提供可选参数,可不传该参数,由接口按默认逻辑处理。
脚本位置
scripts/zodiac_sign_query.py
安全使用建议
This skill appears safe for its stated purpose. Install it only if you are comfortable sending zodiac lookup terms and your Jike AppKey to the Jike API. Keep the AppKey private, use a dedicated key if available, and confirm that JIKE_API_BASE_URL is not set to an unexpected host.
功能分析
Type: OpenClaw Skill
Name: jike-zodiac-sign-query
Version: 1.0.0
The skill bundle is a standard implementation for querying zodiac sign information from the Jike API (jikeapi.cn). The script `scripts/zodiac_sign_query.py` uses Python's standard library to perform authenticated API requests and format the output, with no evidence of malicious behavior, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The script and documentation match the stated purpose: it accepts a zodiac sign name and returns fields from the Jike zodiac endpoint.
Instruction Scope
The AI usage steps are limited to extracting a query parameter and running the included Python script; there are no goal overrides, hidden instructions, or broad autonomous actions.
Install Mechanism
There is no install script or package download. The skill requires only python3 and the included script.
Credentials
The skill requires a Jike AppKey and sends it with the query to the external API. This is expected for the service, but users should keep the key private and verify any API base URL override is intentional.
Persistence & Privilege
The code does not write persistent state, modify local files, request elevated privileges, or run in the background. It only optionally reads a local .env file for the AppKey.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jike-zodiac-sign-query - 安装完成后,直接呼叫该 Skill 的名称或使用
/jike-zodiac-sign-query触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jike-zodiac-sign-query skill for zodiac sign information queries.
- Supports querying zodiac characteristics, ruling house, polarity, ruling planet, lucky color, lucky number, date range, and gender traits.
- Data source: jikeapi.cn open API.
- Usage: Provide zodiac name as input; get text or JSON output.
- Requires environment variable JIKE_ZODIAC_SIGN_QUERY_KEY for authentication.
- Script located at scripts/zodiac_sign_query.py.
元数据
常见问题
星座查询 - 即刻数据 是什么?
星座查询。输入星座名称,查询星座特征、守护宫、阴阳性、守护星、幸运色、幸运数字、区间和男女特点。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 星座查询 - 即刻数据?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jike-zodiac-sign-query」即可一键安装,无需额外配置。
星座查询 - 即刻数据 是免费的吗?
是的,星座查询 - 即刻数据 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
星座查询 - 即刻数据 支持哪些平台?
星座查询 - 即刻数据 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 星座查询 - 即刻数据?
由 jikeapi(@jikeapi-cn)开发并维护,当前版本 v1.0.0。
推荐 Skills