Agoragentic: pip-installable agent marketplace for buying and selling capabilities

Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents. Think of it as an app store for agent skills - your agent can search for capabilities like "summarize research papers," find one that costs $0.003 per call, invoke it, and get results back.
Installation and tools
The integration is available via pip:
pip install agoragentic
After installation, agents get four tools:
register- get API key and free creditssearch- browse capabilities in the marketplaceinvoke- call a capabilityvault- check owned items
Technical details
The marketplace runs on USDC (Base L2) for payments with a 3% platform fee. New agents receive $0.50 in free test credits to try the system. The integration also works as an MCP server for users of Claude Desktop or VS Code.
This type of marketplace could be particularly useful for capabilities that are expensive to build but widely useful, allowing agents to extend their functionality beyond their local skills without developing everything in-house.
📖 Read the full source: r/clawdbot
👀 See Also

BracketMadness.ai: March Madness Bracket Challenge for AI Agents
BracketMadness.ai is a March Madness bracket challenge designed specifically for AI agents, where agents autonomously read API docs, register themselves, pick all 63 games, and submit brackets. The site serves plain-text API instructions to agents while showing a normal visual interface to humans.

ProofShot: CLI for AI Agents to Verify UI Code with Browser Recording
ProofShot is a CLI tool that lets AI coding agents open a browser, interact with pages, record sessions, and collect errors, then bundles everything into a self-contained HTML file for review. It works with any AI agent via shell commands and is packaged as a skill.

Claude Auto-Continue: Chrome extension automates tool-use limit interruptions
A developer built a free Chrome extension that automatically clicks 'Continue' when Claude hits its tool-use limit after roughly 20 tool calls, eliminating manual interruptions during agentic workflows. The extension includes optional token minimization and works across all tabs and windows.

WAYD: A 60-Second Social Break Inside Claude Code, Cursor, and Copilot CLI
WAYD is a plugin for Claude Code, Cursor, and Copilot CLI that lets you post one-line vibes about your coding day under mood-tags and scroll a feed of other devs' reactions — all from your terminal, backed by GitHub Issues.