read_skill

Retrieve and display complete markdown documentation for a specified skill.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/yukinosnow/Local-Agent --skill read-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read_skill
Source: https://github.com/yukinosnow/Local-Agent/tree/main/skills/Read_Skill
Command: npx skills add https://github.com/yukinosnow/Local-Agent --skill read-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps users understand and utilize other available skills by providing their full documentation.

Core Features & Use Cases

  • Full Documentation Access: Retrieve the complete markdown content of any skill.
  • Skill Discovery: Understand the purpose, usage, parameters, and examples of various skills.
  • Use Case: If you're unsure how to use the 'discord-message' skill, you can use 'read_skill' to get its detailed documentation.

Quick Start

Read the full documentation for the discord-message skill.

Frequently Asked Questions about read_skill

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

FAQPage Schema
How do I retrieve full markdown documentation for a specific skill?

To retrieve full markdown documentation for a specific skill, you use a tool that directly accesses the file system and reads the SKILL.md content, providing the complete text, parameters, and usage examples.

How do I discover skill functionalities and parameters within an agentic system?

You discover skill functionalities and parameters within an agentic system by requesting the complete documentation file, which outlines the core features, intended use cases, and required inputs for each available skill.

What is the best way to understand how to use an available skill before implementation?

The best way to understand how to use an available skill is to retrieve its complete markdown documentation, which details the exact problem it solves, its core features, and practical quick start examples.

Can I access skill metadata and documentation directly from the file system?

Yes, you can access skill metadata and documentation directly from the file system by executing a read operation that targets the SKILL.md file, returning the full markdown content for immediate review.

Does retrieving skill documentation require any external dependencies?

Retrieving skill documentation does not require external dependencies, as the process only requires standard file system access to locate and display the markdown content stored within the local environment.