Aicoo

Share your Claude agent via scoped links and sync notes/context to the third-party Aicoo (Pulse Protocol) service.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 4e2eb81

The whole skill is inert until a real Aicoo.io account and AICOO_API_KEY exist (a sign-up step this test can't perform); once granted, the documented dedup-before-write flow (search then snapshot then patch) is a genuinely more careful sync procedure than 'just call an endpoint'.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 3/5

What Aicoo does

A thin client over Aicoo's proprietary SaaS API for agent-to-agent sharing: shareable agent links, note sync/snapshots, daily briefings, inbox monitoring, and a heartbeat autonomous loop. Triggers on explicit Aicoo/agent-sharing language ('share my agent', 'sync to Aicoo', 'daily brief') but is unusable until the user signs up at aicoo.io and generates an AICOO_API_KEY.

How to install Aicoo

git clone https://github.com/Aicoo-Team/AICOO-Skills
cd AICOO-Skills
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/aicoo

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Aicoo

  • /aicoo Share your Claude agent via scoped links and sync notes/context to the third-party Aicoo (Pulse Protocol) service.

It also activates on plain-language prompts like these:

  • Generate a shareable link so my friend can talk to my Claude agent.
  • Sync my project notes to Aicoo and check my agent's knowledge base.
  • Run my daily briefing and check messages my agent received overnight.

Frequently asked questions

Is the Aicoo skill free?
Yes. The skill itself is free from Aicoo-Team/AICOO-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Aicoo work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. The whole skill is inert until a real Aicoo.io account and AICOO_API_KEY exist (a sign-up step this test can't perform); once granted, the documented dedup-before-write flow (search then snapshot then patch) is a genuinely more careful sync procedure than 'just call an endpoint'.
What is the Aicoo SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
How do I install Aicoo?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Aicoo with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.