feat: add ClawHub publishing workflow#8
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 378318249f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| config: | ||
| - ~/.codex-ppt-skill/.env |
There was a problem hiding this comment.
Remove optional .env from required config metadata
Declaring ~/.codex-ppt-skill/.env under metadata.openclaw.requires.config marks that file as a hard runtime requirement, but this skill is designed to work without local API fallback config (built-in image generation path, and OPENAI_API_KEY is explicitly optional in envVars). In OpenClaw/ClawHub requirement checks, this can surface as an unmet prerequisite for fresh installs and block or warn users before they can use the skill in no-API scenarios; this should be moved to optional metadata or omitted from requires.
Useful? React with 👍 / 👎.
Summary
Manual ClawHub test
Validation