agent-directory

Index AI agent services from a central directory using skill.md metadata.

1|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/penghang1223/niannian-workspace --skill agent-directory-penghang1223
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-directory
Source: https://github.com/penghang1223/niannian-workspace/tree/main/skills/agent-directory
Command: npx skills add https://github.com/penghang1223/niannian-workspace --skill agent-directory-penghang1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and evaluating external AI services can be time-consuming and brittle. This Skill consolidates service metadata and provides direct access to service skill descriptions to simplify agent integration.

Core Features & Use Cases

  • Centralized discovery: Lists available services and their skill.md locations.
  • Metadata-driven integration: Exposes name, description, homepage, and category to inform decision making.
  • Guided onboarding: Includes example workflows showing how to fetch a service's skill.md and begin integration with an agent.

Quick Start

Fetch the services.json and review the corresponding skill.md to begin integrating a service.

Frequently Asked Questions about agent-directory

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

FAQPage Schema
How do I discover AI agent services for integration?

To discover AI agent services, you can fetch a centralized services.json directory and review the corresponding skill.md files. This indexes available services and provides direct access to their metadata to simplify agent integration.

What is a skill.md file used for in agent directories?

A skill.md file provides a readable Markdown guide and frontmatter metadata, such as name, description, category, and endpoints, to inform decision making when evaluating and connecting agents to external tools.

How do I integrate an external service with my AI agent using skill.md?

You integrate an external service by fetching the services.json directory, locating the desired service's skill.md, and following the guided onboarding workflows to connect your agent to the exposed endpoints and metadata.

Can I evaluate external AI services before connecting my agent?

Yes, you can evaluate external AI services by checking the centralized directory. It exposes name, description, homepage, and category metadata to inform your decision making before initiating agent integration.

What metadata is required to catalog an AI agent service?

Cataloging an AI agent service requires providing name, description, category, and endpoints in the frontmatter, along with a readable Markdown guide in the skill.md file, with optional scripts and references as needed.