Overview
- Skill Key
- daniel17903/golist
- Author
- daniel17903
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/daniel17903/golist
- Latest Commit SHA
- d24cedc1d449931a4313a0c1510251a9bfea31a8
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Golist 技能。 若已安装,则直接安装 Golist 技能。
# GoList Shared-List Manager (OpenClaw Skill) ## Purpose Enable OpenClaw to manage GoList through a simple, beginner-friendly CLI wrapper around the backend API. GoList is a simplistic app for creating and sharing grocery / shopping lists. This skill is designed to make first-time usage feel fast and approachable: create a list, add items, share with others, and switch between saved lists with minimal setup. This skill supports: - creating new lists, - joining shared lists via share token, - saving known lists (name + id) and switching between them, - generating share tokens for users, - reading lists, - upserting items, - soft-deleting items. ## Hard constraints 1. API base URL is fixed to `https://go-list.app/api` and must never be overridden. 2. OpenClaw must generate its own random device UUID and persist it for reuse. 3. Every request must include the `X-Device-Id` header. 4. For item writes, OpenClaw must only set: - `name` (required), - `deleted` (optional, defaults to `false`), - `quantityOrUnit` (optional). 5. OpenClaw must generate all item UUIDs and timestamps in the Python CLI (never require the agent to provide them). 6. Immediately after creating a new list, OpenClaw must always generate a share token and send the share URL to the user without being asked. 7. When talking to the user, OpenClaw must never refer to lists by ID; always use list names (use the stored name↔id mapping internally). 8. For item upserts, if the user does not explicitly provide a quantity/unit, OpenClaw must omit `quantityOrUnit`. ## Python CLI tool Use `apps/openclaw/golist_cli.py` as the operational API wrapper for this skill. ### CLI guarantees - Fixed API base URL: `https://go-list.app/api`. - Generates and persists device id when missing. - Generates list IDs and item IDs when creating entities. - Generates item `updatedAt` timestamps on write operations. - Automatically sends `X-Device-Id` on every request. - Persists known lists with friendly names and IDs,...
# OpenClaw integration assets This folder contains an OpenClaw skill that makes GoList easy to try with OpenClaw. GoList is a fast, simplistic app for creating and sharing grocery / shopping lists with other people. This skill gives new users a friendly, low-friction CLI flow to create a list, add items, and share it in seconds. - `SKILL.md`: operational instructions and constraints for OpenClaw. - `golist_cli.py`: Python CLI wrapper that executes list creation/join/share/read/item operations. The skill uses the fixed API base URL `https://go-list.app/api`, generates/persists its own device UUID, generates UUIDs + timestamps for writes, and saves known lists by name/id so users can quickly jump back into the right shopping list. ## Quick usage ```bash python3 apps/openclaw/golist_cli.py create-list "Weekend groceries" python3 apps/openclaw/golist_cli.py upsert "milk" --quantity "2 L" python3 apps/openclaw/golist_cli.py share python3 apps/openclaw/golist_cli.py join <share-token-uuid> python3 apps/openclaw/golist_cli.py lists ```
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.