Colaberry·Library
🧩

Capabilities

Plugin registry — every operation the platform exposes.

36
showing
Filter: All ✓ Colaberry vetted only 📁 source: execution/ops_platform/capability_registry.py 🌐 Ingest URL + Submit manually

📋 Capabilities inventory

36 entries
Proposal Analysis (Triage -> Summarize -> Brief)
End-to-end proposal/RFP triage: summarize the inbound proposal into a one-page executive brief, then emit recommended next actions. Built on the summarize_proposal workflow as the first executable ste
salesproposalrfppipelineexecutive-brief
capability
v1.0.0
no ratings yet
Summarize a Proposal
Turn a long client proposal or RFP response into a one-page summary that a busy executive can scan in two minutes: key offer, price, timeline, risks, and the recommended next move.
salesproposalrfpsummaryexecutiveclient
capability
v1.0.0
no ratings yet
{'name': 'Sales Operations', 'email': 'sales-ops@colaberry.com', 'team': 'Sales'}
RFP Analyzer
Analyze an inbound RFP, extract requirements, score fit, and produce a structured response brief for the proposal team.
salesrfpanalysisbidtriage
capability
v1.0.0
no ratings yet
{'name': 'Sales Operations', 'email': 'sales-ops@colaberry.com', 'team': 'Sales'}
openclaw-lead-capture-from-signal Colaberry vetted ✓ Colaberry Inc approved
Creates or updates Lead records from social signals where email is unavailable. Generates deterministic placeholder email 'openclaw-{platform}-{8-hex md5 of platform:author}@pending.local' so the same
capabilitylead-capturededuplicationplaceholder-emailsocial-CRMcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
agent-mode-aware-execution-wrapper Colaberry vetted ✓ Colaberry Inc approved
Input/output enrichment layer for multi-mode agent execution (MVP/Production/Enterprise/Autonomous). Wraps executor to inject mode hints into input config; enriches output actions with mode metadata +
agentsexecutionmodesmetadatacolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requireRole Colaberry vetted
RBAC middleware for role-based authorization. Validates req.admin?.role is one of allowedRoles. Must be used AFTER requireAdmin. Returns 403 if role missing or not in allowed set.
middlewarerbacauthorizationcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
design-tokens-css Colaberry vetted ✓ Colaberry Inc approved
Centralized CSS design token system defining brand colors, semantic colors, typography scales, spacing scale, shadows, border radius, and layout constraints. Single source of truth for visual consiste
frontenddesign-systemcss-variablestokenscolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
lead-capture-form-component Colaberry vetted ✓ Colaberry Inc approved
Reusable lead capture form with configurable fields, email validation, consent checkbox, success callback, and UTM parameter auto-capture. Supports multiple form types and integration with lead routin
frontendreactformslead-captureconversioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requirePermission Colaberry vetted
Permission-based authorization middleware. Checks req.admin?.role has all requiredPermissions via roleService.hasPermission(). Must be used AFTER requireAdmin. Returns 403 if any permission missing.
middlewarerbacauthorizationcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-signal-scaler Colaberry vetted ✓ Colaberry Inc approved
Closes the learning loop between posted-content performance and future signal scanning. computeKeywordPriority() promotes high-performing topics (sample_size>=3, confidence>=0.3) to primary keywords (
capabilitylearning-loopself-tuningkeyword-weightingPhase-4colaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-content-strategy-validator Colaberry vetted ✓ Colaberry Inc approved
Pure-function deterministic validator that catches LLM rule violations regardless of prompt adherence. Inputs: generated content + platform. Output: { passed, reason }. Enforces strategy-specific rule
capabilityvalidationdeterministic-backstoppure-functioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
department-strategy-config-taxonomy Colaberry vetted ✓ Colaberry Inc approved
Declarative per-department strategy taxonomy: a Record<slug, {label, focus_areas[], kpi_thresholds{health_min, innovation_min}, cross_dept_keywords[], max_initiatives_per_cycle}>. Ships with 17 pre-tu
strategyconfigurationtaxonomydata-assetmulti-departmentkpi-thresholdscolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
structured-communication-audit-log Colaberry vetted ✓ Colaberry Inc approved
Generic logger for all outbound/inbound communications: email, SMS, voice, WhatsApp. Captures direction (inbound/outbound), delivery_mode (live/sandbox), channel, to/from, subject, body, provider, mes
loggingaudit-trailcommunicationscompliancecolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
chart-renderer-component Colaberry vetted ✓ Colaberry Inc approved
Universal chart renderer mapping chart-type strings to lazy-loaded visualization components. Handles empty-state messaging, KPI extraction, data validation, and integration with explanation UI.
frontendreactchartsvisualizationlazy-loadingcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requireAdmin Colaberry vetted
Middleware for admin authentication. Validates Bearer token JWT, checks role is 'admin' or 'super_admin'. Populates req.admin with AuthPayload (sub, email, role). Used throughout admin routes. Fails f
middlewareauthenticationauthorizationcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
frontend-source-to-knowledge-base-sync Colaberry vetted ✓ Colaberry Inc approved
Reusable capability: read frontend page source files (TSX/JSX), strip code/imports/styling, extract human-visible text (JSX text nodes, string literals, template literals), then use an LLM with a cons
knowledge-baseself-syncingsource-extractionrag-groundingllm-extractioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requireSalesOrAdmin Colaberry vetted
Middleware for sales+admin authentication. Validates Bearer token JWT, checks role is 'sales', 'admin', or 'super_admin'. Sales role explicitly does NOT reach PII export, delete, batch update, CSV imp
middlewareauthenticationrbaccolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
errorHandler Colaberry vetted
Express error handler middleware. Catches AppError instances and returns typed JSON errors with status codes. Falls back to 500 with stack logging for unhandled errors. Includes stack trace in dev mod
middlewareerror-handlingcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
intelligence-context-provider Colaberry vetted ✓ Colaberry Inc approved
Drill-down/drill-up scope management context for multi-level data exploration (global to group to entity to metric). Maintains scope history and active layer state for hierarchical analytics dashboard
frontendreactcontextanalyticsnavigationcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-comment-visibility-verifier Colaberry vetted ✓ Colaberry Inc approved
Post-posting verification that a comment is publicly visible (not shadow-banned, not deleted by moderator). Dev.to: resolves article slug → numeric ID via public articles API, then walks comments tree
capabilityverificationpost-publicationshadow-ban-detectioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-rate-limiter Colaberry vetted ✓ Colaberry Inc approved
Enforces per-platform rate limits from openclawPlatformStrategy (STRATEGY_RATE_LIMITS). Counts posted responses per hour/day and blocks when exceeded. Pure function checkRateLimit() for testability. D
openclawrate-limitcapacity-controlresiliencecolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requireParticipant Colaberry vetted
Middleware for participant authentication. Validates Bearer token JWT, checks role === 'participant'. Populates req.participant with ParticipantPayload (sub, email, cohort_id, role). Used for particip
middlewareauthenticationparticipantcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-article-quality-scorer Colaberry vetted ✓ Colaberry Inc approved
Stricter sibling of the response scorer for Tier 2 article content (Dev.to, Hashnode, deprecated Medium). Validates word count 400-2000, requires ≥2 markdown headers, blocks spam patterns and em-dashe
capabilityscoringarticlelong-formpure-functioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-risk-classifier Colaberry vetted ✓ Colaberry Inc approved
Consolidates auto-approve/human-execution/stage logic into single deterministic classifier. Pure function classifyAutomationRisk() returns SAFE_AUTOMATION, ASSISTED_AUTOMATION, or HUMAN_REQUIRED with
openclawrisk-classificationautomation-gatingcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
playwright-browser-posting-service Colaberry vetted ✓ Colaberry Inc approved
Playwright-based browser-automation library for posting comments on platforms with no usable public posting API (Dev.to article comments, Reddit comments, Facebook Group posts). Uses persistent /data/
playwrightbrowser-automationpersistent-profilehuman-like-delaysfallbackcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-conversion-signal-detector Colaberry vetted ✓ Colaberry Inc approved
Lexicon-based interest-signal detector with per-pattern confidence scores. Scans lowercase content for 23 buyer-intent phrases ranked by confidence: 'sign me up' (1.0), 'what does it cost' (0.9), 'sho
capabilityintent-detectionlexiconconversion-signalscolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
?
capabilities
v1.0
no ratings yet
openclaw-lead-scoring Colaberry vetted ✓ Colaberry Inc approved
Composite 0-100 lead score from conversation history and engagement events. Six weighted components: engagement_depth (0-25, reply=3 comment=2 reaction=1), stage_weight (0-25, conversation stage × 3.1
capabilitylead-scoringcomposite-scoretieringpure-functioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
anthropic-model-change-detector Colaberry vetted ✓ Colaberry Inc approved
Monitors Anthropic product/pricing/model updates. Likely polls Anthropic website/API periodically, diffs against cached state, generates alerts or suggestions for model migration/prompt retuning. Enab
monitoringanthropicmodel-changesalertscolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requireCoryAuthorized Colaberry vetted
Strict Cory-specific authorization. Accepts admin_token or participant_token matching email === 'ali@colaberry.com' OR role === 'super_admin'. Closes prior auth hole on Cory endpoints (command, hire-a
middlewareauthorizationcorycolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
openclaw-response-quality-scorer Colaberry vetted ✓ Colaberry Inc approved
Pure function evaluateResponseQuality(content, platform): QualityResult{approved, score, reasons[]}. Reusable as a standalone scoring lib for any social-content QA. Deterministic — no LLM. Penalizes:
capabilityscoringpure-functioncontent-qualitycolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
prompt-template-crud-execution-engine Colaberry vetted ✓ Colaberry Inc approved
Generic CRUD + execution layer for reusable prompt templates. Stores system_prompt, user_prompt_template, model_id, temperature, max_tokens in PromptTemplate model. Renders templates with variable int
prompt-managementtemplatingvariable-resolutioncolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
auth-context-provider Colaberry vetted ✓ Colaberry Inc approved
Generic React authentication context with token management, login/logout lifecycle, and localStorage persistence. Provides a reusable pattern for admin/portal authentication flows.
frontendreactcontextauthenticationcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
requireAlumni Colaberry vetted
Middleware for alumni authentication. Validates Bearer token JWT, checks role === 'alumni'. Populates req.alumni with AlumniPayload (sub, email, role). Used for alumni-facing routes (referral programs
middlewareauthenticationalumnicolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
multi-channel-alert-delivery Colaberry vetted ✓ Colaberry Inc approved
Routes alerts through configurable delivery channels: dashboard (implicit DB storage), email, SMS (via GHL), voice (with SMS fallback), WhatsApp (placeholder). Handles per-channel errors gracefully wi
alertsnotificationsmulti-channeldeliverycolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com
auditMiddleware Colaberry vetted
Write-operation audit logger. Hooks into response finish to log successful (2xx-3xx) admin mutations (POST, PUT, PATCH, DELETE) to AuditLog table. Extracts entity type/ID from URL path, logs action, b
middlewareauditloggingcolaberry
capabilities
v1.0
no ratings yet
ali@colaberry.com