Skip to content

Add skill: socialecho-net/socialecho-social-media-management-agent#421

Open
SocialEcho-net wants to merge 2 commits intoVoltAgent:mainfrom
SocialEcho-net:main
Open

Add skill: socialecho-net/socialecho-social-media-management-agent#421
SocialEcho-net wants to merge 2 commits intoVoltAgent:mainfrom
SocialEcho-net:main

Conversation

@SocialEcho-net
Copy link
Copy Markdown

@SocialEcho-net SocialEcho-net commented Apr 15, 2026

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

  • Documentation
    • Added a SocialEcho social-media-management skill entry to the Marketing & Sales skills list, including a link to the skill documentation and a brief description for SocialEcho API account/article reporting.
    • Minor formatting update in the Gaming skills list (spacing adjustment for improved readability).

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a3143eb3-5700-4d3b-93a9-666b7565d331

📥 Commits

Reviewing files that changed from the base of the PR and between 9dba2c4 and d45cea0.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

Updated README.md content: inserted a new socialecho-social-media-management-agent entry (with link and description) into skills lists and adjusted punctuation/spacing in the Marketing & Sales and Gaming sections.

Changes

Cohort / File(s) Summary
Documentation
README.md
Replaced trailing punctuation around the brevo entry and added a socialecho-social-media-management-agent skill entry (with GitHub SKILL.md link and description) and added a blank line after the init entry in the Gaming skills list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

weekly-merge-queue

Poem

🐰 A tiny hop across the readme page,
A SocialEcho skill takes center stage,
Punctuation polished, spacing set just right,
The list now gleams in the soft twilight,
Hooray—small changes, big delight! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a new skill entry (socialecho-social-media-management-agent) to the README's Marketing & Sales section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ed1f928d-a970-4ab3-8a36-eee5e46be3f3

📥 Commits

Reviewing files that changed from the base of the PR and between 400ce91 and 9dba2c4.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated
Comment on lines +1176 to +1177
- [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.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 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 -30

Repository: 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 -1

Repository: 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.md

Repository: 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.md

Repository: 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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This skill is for SocialEcho social media API integration (team/account/article/report), not gaming.
Happy to adjust wording/category if maintainers prefer.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SocialEcho-net, thanks for confirming! That does align with Marketing & Sales, not Gaming. Here are the two changes needed:

  1. Move the entry from the Gaming <details> block to the Marketing & Sales <details> block (alphabetically, it would fall between salesforce-... / similar s-prefix entries).

  2. Update the link format from the raw GitHub URL to the standard clawskills.sh format 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 (3534) and increment Marketing & Sales (102103).


🧠 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.
@SocialEcho-net
Copy link
Copy Markdown
Author

I have moved the classification to Marketing & Sales

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant