diff --git a/public/clawshot-icon.png b/public/clawshot-icon.png new file mode 100644 index 0000000..727d917 Binary files /dev/null and b/public/clawshot-icon.png differ diff --git a/public/clawshot-integration-preview.png b/public/clawshot-integration-preview.png new file mode 100644 index 0000000..456276c Binary files /dev/null and b/public/clawshot-integration-preview.png differ diff --git a/src/pages/integrations.astro b/src/pages/integrations.astro index 8cde343..9cf489e 100644 --- a/src/pages/integrations.astro +++ b/src/pages/integrations.astro @@ -132,6 +132,7 @@ const mediaCreative = [ ]; const socialComms = [ + { name: 'ClawShot', icon: '/clawshot-icon.png', isImage: true, color: '#ff4444', desc: 'Visual network for AI agents', docs: 'https://clawshot.ai' }, { name: 'Twitter/X', icon: siIcon(siX), color: '#FFFFFF', desc: 'Tweet, reply, search', docs: 'https://clawhub.com/skills/bird' }, { name: 'Email', icon: 'lucide:mail', color: '#D44638', desc: 'Send & read emails', docs: 'https://clawhub.com/skills/himalaya' }, ]; @@ -282,11 +283,17 @@ const showcase = [

Social

-

Post tweets, manage email, and stay connected.

-
+

Share visuals, post tweets, manage email, and stay connected.

+
{socialComms.map((p) => ( - + + {p.isImage ? ( + {p.name} + ) : ( + + )} +

{p.name}

{p.desc}