Claude Code Plugins

Community-maintained marketplace

Feedback

{{description}}

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name [object Object]
description [object Object]

This skill provides functionality through the {{name}} plugin.

Context Keywords

  • {{name}}
  • api
  • endpoint

Tools

  • {{name}}_root - Access the root endpoint

Instructions

When working with {{name}}, use the available tools to interact with the plugin's API endpoints.

The plugin exposes RESTful endpoints that can be called by agents to perform specific tasks.

Examples

# Example usage of {{name}}
result = await {{name}}_root()