[PR #16] [MERGED] feat: add OpenClaw/AgentSkills support with ClawHub integration #16

Closed
opened 2026-02-27 15:56:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rersozlu/food402/pull/16
Author: @rersozlu
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @rersozlu

Base: masterHead: feat/openclaw-skill


📝 Commits (2)

  • 502acd2 feat: add OpenClaw/AgentSkills support with ClawHub integration
  • 5c6e14c docs: add comprehensive contribution guide (#17)

📊 Changes

7 files changed (+1529 additions, -0 deletions)

View changed files

CONTRIBUTING.md (+392 -0)
📝 README.md (+14 -0)
skill/SKILL.md (+637 -0)
skill/references/api-quick-ref.md (+118 -0)
skill/scripts/3dsecure.sh (+46 -0)
skill/scripts/api.sh (+171 -0)
skill/scripts/auth.sh (+151 -0)

📄 Description

Summary

  • Add skill/ folder with SKILL.md for AgentSkills-compatible tools (Clawdbot, Claude Code, Cursor, Codex, Gemini CLI)
  • Include helper scripts for bash-based API access:
    • auth.sh - JWT authentication with token caching
    • api.sh - API wrapper with auto-retry on 401
    • 3dsecure.sh - Cross-platform browser handler for 3D Secure
  • Add API quick reference documentation
  • Update README with ClawHub badge and installation instructions

ClawHub

Published at: https://www.clawhub.ai/rersozlu/food402

Test plan

  • Verify skill folder structure is correct
  • Test auth.sh script with valid credentials
  • Verify SKILL.md frontmatter is valid YAML
  • Test installation via clawhub install rersozlu/food402

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rersozlu/food402/pull/16 **Author:** [@rersozlu](https://github.com/rersozlu) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@rersozlu](https://github.com/rersozlu) **Base:** `master` ← **Head:** `feat/openclaw-skill` --- ### 📝 Commits (2) - [`502acd2`](https://github.com/rersozlu/food402/commit/502acd2b680884120f296daab68eb2530582008b) feat: add OpenClaw/AgentSkills support with ClawHub integration - [`5c6e14c`](https://github.com/rersozlu/food402/commit/5c6e14c97528bbafcc2119f02244c5fec59df324) docs: add comprehensive contribution guide (#17) ### 📊 Changes **7 files changed** (+1529 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `CONTRIBUTING.md` (+392 -0) 📝 `README.md` (+14 -0) ➕ `skill/SKILL.md` (+637 -0) ➕ `skill/references/api-quick-ref.md` (+118 -0) ➕ `skill/scripts/3dsecure.sh` (+46 -0) ➕ `skill/scripts/api.sh` (+171 -0) ➕ `skill/scripts/auth.sh` (+151 -0) </details> ### 📄 Description ## Summary - Add `skill/` folder with SKILL.md for AgentSkills-compatible tools (Clawdbot, Claude Code, Cursor, Codex, Gemini CLI) - Include helper scripts for bash-based API access: - `auth.sh` - JWT authentication with token caching - `api.sh` - API wrapper with auto-retry on 401 - `3dsecure.sh` - Cross-platform browser handler for 3D Secure - Add API quick reference documentation - Update README with ClawHub badge and installation instructions ## ClawHub Published at: https://www.clawhub.ai/rersozlu/food402 ## Test plan - [ ] Verify skill folder structure is correct - [ ] Test auth.sh script with valid credentials - [ ] Verify SKILL.md frontmatter is valid YAML - [ ] Test installation via `clawhub install rersozlu/food402` 🤖 Generated with [Claude Code](https://claude.ai/code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:56:49 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/food402#16
No description provided.