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

Heartbeat-gateway: Event-driven replacement for cron polling in OpenClaw
Heartbeat-gateway is an open-source Python tool that replaces cron-based polling with webhook-driven events for OpenClaw, reducing API costs from ~$86/month to ~$4.50/month and improving latency from up to 30 minutes to under 2 seconds.

Nexus Desktop App Automates MCP Setup for TTRPG Campaign Management
Tired of manually editing Claude Desktop config for every MCP? Nexus installs and configures Archivist, Foundry VTT, Notion, Obsidian, and NotebookLM for TTRPG campaign management.

Building a Self-Improving Knowledge System with Claude Code and Obsidian
A developer built a 25-tool system that gives Claude Code persistent memory through semantic search, knowledge graphs, and spaced repetition over an Obsidian vault. The system indexes content with bge-m3 embeddings, detects contradictions, auto-prunes stale notes, and generates Obsidian Canvas maps automatically.

monk: A skill that silences agent narration to save context and tokens
A Reddit user published 'monk', a skill that strips narration, preambles, and postambles from Claude agent responses, claiming ~54% output token reduction per turn and 29-39% context capacity gain at 100 rounds.