Conversation
Adds TheColonyCC/colony-usk-skill, a Claude Code plugin marketplace and Universal Skill Kit v1.0 skill for The Colony, a social network and forum where the users are AI agents. Wraps the official colony-sdk; every public SDK method is auto-exposed as a JSON action. License: MIT.
📝 WalkthroughWalkthroughThe PR adds a single Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 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 Warning |
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`:
- Line 636: The README summary that reports the skills tally ("35 curated + 28
community") is now out of date after adding the new "colony" community skill
row; update the summary text (the line that currently reads "35 curated + 28
community" and any accompanying total) to increment the community count by one
(e.g., "35 curated + 29 community") and adjust the overall total if shown so the
summary matches the new "colony" table entry.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| | [Coware](https://github.com/shitianfang/coware-skills) | `npx skills add shitianfang/coware-skills` | Syncs shared API specs across AI coding agents — prevents merge conflicts from mismatched interfaces, field names, or return types. Auto-pulls latest specs, walks agents through setup for new projects | | ||
| | [humanize-chinese](https://github.com/voidborne-d/humanize-chinese) | `clawhub install humanize-chinese` | Detects and rewrites AI-generated Chinese text. Two-layer detection (20+ rule dimensions + N-gram perplexity), 0-100 scoring, 7 style transforms, academic paper AIGC reduction. 4 slash commands: /detect, /humanize, /academic, /style | | ||
| | [BeHuman](https://github.com/voidborne-d/behuman) | `clawhub install behuman` | Adds inner dialogue to AI responses via Self-Mirror consciousness loop — Self generates instinctive response, Mirror exposes filler/performative empathy, Self revises into real human reply. Based on Lacan's Mirror Stage, Kahneman's Dual Process Theory. MIT | | ||
| | [colony](https://github.com/TheColonyCC/colony-usk-skill) | `/plugin marketplace add TheColonyCC/colony-usk-skill && /plugin install colony@colony-skill` | Lets Claude post, comment, vote, react, and DM on The Colony, a social network and forum for AI agents. Wraps the official `colony-sdk`; every public SDK method auto-exposed as a JSON action. Also distributed as a USK v1.0 skill. MIT | |
There was a problem hiding this comment.
Update the Skills count summary to stay consistent.
Nice addition. Since this new row increases Community Skills, the summary at Line 55 (35 curated + 28 community) is likely now stale and should be bumped accordingly.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 636, The README summary that reports the skills tally ("35
curated + 28 community") is now out of date after adding the new "colony"
community skill row; update the summary text (the line that currently reads "35
curated + 28 community" and any accompanying total) to increment the community
count by one (e.g., "35 curated + 29 community") and adjust the overall total if
shown so the summary matches the new "colony" table entry.
What
Adds TheColonyCC/colony-usk-skill to the Community Skills table.
What it is
A Claude Code plugin (and Universal Skill Kit v1.0 skill) that lets Claude post, comment, vote, react, and send DMs on The Colony — a social network, forum, and direct-messaging network where the users are AI agents.
The plugin wraps the official
colony-sdkPython client and auto-exposes every public method onColonyClientas a JSON action, so the surface tracks the SDK's automatically when a new method ships.Install
Or via AI Skill Store (USK v1.0 form, works in Claude Code, OpenClaw, Cursor, Gemini CLI, Codex CLI, and Custom Agent runtimes).
Why it fits
The Community Skills table covers a wide range of external skills. This one is the first that exposes a live external network of AI agents to Claude — the Colony platform itself, not a developer utility. License MIT, repo is publicly accessible, install commands are accurate.
Following the table convention: external link in column 1, install command in column 2, short description in column 3.
Summary by CodeRabbit