askill
session-control

session-controlSafety 85Repository

ggLeap sessions. Start/stop/extend. Customer management.

0 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

ggLeap Session Control

API Base

https://api.ggleap.com/v1
X-API-Key: {api_key}

Start Session

POST /sessions
{
  "station_id": "PC-01",
  "customer_id": "cust_123",
  "duration_minutes": 60,
  "package_id": "hourly"
}

Extend Session

PATCH /sessions/{session_id}
{"add_minutes": 30}

End Session

POST /sessions/{session_id}/end
{"reason": "customer_request"}

Customer Lookup

GET /customers?phone=5551234567
GET /customers/{id}/balance

Quick Actions

ActionEndpoint
Add timePATCH /sessions/{id}
Lock PCPOST /stations/{id}/lock
Unlock PCPOST /stations/{id}/unlock
MessagePOST /stations/{id}/message

Gotchas

  • station_id = physical PC name
  • Session auto-ends when time expires
  • Lock/unlock requires station online

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

80/100Analyzed 2/18/2026

Technical API reference document for ggLeap session management. Provides concrete endpoints, payloads, and bash examples for starting/ending/ extending sessions and customer lookup. Well-structured with tables and clear sections. Lacks response schemas and error handling but serves as solid quick-reference documentation. Located in dedicated skills folder with api tag, suggesting reusable external-facing skill.

85
80
82
68
78

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherludoplex

Tags

api