Tagged

Mcp

Apr 25, 2026 Claude Code Hands-On 5 min read

Claude Code Hands-On (10): Skills, and When to Reach for Each Extension Mechanism

Skills are the newest extension mechanism in Claude Code: a folder, a SKILL.md, and a body of instructions the model loads on demand. How they differ from slash commands, MCP servers, and hooks — with a decision tree for …

Apr 19, 2026 Claude Code Hands-On 5 min read

Claude Code Hands-On (4): MCP Servers, or How Claude Talks to Anything

MCP is the plug-in protocol that lets Claude Code reach beyond your filesystem. Install one (Playwright), see it work end-to-end, and learn the permission model that keeps it from going feral.

Apr 8, 2026 OpenClaw QuickStart 5 min read

OpenClaw QuickStart (6): Skills, MCP, and Shipping Something Real

Write your first Skill, attach an MCP server for browser automation, schedule it as a cron, and ship a real morning-briefing agent. The point where the install becomes a tool you'd miss if it disappeared.