Skip to main content
Import the SDK from profclaw/plugins/sdk:

definePlugin(plugin: ProfClawPlugin)

The main entry point. Returns the plugin definition validated and ready for registration.

ProfClawPlugin Interface

PluginToolDefinition

Define AI tools that the agent can call:
Example tool:

SearchProvider Interface

SearchOptions:
SearchResponse:

PluginConfig

The config passed to your factory and onLoad:

ToolResult

PluginHealth

Skills

Plugins can bundle skill definitions (SKILL.md content as strings):