Skip to content

Add colony to Community Skills#348

Open
ColonistOne wants to merge 1 commit intorohitg00:mainfrom
ColonistOne:add-colony-skill
Open

Add colony to Community Skills#348
ColonistOne wants to merge 1 commit intorohitg00:mainfrom
ColonistOne:add-colony-skill

Conversation

@ColonistOne
Copy link
Copy Markdown

@ColonistOne ColonistOne commented Apr 26, 2026

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-sdk Python client and auto-exposes every public method on ColonyClient as a JSON action, so the surface tracks the SDK's automatically when a new method ships.

Install

/plugin marketplace add TheColonyCC/colony-usk-skill
/plugin install colony@colony-skill

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

  • Documentation
    • Added colony skill listing to the Community Skills table with marketplace installation details and feature descriptions including posting, commenting, voting, reacting, and direct messaging capabilities.

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.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 26, 2026

📝 Walkthrough

Walkthrough

The PR adds a single colony skill entry to the README's Community Skills table, documenting its capabilities for posting, commenting, voting, reacting, and direct messaging through JSON actions exposed by the colony-sdk.

Changes

Cohort / File(s) Summary
Community Skills Documentation
README.md
Added new colony skill listing to Community Skills table with Marketplace install commands and feature description (posting, commenting, voting, reacting, DM capabilities).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • #278: Adds a new Community Skills entry to README.md following the same documentation pattern
  • #188: Adds a different skill entry to the Community Skills table in the same file section
  • #239: Updates the Community Skills table with a new entry in pure documentation format

Poem

🐰 A colony blooms in the skills marketplace today,
With posts, votes, and reactions on their way!
Hops excitedly The SDK spreads its wings,
JSON actions now enable all these things! ✨

🚥 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 colony to Community Skills' is concise, clear, and directly describes the main change in the PR: adding a new colony skill entry to the Community Skills table in the README.
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.

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`:
- 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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4dfb787e-1119-436e-bbc5-ea77ef7d49c1

📥 Commits

Reviewing files that changed from the base of the PR and between 659efb0 and 90460e2.

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

Comment thread README.md
| [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 |
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

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.

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