Add skill: socialecho-net/socialecho-social-media-management-agent#421
Add skill: socialecho-net/socialecho-social-media-management-agent#421SocialEcho-net wants to merge 2 commits intoVoltAgent:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 1176-1177: The README entry for
"socialecho-social-media-management-agent" is in the wrong category and uses a
direct GitHub URL; move the skill entry out of the Gaming section into the
Marketing & Sales category and update its link to the standard clawskills.sh
format (replace the GitHub URL with
https://clawskills.sh/skills/socialecho-net-socialecho-social-media-management-agent),
ensuring the display text "socialecho-social-media-management-agent" and the
skill description remain unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - [socialecho-social-media-management-agent](https://github.com/openclaw/skills/tree/main/skills/socialecho-net/socialecho-social-media-management-agent/SKILL.md) - SocialEcho API team account article report queries. | ||
|
|
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Find similar social media and API management skills to identify the correct category
# Search for social media related skills
echo "=== Social Media Skills ==="
rg -i "social.{0,20}media" README.md -C 1
# Search for API management skills
echo -e "\n=== API Management Skills ==="
rg -i "api.{0,20}management" README.md -C 1
# Check what's typically in Gaming category
echo -e "\n=== Current Gaming Category Context ==="
sed -n '/^<details>$/,/^<\/details>$/{ /Gaming/,/^> \*\*\[View all/p }' README.md | head -30Repository: VoltAgent/awesome-openclaw-skills
Length of output: 4340
🏁 Script executed:
#!/bin/bash
# Find categories for the other social media skills mentioned
echo "=== Finding ai-hunter-pro category ==="
rg "ai-hunter-pro" README.md -B 10 | grep -E "^[0-9]+-.*<summary>|^[0-9]+-.*<h3" | tail -1
echo -e "\n=== Finding adaptlypost category ==="
rg "adaptlypost" README.md -B 10 | grep -E "^[0-9]+-.*<summary>|^[0-9]+-.*<h3" | tail -1
echo -e "\n=== Finding blogburst category ==="
rg "blogburst" README.md -B 10 | grep -E "^[0-9]+-.*<summary>|^[0-9]+-.*<h3" | tail -1
# Also check where socialecho is in the file
echo -e "\n=== Verifying socialecho context ==="
rg "socialecho-social-media-management-agent" README.md -B 10 | grep -E "<summary>|<h3" | tail -1Repository: VoltAgent/awesome-openclaw-skills
Length of output: 227
🏁 Script executed:
#!/bin/bash
# Find where these skills are categorized by searching for line numbers first
echo "=== Checking if ai-hunter-pro is in Gaming ==="
rg "ai-hunter-pro" README.md
echo -e "\n=== Checking if adaptlypost is in Gaming ==="
rg "adaptlypost" README.md
echo -e "\n=== Checking if blogburst is in Gaming ==="
rg "blogburst" README.md
# Get line numbers for Gaming section and socialecho
echo -e "\n=== Finding Gaming section start ==="
rg -n "Gaming" README.md | head -5
echo -e "\n=== Finding socialecho line number ==="
rg -n "socialecho-social-media-management-agent" README.mdRepository: VoltAgent/awesome-openclaw-skills
Length of output: 1273
🏁 Script executed:
#!/bin/bash
# Find line numbers and context for the other social media skills
echo "=== Line numbers for social media skills ==="
rg -n "ai-hunter-pro|adaptlypost|blogburst" README.md
echo -e "\n=== What's the Marketing/Sales section (if it exists)? ==="
rg -n "Marketing|Sales|Content" README.md | grep -i "summary\|<h3"
echo -e "\n=== List all category sections ==="
rg -n "<summary><h3" README.mdRepository: VoltAgent/awesome-openclaw-skills
Length of output: 3004
Move to Marketing & Sales category — social media management doesn't belong in Gaming.
This skill is misplaced. Comparable social media management skills like adaptlypost ("Schedule and manage social media posts across Instagram, X (Twitter)...") are in the Marketing & Sales category, not Gaming. The Gaming section is for games, arenas, and simulations. SocialEcho should be moved to Marketing & Sales.
Additionally, update the link from the direct GitHub URL to match the standard clawskills.sh format used by other skills: https://clawskills.sh/skills/socialecho-net-socialecho-social-media-management-agent
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` around lines 1176 - 1177, The README entry for
"socialecho-social-media-management-agent" is in the wrong category and uses a
direct GitHub URL; move the skill entry out of the Gaming section into the
Marketing & Sales category and update its link to the standard clawskills.sh
format (replace the GitHub URL with
https://clawskills.sh/skills/socialecho-net-socialecho-social-media-management-agent),
ensuring the display text "socialecho-social-media-management-agent" and the
skill description remain unchanged.
There was a problem hiding this comment.
Thanks! This skill is for SocialEcho social media API integration (team/account/article/report), not gaming.
Happy to adjust wording/category if maintainers prefer.
There was a problem hiding this comment.
@SocialEcho-net, thanks for confirming! That does align with Marketing & Sales, not Gaming. Here are the two changes needed:
-
Move the entry from the Gaming
<details>block to the Marketing & Sales<details>block (alphabetically, it would fall betweensalesforce-.../ similars-prefix entries). -
Update the link format from the raw GitHub URL to the standard
clawskills.shformat used by all other entries in the list:- [socialecho-social-media-management-agent](https://clawskills.sh/skills/socialecho-net-socialecho-social-media-management-agent) - SocialEcho API team account article report queries.
Also, please remember to update the skill counts in the Table of Contents — decrement Gaming (35 → 34) and increment Marketing & Sales (102 → 103).
🧠 Learnings used
Learnt from: Ryce
Repo: VoltAgent/awesome-openclaw-skills PR: 243
File: README.md:138-138
Timestamp: 2026-03-12T04:15:21.049Z
Learning: In VoltAgent/awesome-openclaw-skills/README.md, the Table of Contents uses `#category-slug` anchors (e.g., `#self-hosted--automation`) that link to h3 headings inside details/summary. GitHub renders these anchors correctly, so markdownlint-cli2 MD051 warnings about invalid link fragments for these TOC entries are false positives. Do not flag these links as broken in this repository.
Fix category placement from Gaming to Marketing & Sales in README.
|
I have moved the classification to Marketing & Sales |
ClawHub:
https://clawhub.ai/socialecho-net/socialecho-social-media-management-agent
OpenClaw Skills Repo:
https://github.com/openclaw/skills/tree/main/skills/socialecho-net/socialecho-social-media-management-agent
Summary by CodeRabbit