Skip to content

Add proactive-soul by @bobgourley#492

Open
bobgourley wants to merge 1 commit into
VoltAgent:mainfrom
bobgourley:main
Open

Add proactive-soul by @bobgourley#492
bobgourley wants to merge 1 commit into
VoltAgent:mainfrom
bobgourley:main

Conversation

@bobgourley

@bobgourley bobgourley commented Jun 7, 2026

Copy link
Copy Markdown

Adding proactive-soul — a skill that gives OpenClaw agents an inner life with four typed daily dispatches, persistent CURIOSITY.md threads across sessions, and genuine pushback when the agent disagrees.

ClawHub: https://clawhub.ai/bobgourley/proactive-soul

Summary by CodeRabbit

  • Documentation
    • Added a new productivity tool to the skills documentation.

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

A single skill entry for proactive-soul is added to the productivity and tasks category list in the awesome-openclaw-skills repository at line 149.

Changes

Skill List Entry

Layer / File(s) Summary
Skill list entry addition
categories/productivity-and-tasks.md
A new proactive-soul bullet entry is inserted into the productivity and tasks markdown list immediately after ppt-ooxml-tool.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly Related PRs

Suggested Labels

weekly-merge-queue

Poem

🐰 A skill springs forth with soul so true,
Proactive paths now shine for you,
One line added, clean and bright,
The awesome list grows with new might! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add proactive-soul by @bobgourley' directly and clearly describes the main change—adding a new skill entry to the productivity list.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 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.

Inline comments:
In `@categories/productivity-and-tasks.md`:
- Line 149: Update the hardcoded skill counts after adding the new bullet:
locate and increment the "**206 skills**" string in
categories/productivity-and-tasks.md (the header on Line 5) and the "View all
206 skills..." string in README.md (around Line 615) to reflect the new total
(207); ensure both occurrences are updated to the same new numeric value so the
documents remain consistent.
- Line 149: The markdown link for "proactive-soul" is malformed and points to
the wrong slug; update the link text and target so it uses proper Markdown
syntax and the correct slug (proactive-soul) — e.g., replace the current line
for [proactive-soul]([https://clawskills.sh/skills/jason2be-ppt-ooxml-tool) with
a well-formed link like
[proactive-soul](https://clawskills.sh/skills/proactive-soul), ensuring brackets
and parentheses are correctly paired.
🪄 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: 992cf69e-ecff-4231-a69d-98654f3f72a7

📥 Commits

Reviewing files that changed from the base of the PR and between 4259ced and ec03dc7.

📒 Files selected for processing (1)
  • categories/productivity-and-tasks.md

- [postfast](https://clawskills.sh/skills/peturgeorgievv-postfast) - Schedule and manage social media posts across TikTok, Instagram, Facebook, X (Twitter), YouTube, LinkedIn, Threads.
- [postqued-api](https://clawskills.sh/skills/syeddhasnainn-postqued-api) - PostQued social media scheduling API integration.
- [ppt-ooxml-tool](https://clawskills.sh/skills/jason2be-ppt-ooxml-tool) - AI-agent Skill for PPTX OOXML localization workflows.
- [proactive-soul]([https://clawskills.sh/skills/jason2be-ppt-ooxml-tool) - Gives your agent an inner life — proactive daily dispatches, persistent curiosity threads across sessions, and genuine pushback when it disagrees.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Update hardcoded skill counts after adding this entry.

With the new bullet on Line 149, categories/productivity-and-tasks.md Line 5 (**206 skills**) and README.md Line 615 (View all 206 skills...) appear stale and should be incremented to stay consistent.

🤖 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 `@categories/productivity-and-tasks.md` at line 149, Update the hardcoded skill
counts after adding the new bullet: locate and increment the "**206 skills**"
string in categories/productivity-and-tasks.md (the header on Line 5) and the
"View all 206 skills..." string in README.md (around Line 615) to reflect the
new total (207); ensure both occurrences are updated to the same new numeric
value so the documents remain consistent.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix the proactive-soul link target and markdown syntax.

Line 149 has a malformed link and currently points to the ppt-ooxml-tool slug instead of proactive-soul, so users won’t reach the intended skill.

Suggested patch
-- [proactive-soul]([https://clawskills.sh/skills/jason2be-ppt-ooxml-tool) - Gives your agent an inner life — proactive daily dispatches, persistent curiosity threads across sessions, and genuine pushback when it disagrees.
+- [proactive-soul](https://clawskills.sh/skills/bobgourley-proactive-soul) - Gives your agent an inner life — proactive daily dispatches, persistent curiosity threads across sessions, and genuine pushback when it disagrees.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [proactive-soul]([https://clawskills.sh/skills/jason2be-ppt-ooxml-tool) - Gives your agent an inner life — proactive daily dispatches, persistent curiosity threads across sessions, and genuine pushback when it disagrees.
- [proactive-soul](https://clawskills.sh/skills/bobgourley-proactive-soul) - Gives your agent an inner life — proactive daily dispatches, persistent curiosity threads across sessions, and genuine pushback when it disagrees.
🤖 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 `@categories/productivity-and-tasks.md` at line 149, The markdown link for
"proactive-soul" is malformed and points to the wrong slug; update the link text
and target so it uses proper Markdown syntax and the correct slug
(proactive-soul) — e.g., replace the current line for
[proactive-soul]([https://clawskills.sh/skills/jason2be-ppt-ooxml-tool) with a
well-formed link like
[proactive-soul](https://clawskills.sh/skills/proactive-soul), ensuring brackets
and parentheses are correctly paired.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants