nemoclaw-user-agent-skills

Document NemoClaw agent skills with SKILL.md frontmatter metadata.

Updated May 29, 2026
One-click install
npx skills add https://github.com/rblake2320/vigil --skill nemoclaw-user-agent-skills-rblake2320
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-user-agent-skills
Source: https://github.com/rblake2320/vigil/tree/main/.claude/skills/nemoclaw-user-agent-skills
Command: npx skills add https://github.com/rblake2320/vigil --skill nemoclaw-user-agent-skills-rblake2320

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Describes the NemoClaw agent skills shipped with NemoClaw and how to access them by cloning the repository. Use when users ask about AI agent support, coding assistant integration, or the .agents/skills/ directory.

Core Features & Use Cases

  • Documentation of the agent skills shipped with NemoClaw and how to load them in a coding assistant.
  • Guidance pointing to the references page for detailed usage examples and real-world scenarios.
  • Clear developer-focused workflow to discover, install, and start using NemoClaw agent skills within typical AI coding tasks.

Quick Start

Clone NemoClaw and load the agent skills from the References page to enable AI coding assistant guidance.

Frequently Asked Questions about nemoclaw-user-agent-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load agent skills into an AI coding assistant from a cloned repository?

To load agent skills into an AI coding assistant, clone the NemoClaw repository and access the references page for documented usage examples. This delivers the metadata structure needed for the .agents/skills directory to signal discoverability within agent ecosystems.

What are agent skills in the .agents/skills directory and when do I need them?

Agent skills in the .agents/skills directory are documented capabilities shipped with NemoClaw for AI coding assistants. You need them when integrating AI agent support into your development workflow or seeking guidance for coding tasks.

Can I use NemoClaw agent skills with my existing coding assistant integration?

NemoClaw agent skills work with your coding assistant integration by providing a specified metadata structure with name and description in SKILL.md frontmatter. This format enables discoverability and compatibility within standard agent ecosystems.

What's the best way to discover available AI coding assistant skills and their usage scenarios?

The best way to discover AI coding assistant skills is through the NemoClaw references page, which provides detailed usage examples and real-world scenarios. This documentation outlines the available skills and their applications for coding tasks.

Do I need specific metadata formatting for agent skills to be discoverable in an AI ecosystem?

Yes, agent skills require specific metadata formatting using SKILL.md frontmatter that includes the name and description fields. This structure signals discoverability within agent ecosystems and allows the AI coding assistant to properly identify and load the skills.

Why are my agent skills not loading after cloning the repository?

Agent skills may not load if the .agents/skills directory structure is incorrect or the SKILL.md frontmatter lacks the required name and description metadata. Ensure you follow the references page guidance for proper formatting and integration.