Skills & Tools
MCP servers, integrations, and tool-use patterns for agents
Build a playbook about Skills & Tools
Save articles from this feed, then generate a personalized implementation guide
Claude Code v2.1.105 introduces significant improvements to worktree management, plugin architecture, and user experience. Key additions include the `path` parameter for EnterWorktree, PreCompact hook blocking, background monitor support for plugins, and the `/proactive` alias for `/loop`. The release focuses on stability with better API stream handling, improved error messaging, and numerous bug fixes across file operations, terminal rendering, and MCP integration.
★★★★★Google ADK Python v1.30.0 introduces significant enhancements including Auth Provider support in agent registry, Parameter Manager integration, Gemma 4 model support, and live avatar capabilities. The release also promotes BigQuery tools to stable status and adds artifact service integration for A2A events. Multiple bug fixes address security vulnerabilities, credential leakage, and improve the express mode user experience.
★★★★★OpenClaw v2026.4.12 is a comprehensive quality release emphasizing plugin loading reliability, memory system improvements, and expanded local model support. Key additions include an Active Memory sub-agent plugin, local MLX speech provider for Talk Mode, LM Studio provider for self-hosted models, and enhanced Feishu setup workflows. The release also addresses critical security fixes, dreaming/narrative stability, and improves gateway lifecycle management and Matrix client streaming support.
★★★★★crewAI 1.14.2a3 is a patch release introducing a deploy validation CLI and improved LLM initialization ergonomics. The release addresses critical security vulnerabilities in pypdf, uv, and requests libraries, plus fixes for Bedrock tool arguments, strict mode schema sanitization, and test flakiness. Documentation updates include enterprise A2A feature clarifications and OSS A2A improvements.
★★★★★OpenClaw v2026.4.10 introduces major features including Codex provider integration for GPT models, an Active Memory plugin for context-aware conversations, experimental local MLX speech support for macOS, and expanded QA testing capabilities with Matrix and Telegram lanes. The release includes extensive security hardening across browser navigation, tool execution, and WebSocket handling, plus numerous fixes for Microsoft Teams integration, WhatsApp media delivery, gateway startup stability, and agent-based tool use.
★★★★★Google ADK Python v1.29.0 introduces significant enhancements to authentication, security, and tooling capabilities. Key additions include auth scheme/credential support for MCP toolsets, configurable resource limits and shell metacharacter blocking in BashTool, new EnvironmentToolset for file I/O and command execution, and improved BigQuery logging with configurable view prefixes. The release also adds support for model endpoints in Agent Registry, regional endpoints for SecretManager, and enhanced session management with custom session IDs and shallow-copy options.
★★★★★This tutorial demonstrates building a webhook-triggered SRE incident response agent using Claude Managed Agents that automatically investigates production alerts, consults runbooks, proposes infrastructure fixes via pull requests, and gates merging behind human approval. The agent combines built-in sandbox tools (bash, read, edit) with custom tools for PR management and human-in-the-loop approval, providing complete audit trails in the Anthropic Console. The example uses mocked PagerDuty, GitHub, and Datadog integrations to focus on agent patterns, with guidance for swapping in real services.
★★★★★This tutorial introduces the Claude Managed Agents API by walking through a practical debugging workflow where an agent iteratively fixes failing tests in a Python package. It covers the three core resources (Agent, Environment, Session), file mounting, and the streaming event loop pattern. The example demonstrates how agents autonomously discover the iterate-observe-fix loop by running tests, reading failures, editing code, and repeating until all assertions pass.
★★★★★This cookbook demonstrates building a Slack data analyst bot using Claude Managed Agents and Bolt for Python. Users mention the bot with a CSV file to receive narrative analysis reports in-thread, with support for multi-turn follow-ups within the same session. The implementation handles file uploads, streams agent progress updates, and manages session persistence across Slack threads.
★★★★★Claude Code v2.1.97 introduces a focus view toggle for better prompt visibility, enhanced status line customization with git worktree support, improved permissions handling with stricter Bash tool checks, and numerous bug fixes across MCP connections, resume functionality, NO_FLICKER mode rendering, and authentication. The release also improves auto-approval logic for safe commands, image compression consistency, and CJK text input handling.
★★★★★crewAI 1.14.1rc1 introduces async checkpoint TUI browser and streaming output enhancements, along with critical security updates and architectural improvements. Key changes include CVE-2026-1839 resolution via transformers bump, dynamic tool field exclusion, and refactored provider architecture using BaseModel discriminators. The release focuses on async/streaming capabilities, security hardening, and code quality improvements across the framework.
★★★★★crewAI 1.14.1 introduces async checkpoint TUI browser functionality and improves streaming output handling with async context managers. The release includes critical security updates (CVE-2026-1839 fix via transformers bump), bug fixes for checkpoint registration and tool name sanitization, and architectural refactoring to use dynamic field exclusion and shared singleton patterns. Key improvements enhance developer experience through better CLI tooling and provider type discrimination.
★★★★★The Claude Agent SDK provides built-in session management functions to build conversation history sidebars without writing custom parsers. This cookbook demonstrates how to list, read, rename, tag, and fork sessions stored as JSONL transcripts on disk. By leveraging SDK primitives like list_sessions(), get_session_messages(), and rename_session(), developers can implement session browsers for desktop apps, IDE extensions, and chatbots without managing file I/O directly.
★★★★★This cookbook demonstrates building a Claude-powered threat intelligence enrichment agent that autonomously investigates Indicators of Compromise (IOCs) by querying multiple threat intel sources, correlating findings, mapping to MITRE ATT&CK, and generating structured reports for SIEM/SOAR integration. The agent uses Claude's tool-use capabilities to decide which intelligence sources to query, chain tool calls based on discoveries, and convert free-text analysis into analyst-ready JSON reports. The architecture uses simulated threat intel backends that can be swapped with real APIs (VirusTotal, AbuseIPDB, Shodan, etc.) without changing orchestration logic.
★★★★★OpenClaw v2026.4.5 is a major release introducing breaking config changes with migration support, new media generation tools (video, music, image), expanded provider integrations (Qwen, Fireworks AI, StepFun, Amazon Bedrock Mantle), multilingual control UI support, enhanced approval workflows for iOS and Matrix, experimental memory dreaming features with weighted recall, and improved prompt caching stability across multiple dimensions.
★★★★★Claude Code v2.1.91 introduces MCP tool result persistence overrides supporting up to 500K characters, adds shell execution disabling options, enables multi-line prompts in deep links, and allows plugins to ship executables. The release includes critical fixes for transcript chain breaks, terminal key handling, plan mode persistence in remote sessions, and JSON schema validation, plus performance improvements and enhanced API guidance.
★★★★★CrewAI v1.13.0 introduces significant architectural improvements including RuntimeState RootModel for unified serialization, enhanced event telemetry for skills and memory, and A2UI extension support. The release includes critical bug fixes for GPT-5.x model compatibility, RBAC permission alignment, and Windows lancedb compatibility. Performance optimizations reduce framework overhead through lazy event bus implementation and conditional tracing.
★★★★★OpenClaw v2026.4.1 is a maintenance and feature release introducing chat-native task boards, SearXNG web search integration, Amazon Bedrock Guardrails support, and enhanced channel features (Feishu comments, WhatsApp reactions, Telegram improvements). The release includes significant fixes for task management, execution approvals, session handling, and plugin runtime dependencies, with improved error handling and configuration flexibility across gateways, channels, and agent systems.
★★★★★OpenClaw v2026.4.1-beta.1 introduces significant enhancements across chat, web search, cloud integrations, and channel management. Key additions include a native `/tasks` background task board, SearXNG web search provider, Amazon Bedrock Guardrails support, and improved Feishu document collaboration. The release also addresses critical fixes for task management, execution approvals, session routing, and channel-specific issues to improve stability and user experience.
★★★★★Claude Code v2.1.89 is a major release introducing deferred permission decisions for headless sessions, flicker-free rendering, improved MCP connection handling, and numerous bug fixes across tool execution, file handling, and UI rendering. Key improvements include named subagents, enhanced auto-mode permission workflows, and fixes for critical issues like memory leaks, LSP crashes, and prompt cache misses in long sessions.
★★★★★