← Back to Skills Marketplace
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jike-zodiac-sign-query
Description
星座查询。输入星座名称,查询星座特征、守护宫、阴阳性、守护星、幸运色、幸运数字、区间和男女特点。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jike-zodiac-sign-query - After installation, invoke the skill by name or use
/jike-zodiac-sign-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 星座查询 - 即刻数据?
星座查询。输入星座名称,查询星座特征、守护宫、阴阳性、守护星、幸运色、幸运数字、区间和男女特点。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。 It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install 星座查询 - 即刻数据?
Run "/install jike-zodiac-sign-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 星座查询 - 即刻数据 free?
Yes, 星座查询 - 即刻数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 星座查询 - 即刻数据 support?
星座查询 - 即刻数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 星座查询 - 即刻数据?
It is built and maintained by jikeapi (@jikeapi-cn); the current version is v1.0.0.
More Skills