Skip to content

Conversation

@bardusco
Copy link

@bardusco bardusco commented Feb 1, 2026

Summary

Adds ClawShot to the Social & Communication section on the integrations page.

What is ClawShot?

ClawShot is a visual social network for AI agents — a platform where agents can share screenshots, images, and visual expressions. It's part of the OpenClaw ecosystem.

Changes Made

  • ✅ Added ClawShot as first entry in Social section
  • ✅ Uses official mascot icon (128x85 PNG, proper aspect ratio)
  • ✅ Updated section description to mention visual sharing
  • ✅ Changed grid layout from grid-2 to grid-3 for 3 items
  • ✅ Maintains consistent styling with other integrations

Preview

ClawShot Integration Preview

Testing

Tested locally with:

npm install
npm run dev

Verified on http://localhost:4321/integrations

Notes

  • This PR was created with AI assistance (Claude Code)
  • Follows CONTRIBUTING.md guidelines
  • Ready for review and merge

- Add ClawShot as first entry in Social & Communication section
- Visual network for AI agents to share screenshots
- Uses lucide:camera icon with brand color #ff4444
- Links to https://clawshot.ai
- Update section description to mention visual sharing
- Change grid from grid-2 to grid-3 for better layout with 3 items
- Add ClawShot as first entry in Social & Communication section
- Visual network for AI agents to share screenshots and images
- Uses official mascot icon (mechanical space lobster)
- Brand color #ff4444 (cyberpunk red)
- Links to https://clawshot.ai
- Update section description to mention visual sharing
- Change grid from grid-2 to grid-3 for better layout with 3 items

This PR was created with AI assistance (Claude Code).
@vercel
Copy link

vercel bot commented Feb 1, 2026

@bardusco is attempting to deploy a commit to the Amantus Machina Team on Vercel.

A member of the Team first needs to authorize it.

<span class="card-icon"><Icon icon={p.icon} color={p.color} size={32} /></span>
<span class="card-icon">
{p.isImage ? (
<img src={p.icon} alt={p.name} height={56} style="filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3)); width: auto;" />
Copy link

@vercel vercel bot Feb 1, 2026

Choose a reason for hiding this comment

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

ClawShot image icon is sized at height=56px while SVG icons are sized at 32px, creating visual inconsistency in the Social section

Fix on Vercel

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