install
source · Clone the upstream repo
git clone https://github.com/FlyingBlueMonkey/SecurityCopilot-PluginExamples
manifest:
rdapApi-CopilotSkill.yamlsource content
Descriptor: Name: RDAPSkill DisplayName: RDAP lookup utility DescriptionDisplay: Perform RDAP lookups for domains using a custom API. Description: |- Use this skill-set to perform RDAP lookups for a given domain. - This skill invokes the RDAP API lookup skill. - GetRDAPDomain: Retrieves RDAP details for a domain name. - Health and Echo endpoints are available for quick validation. Category: Other Icon: https://raw.githubusercontent.com/FlyingBlueMonkey/SecurityCopilot-PluginExamples/refs/heads/main/PluginExample.svg
SkillGroups:
- Format: API
Settings:
Publicly reachable URL to your OpenAPI 3.0 YAML or the Swagger JSON endpoint.
Example: https://<your-fqdn>/openapi.yaml
OpenApiSpecUrl: https://raw.githubusercontent.com/FlyingBlueMonkey/SecurityCopilot-PluginExamples/refs/heads/main/rdapAPI-OpenAPISpec.yaml