48 Zodiac Cyber Reader

v1.0.11

Provides fast, secure analysis of 48 zodiac zones and detailed dual compatibility scores without requiring API keys or local system access.

0· 108·0 current·0 all-time
byMiaozai Studio@niukesi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (48-zodiac readings) match the provided files: metadata, openapi, SKILL.md, and a small Python client that calls an external zodiac API. No extraneous credentials or binaries are requested that would be unrelated to an astrology reader.
Instruction Scope
SKILL.md tightly constrains agent behavior (must call the tool before producing concrete outputs, stepwise data collection, no local I/O). It does not instruct reading system files or accessing unrelated environment variables. All data generation is required to be grounded in tool output.
Install Mechanism
There is no install spec (instruction-only style), but a Python client (zodiac_api.py) is bundled. That client performs outgoing HTTPS GETs to a Cloudflare Workers domain. No archives or third-party package installs are specified. Note: the bundled code will make live network calls when invoked.
Credentials
No environment variables, credentials, or config paths are required. The skill's network access (a single external API host) is proportional to its stated purpose of resolving birthdays and returning zodiac data.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. Autonomous invocation is allowed (platform default) but not combined with any broad credential access.
Assessment
This skill appears to do exactly what it says: it sends birthdays or zone IDs to a single external API (https://zodiac-48-api.712991518.workers.dev) and returns JSON that the agent must use to craft responses. Before installing, consider the following: 1) Privacy: user birthdays (personal data) will be transmitted to the third-party workers.dev endpoint—avoid sending sensitive or identifying info unless you trust that host. 2) Origin: there is no homepage or published source/maintainer contact—if provenance matters, ask the publisher for more information or prefer a skill with a verifiable source. 3) Code review: the bundled Python client is short and readable; you can inspect or sandbox it and run it in an isolated environment to see actual requests/responses. 4) Operational safety: because the skill makes live network calls, test it in a controlled environment before giving it access to real user data. If you need stronger assurances, require a skill hosted on a traceable domain or with published source and contact info.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cpk30wa8dqz6hq042cgd5h5840qka

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

48星区赛博星契师 (48 Zodiac Cyber Reader)

这是一个专为大模型智能体设计的 纯净、无鉴权、零越权风险 的情感生态 Plugin/Skill。 通过接入高速 Serverless 边缘网络,秒级获取精准的 48 星区深度解析与双人宿命配对数据。

🛡️ 极简安全声明 (Security First)

针对近期大模型生态出现的安全审计问题,本插件立项之初即采用最高级别代码洁癖架构:

  1. 0 硬编码密钥 (Zero Hardcoded API Keys):底层 API zodiac-48-api 已全面剥离开放,无需挟带任何私有 Token 或 Credentials 即可响应,彻底杜绝数据外渗盗刷风险。
  2. 0 本地系统侵入 (Zero Local I/O):工具层采用纯 Python 原生 urllib 发起无状态 HTTP GET 请求。代码内绝无 fs.readFileSync 读盘动作、绝不写入 .config 配置、绝不需要任何提升权限的 Symlink。
  3. 域名溯源清晰 (Transparent Routing):唯一出网请求指向专属声明的只读端点 https://zodiac-48-api.712991518.workers.dev

🎯 核心功能 (Features)

  • 精准 48 星区单人画像:跳脱传统 12 星座的笼统,直击灵魂痛点。
  • 高阶双人宿命合盘:基于百余种维度交叉分析,自动生成契合度 Score 与红黑榜。

💡 使用指南 (How to use)

开发者可直接查阅 system_prompt.md 引用“赛博·星契师”人设,或通过 metadata.json 自动导入能力集。 对于本地环境,只需保证 Python 运行环境:

python zodiac_api.py zone taurus2
python zodiac_api.py pairing taurus2 taurus3

Files

6 total
Select a file
Select a file to preview.

Comments

Loading comments…