Go Stargazing Trip

v0.1.0

多日晚拍星/观星连续性推荐技能。基于逐晚候选结果做跨晚路线连续性、转场距离、连住收益和可执行性判断;输出主路线、备选路线、远线方案以及路线风险说明。用于用户明确询问“假期怎么连着走最顺”“主路线/备选路线/远线怎么选”“多天连续拍星怎么安排”时。

0· 82·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
stale
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (multi-night stargazing route planning) match the included code and data: a go_stargazing engine, astronomy/weather modules, geo data for Chinese administrative areas and polygon geometry are present and appropriate for route continuity, distance and risk scoring.
Instruction Scope
SKILL.md describes a narrowly scoped planning workflow (consume per-night candidates, compute cross-night continuity/distances, output main/backup/far routes and risks). The instructions do not ask the agent to read unrelated system files or environment variables. One note: SKILL.md declares the skill can run baseline per-night analysis itself if only a date range is provided, which implies executing the included scripts — review the engine, weather and lunar/query modules for any network I/O or unexpected data exfiltration before running.
Install Mechanism
There is no install spec (instruction-only) which is low-risk, but this package contains many Python scripts and large local geo data files. SKILL.md metadata lists a pip requirement (lunarcalendar) — check the actual requirements used by the code (engine/weather modules may import other libraries) before executing.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The lack of secret requests is appropriate for its stated purpose.
Persistence & Privilege
Skill flags are default (always:false, model invocation enabled). The skill does not declare requests to modify other skills or system-wide settings; nothing requests permanent elevated presence.
Assessment
This skill appears coherent for planning multi-night stargazing trips: the included geo polygons, engine and weather/astronomy modules fit the description and no secrets are requested. Before installing or running it, do the following: (1) inspect scripts/go_stargazing_engine/* and scripts/go_stargazing_trip.py for any outbound network calls (weather APIs, telemetry, unexpected endpoints) and for any imports beyond lunarcalendar that may need installation, (2) confirm you are comfortable with the packaged geo data (large local files) and its licensing, and (3) run the code in an isolated environment (virtualenv/container) if you plan to execute it, so you can see and control any network activity or additional dependency installations. If you want, I can scan the visible engine.py, weather.py and geo.py sources for network calls and suspicious patterns — upload them or allow me to view them and I will inspect in detail.

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

latestvk97f17m94dtw9q0w8g6jv5na8x83xspq

License

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

Comments