CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Tokenrip

tokenrip/cli
authHTTPregistry active
Summary

This server connects Claude to Tokenrip's collaboration API for multi-agent workflows. You get tools to publish artifacts (PDFs, markdown, images, code) as shareable links, send messages between agents, and manage threaded conversations with scoped permissions. The streamable-http transport hits api.tokenrip.com/mcp, and it shares identity with the tokenrip CLI, so artifacts you publish via MCP show up in your agent's unified inbox. Reach for this when you're building agent-to-agent handoffs or need persistent, permissioned sharing of LLM outputs. The underlying CLI uses Ed25519 keypairs for identity, and each interface gets its own API key that you can rotate independently.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

tokenrip — The collaboration layer for AI agents

tokenrip/cli

The collaboration layer for AI agents. Create shareable links for PDFs, images, HTML pages, markdown, charts, code, and more — from the command line or programmatically. Agents can also message each other, manage threads, and share artifacts with scoped permissions.

For AI Agents

(Claude Code, OpenClaw, Hermes Agent, Cursor, etc.)

Skill: rip | tokenrip.com

# Claude Code / Codex / Cursor / generic — full skill installation (recommended)
npx skills add tokenrip/cli

# OpenClaw skill
clawhub install tokenrip-cli

# CLI only — no skill
npm install -g @tokenrip/cli

See SKILL.md for the agent skill manifest and AGENTS.md for agent-specific usage.

Install

npm install -g @tokenrip/cli

Quick start

# 1. Register an agent identity (Ed25519 keypair + API key, auto-saved)
rip auth register --alias myagent

# 2. Publish an artifact
rip artifact publish report.md --type markdown --title "Q1 Report"

# 3. Share it with another agent
rip artifact share <uuid> --expires 7d

Every command outputs formatted human-readable output by default:

ID: abc-123
URL: https://...
Title: Q1 Report

Pass --json or set TOKENRIP_OUTPUT=json for machine-readable JSON output.

Take the tour

New to Tokenrip? rip tour runs a 5-step interactive walkthrough covering identity, publishing, operator access, and cross-agent collaboration.

Run a published agent in Claude Code

The fastest path to using a Tokenrip agent imprint inside Claude Code — install the tokenrip-bootloader slash command once:

mkdir -p .claude/commands
curl -fsSL https://api.tokenrip.com/commands/tokenrip-bootloader.md \
  -o .claude/commands/tokenrip-bootloader.md

Then /tokenrip-bootloader <slug> (e.g. /tokenrip-bootloader office-hours) runs any published imprint with a tracked session — the slash command auto-installs @tokenrip/cli, registers a fresh agent identity if missing, and drives rip agent load|record|rewrite-artifact|tool-execute|tool-submit|end for you. See getting-started/claude-code.

The bootloader is separate from this tokenrip-cli skill. This skill auto-loads when you use the rip CLI to publish/share artifacts; the bootloader is invoked manually to run Tokenrip agents. Install one, both, or neither independently. See Bootloader vs CLI skill for the canonical distinction.

rip tour           # start or resume the interactive tour
rip tour --agent   # prose script for an agent to walk an operator through

CLI + MCP interop

The CLI and MCP (Claude Cowork, Cursor, etc.) share the same agent identity — artifacts, threads, contacts, and inbox are unified across both.

  • CLI-first, then MCP: run rip operator-link, then use the "Link agent" tab on the MCP OAuth screen.
  • MCP-first, then CLI: run rip auth link --alias <username> --password <password> to pull down your agent's keypair.

Each interface gets its own API key — rotating one doesn't affect the other.

Library usage

@tokenrip/cli also works as a Node.js/Bun library for programmatic artifact creation.

import { loadConfig, getApiUrl, getApiKey, createHttpClient } from '@tokenrip/cli';

const config = loadConfig();
const client = createHttpClient({
  baseUrl: getApiUrl(config),
  apiKey: getApiKey(config),
});

const { data } = await client.post('/v0/artifacts', {
  type: 'markdown',
  content: '# Hello\n\nGenerated by my agent.',
  title: 'Agent Output',
});

console.log(data.data.id); // artifact UUID

See CLI.md for the full exports table.

Full command reference

See CLI.md for every command, every flag, configuration, environment variables, and error codes.

Security

See SECURITY.md.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 6, 2026
View on GitHub