MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#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.

13 posts
Dec 2025 – Apr 2026
Filed under this topic
Perplexity Computer Guide: 10+ Real-World Industry Use Cases
Perplexity5 min read

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
Agent Skills5 min read

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
Agent Skills5 min read

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
Agent Skills5 min read

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
Agent Skills5 min read

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
OpenAI5 min read

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
Claude5 min read

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)
OpenClaw5 min read

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? How AI Tools Enable Real Actions (2026)
AI5 min read

What Are Agent Skills? How AI Tools Enable Real Actions (2026)

Learn what agent skills and tool calling are in 2026. Discover how AI agents execute real-world APIs, databases, calculations, and autonomous workflows.

Build a GitHub Issue Creator Skill for Your AI Agent
Agent Skills5 min read

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
Agent Skills5 min read

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
Agent Skills5 min read

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
AI5 min read

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.