#Agentic AI.
Explore Agentic AI articles, tutorials, guides, and code examples on MeshWorld India. Learn best practices, get practical tips, and level up your Agentic AI skills.
Perplexity Computer Guide: 10+ Real-World Industry Use Cases
Master Perplexity Computer with this guide to setup, features, and 10+ industry applications in software, healthcare, finance, legal, and more.
Agent Skills with Google Gemini: Function Calling Guide
Complete guide to Gemini function calling — define tools, handle function_call responses, return results, and compare syntax with Claude and OpenAI. Node.js.
Vercel AI SDK Tools: One API for Claude and OpenAI Skills
Vercel AI SDK's unified tool interface works with Claude, OpenAI, and Gemini. Write your skill once and switch AI providers without rewriting the agent loop.
File System Skills: Let Your Agent Read and Write Files
Build safe file system skills that let an agent read, write, and list files — with path sandboxing, size limits, and guardrails to prevent runaway writes.
Agent Skills with Memory: Persisting State Between Chats
Teach your agent to remember across conversations. Build read/write memory skills backed by a JSON file, then upgrade to SQLite — full Node.js code.
OpenAI Agent Skills: Mastering Function Calling & Tools
Learn to use OpenAI function calling with GPT-4o. Define tools, handle tool_calls, and return results with a complete Node.js example for autonomous AI agents.
Agent Skills with the Claude API: tool_use From Scratch
Learn how to give Claude tools using the Anthropic API. Define tools, handle responses, and return results with a complete Node.js working code example.
Build Your First Agent Skill for OpenClaw (Step-by-Step)
Learn how to create a custom OpenClaw skill using SKILL.md — from a simple weather lookup to a database query. Real code, real scenarios, no fluff.
What Are Agent Skills? AI Tools Explained Simply
Learn what agent skills are and how they enable AI to take real-world actions. Discover why skills make AI truly useful beyond simple chatbot conversations.
Build a GitHub Issue Creator Skill for Your AI Agent
Create a production-ready agent skill that creates GitHub issues from natural language, with label assignment, duplicate detection, and dry-run mode.
Chaining Agent Skills: Research, Summarize, and Save
Build a skill chain where an agent searches the web, summarizes findings, and saves results to a file — all from a single prompt. Full Node.js walkthrough.
Testing and Debugging Agent Skills Before You Deploy
Skills that work alone fail differently inside an agent loop. Unit test your tools, mock AI calls, and debug the full tool_use cycle in Node.js.
Multi-Agent Systems Explained: Scaling AI Beyond One Agent
Discover how multi-agent systems work. Learn about orchestrator patterns, subagents, and Claude Agent Teams to build scalable, specialized AI worker squads.