MeshWorld India Logo MeshWorld.
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
Perplexity 5 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.

Vishnu
Vishnu
Agent Skills with Google Gemini: Function Calling Guide
Agent Skills 5 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.

Vishnu
Vishnu
Vercel AI SDK Tools: One API for Claude and OpenAI Skills
Agent Skills 5 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.

Vishnu
Vishnu
File System Skills: Let Your Agent Read and Write Files
Agent Skills 5 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.

Vishnu
Vishnu
Agent Skills with Memory: Persisting State Between Chats
Agent Skills 5 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.

Vishnu
Vishnu
OpenAI Agent Skills: Mastering Function Calling & Tools
OpenAI 5 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.

Vishnu
Vishnu
Agent Skills with the Claude API: tool_use From Scratch
Claude 5 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.

Vishnu
Vishnu
Build Your First Agent Skill for OpenClaw (Step-by-Step)
OpenClaw 5 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.

Vishnu
Vishnu
What Are Agent Skills? AI Tools Explained Simply
AI 5 min read

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.

Vishnu
Vishnu
Build a GitHub Issue Creator Skill for Your AI Agent
Agent Skills 5 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.

Cobie
Cobie
Chaining Agent Skills: Research, Summarize, and Save
Agent Skills 5 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.

Scarlett
Scarlett
Testing and Debugging Agent Skills Before You Deploy
Agent Skills 5 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.

Rachel
Rachel
Multi-Agent Systems Explained: Scaling AI Beyond One Agent
AI 5 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.

Jena
Jena