valid-skill

$npx mdskill add crewAIInc/crewAI/valid-skill

Test agent functionality by executing a comprehensive skill containing all optional directories.

  • Validates agent setup and execution flow across various operational contexts.
  • Integrates with web-search and file-read capabilities for broad utility.
  • Executes predefined steps outlined in the skill's comprehensive instructions.
  • Delivers results through standard agent output channels after completion.
SKILL.md
.github/skills/valid-skillView on GitHub ↗
---
name: valid-skill
description: A complete test skill with all optional directories.
license: Apache-2.0
compatibility: crewai>=0.1.0
metadata:
  author: test
  version: "1.0"
allowed-tools: web-search file-read
---

## Instructions

This skill provides comprehensive instructions for the agent.

### Usage

Follow these steps to use the skill effectively.

### Notes

Additional context for the agent.
More from crewAIInc/crewAI