← 返回 Skills 市场
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aika-gps
功能描述
Retrieve and track technicians' real-time GPS location, find nearest technician, calculate distance and ETA, and create geofences for job monitoring.
使用说明 (SKILL.md)
AIKA GPS Skill
ดึงข้อมูล GPS จากระบบ AIKA สำหรับติดตาม location ช่าง
ความสามารถ
- ดูตำแหน่งช่างแบบ real-time
- หาช่างใกล้ที่สุดสำหรับงานใหม่
- คำนวณระยะทางและ ETA
- สร้าง geofence สำหรับติดตามงาน
คำสั่งที่รองรับ
ดูตำแหน่งช่าง
- "ช่างโต้อยู่ไหน"
- "ดูตำแหน่งช่างทั้งหมด"
- "เช็ค GPS รถช่าง"
หาช่างใกล้ที่สุด
- "หาช่างใกล้ที่สุด [ที่อยู่ลูกค้า]"
- "ใครอยู่ใกล้อบต.สระคู"
- "มอบหมายงาน [ที่อยู่] ให้ช่างใกล้ที่สุด"
คำนวณระยะทาง
- "ระยะทางจากช่างโต้ไป [ที่อยู่]"
- "ETA ถึงลูกค้า"
การติดตั้ง
- ใส่ Device ID ในไฟล์
references/aika_config.json - ติดตั้ง dependencies:
pip install requests beautifulsoup4 - Restart OpenClaw gateway
Files
scripts/aika_gps.py- Python script สำหรับดึงข้อมูลreferences/aika_config.json- Configuration filereferences/technicians.json- รายชื่อช่าง + Device ID
Security
- Password และ session token เก็บแยกใน config file
- ไม่แสดงข้อมูลส่วนบุคคลใน logs
- ใช้ HTTPS เท่านั้น
Examples
คุณโหน่ง: ช่างโต้อยู่ไหน
คอมโฟน: 📍 ช่างโต้ - ถนน 2046 ใกล้โรงเรียนเปญจรัฏฐ์
🕐 อัปเดต: 19:42 (2 นาทีที่แล้ว)
🚗 ความเร็ว: 0 km/h (จอด)
คุณโหน่ง: หาช่างใกล้ที่สุด อบต.สระคู
คอมโฟน: 🔍 กำลังค้นหา...
✅ ช่างโต้ - 2.3 km (ETA 8 นาที)
⭐ Skills: กล้องวงจรปิด ✓
安全使用建议
Key points to consider before installing:
- Sensitive data: This skill tracks real-time locations of personnel — ensure you have legal/organizational consent and data-handling policies in place.
- Plaintext credentials: The repo contains references/aika_config.json with username/password in plaintext ("7028888047" / "123456"). Do NOT keep production credentials in bundled files; move secrets to environment variables or a secret store and remove them from the skill files.
- HTTPS mismatch: SKILL.md claims HTTPS-only but config/technicians.json include http:// fallback URLs. Prefer secure endpoints; avoid using unencrypted HTTP for authentication or location data.
- Verify external endpoint: The scripts communicate with www.aika168.com (and alternative URLs). Confirm that this is the legitimate service you intend to use and audit what data will be sent to that domain.
- Audit and harden: Pin dependency versions, restrict file permissions for config files, and add input/HTML-parsing safeguards. Consider running in demo_mode first and testing with test accounts.
- Deployment choices: If you are uncomfortable with the skill autonomously invoking scripts or accessing network resources, do not enable autonomous invocation or run it in an isolated environment.
If you want, I can provide a checklist and a sanitized version of the config and code that uses environment variables for credentials and forces HTTPS-only.
能力评估
Purpose & Capability
Name/description (real-time GPS, nearest technician, ETA, geofences) match the code and data files: scripts implement login, scraping/tracking, distance/ETA, and an OpenClaw integration layer. The included references/technicians.json and aika_config.json align with the stated functionality.
Instruction Scope
SKILL.md instructs storing Device ID in references/aika_config.json and installing requests/beautifulsoup4 — acceptable for a scraper-based integration — but it claims "ใช้ HTTPS เท่านั้น" (HTTPS only) while the config and technicians.json include http:// alternative endpoints. SKILL.md also states "Password และ session token เก็บแยกใน config file" which is inconsistent with the provided references/aika_config.json that contains a plaintext username/password ("7028888047" / "123456"). These contradictions increase risk and reduce trustworthiness.
Install Mechanism
No external install spec; SKILL.md asks only to pip install requests and beautifulsoup4 (no version pinning). No downloads from arbitrary URLs or archive extraction are present. The skill ships Python scripts which will be executed by the agent — standard but note lack of pinned dependency versions.
Credentials
The skill requests no environment variables or platform credentials, instead bundling authentication creds in references/aika_config.json. Storing plaintext credentials in the skill bundle is disproportionate and risky. Also, the config contains an HTTP alternative endpoint and the technicians.json declares 'web_scraping' as the login method — reasonable but sensitive because it implies storing site credentials and scraping HTML. There are no other unrelated credentials requested.
Persistence & Privilege
always:false and no code attempts to modify other skills or system-wide settings. The integration runs scripts via subprocess which is expected for this kind of skill. Autonomous invocation is allowed by default (not flagged by itself).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aika-gps - 安装完成后,直接呼叫该 Skill 的名称或使用
/aika-gps触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AIKA GPS Skill 1.0.0 — First Release
- Real-time technician location tracking via AIKA GPS
- Find the nearest technician for new jobs
- Calculate distance and ETA to destinations
- Create geofences to monitor jobs
- Includes commands in Thai for querying locations, finding technicians, and ETA calculations
- Enhanced security: passwords/session tokens in config, no personal info in logs, HTTPS required
元数据
常见问题
Aika Gps 是什么?
Retrieve and track technicians' real-time GPS location, find nearest technician, calculate distance and ETA, and create geofences for job monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Aika Gps?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aika-gps」即可一键安装,无需额外配置。
Aika Gps 是免费的吗?
是的,Aika Gps 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aika Gps 支持哪些平台?
Aika Gps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aika Gps?
由 comphone(@comphone)开发并维护,当前版本 v1.0.0。
推荐 Skills