@douglance/nib
v0.1.2
Published
Screenshot annotation tool that bridges human visual thinking with AI comprehension
Maintainers
Readme
@douglance/nib
Screenshot annotation tool that bridges human visual thinking with AI comprehension.
Installation
npm install -g @douglance/nibOr use with npx:
npx @douglance/nib captureUsage with Claude Code
This package includes an MCP server for use with Claude Code:
# Add the plugin marketplace
/plugin marketplace add douglance/nib
# Install the plugin
/plugin install nibOr manually configure MCP:
{
"mcpServers": {
"nib": {
"command": "npx",
"args": ["-y", "@douglance/nib", "mcp-server"]
}
}
}MCP Tools
add_annotation- Add annotations (arrow, rectangle, text, etc.)read_annotations- List all annotations on an imageremove_annotation- Remove annotation by IDclear_annotations- Clear all annotationsrender- Bake annotations onto imagewait_for_events- Wait for human annotation events
CLI Commands
nib capture # Capture screen region
nib gui image.png # Open GUI editor
nib add-annotation ... # Add annotation headlessly
nib render image.png # Render annotations onto image
nib find-text image.png # OCR text detectionLicense
Commercial - See LICENSE file
