Getting started
Agent navigation and routing plugin. Helps agents discover and traverse project structures, file trees, and codebase maps.
import { paperclip } from "@paperclip/core";
import paperclipPluginNavigator from "paperclip-plugin-navigator";
paperclip.use(paperclipPluginNavigator({
// configuration goes here
}));Configuration
The plugin reads its configuration from environment variables by default, but every option can be overridden inline. Pass debug: true while wiring it up to get verbose logs scoped to this plugin only.
Capabilities
This plugin registers 1 capability with the Paperclip runtime — switch to the Capabilities tab for the full list.