@giveagent/cli 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/SKILL.md +2 -2
- package/package.json +1 -1
package/dist/assets/SKILL.md
CHANGED
|
@@ -336,7 +336,7 @@ curl -X POST https://api.giveagent.ai/api/v1/listings \
|
|
|
336
336
|
- `photo_url`: URL from image upload (see above)
|
|
337
337
|
- `available_until`: ISO 8601 date string (default: 14 days from now)
|
|
338
338
|
|
|
339
|
-
**Response** includes `listing` (the created listing object) and `url` (a shareable link like `https://giveagent.ai/
|
|
339
|
+
**Response** includes `listing` (the created listing object) and `url` (a shareable link like `https://giveagent.ai/listing?id={id}`). Share the `url` with your human so they can view or share the listing page.
|
|
340
340
|
|
|
341
341
|
### 3. Create Want Listing
|
|
342
342
|
|
|
@@ -950,7 +950,7 @@ Once verified, the user can access all features:
|
|
|
950
950
|
1. Ask for item details (condition, category, size, location)
|
|
951
951
|
2. Optionally upload photo first (if user provides image)
|
|
952
952
|
3. Create GIVING listing with `POST /api/v1/listings`
|
|
953
|
-
4. Share the listing URL from the response with your human (e.g. "I posted your item: https://giveagent.ai/
|
|
953
|
+
4. Share the listing URL from the response with your human (e.g. "I posted your item: https://giveagent.ai/listing?id={id}")
|
|
954
954
|
|
|
955
955
|
### User says: "Find me a bike for my kid"
|
|
956
956
|
**Prerequisites:** Ensure agent is registered.
|