examples: add TweetClaw OpenClaw skill example#47
Conversation
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
📝 WalkthroughWalkthroughThis PR adds a new example skill demonstrating a plugin-backed workflow. The change includes a SkillCard manifest with source provenance, skill documentation describing installation and usage, and an update to the README pointing users to the example. ChangesTweetClaw OpenClaw skill example
🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
examples/tweetclaw-openclaw/SKILL.md (1)
1-8: ⚡ Quick winAlign version format with manifest for consistency.
The frontmatter version is
"1.0"(line 7) while the manifest version inskill.yamlis1.0.0(line 6). These should match for clarity, even though the system may normalize them internally.🔧 Proposed fix
metadata: author: skillimage-contributors - version: "1.0" + version: "1.0.0"🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@examples/tweetclaw-openclaw/SKILL.md` around lines 1 - 8, Update the frontmatter version in SKILL.md to match the manifest version in skill.yaml by changing the version field from "1.0" to "1.0.0"; locate the frontmatter version entry in SKILL.md (the version key in the YAML block) and make it identical to the manifest's version (the version key in skill.yaml) to ensure consistency across the package metadata.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@examples/tweetclaw-openclaw/SKILL.md`:
- Around line 1-8: Update the frontmatter version in SKILL.md to match the
manifest version in skill.yaml by changing the version field from "1.0" to
"1.0.0"; locate the frontmatter version entry in SKILL.md (the version key in
the YAML block) and make it identical to the manifest's version (the version key
in skill.yaml) to ensure consistency across the package metadata.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Enterprise
Run ID: c7d3bff6-bf6f-4095-865d-f217f5a773c1
📒 Files selected for processing (3)
README.mdexamples/tweetclaw-openclaw/SKILL.mdexamples/tweetclaw-openclaw/skill.yaml
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
|
Updated the skill frontmatter version to match the SkillCard manifest and clarified the PR title. Re-ran validation: |
Adds a SkillImage example that packages a TweetClaw OpenClaw workflow as a SkillCard-backed skill image sample.
Why:
Validation:
Summary by CodeRabbit