narailabs
Official@narailabs
Offers a modular framework for integrating enterprise SaaS platforms, cloud infrastructure, and project management systems through policy-gated read and write operations.
Agent Skills by narailabs
Showing 14 vetted skills indexed across 3 GitHub repositories.
db-connector
Retrieve database rows and schema through a read-only policy gate.
gcp-connector
Query read-only GCP inventory and logs for Cloud Run, Cloud SQL, Pub/Sub, and Logging.
github-connector
Retrieves GitHub repository, issue, PR, release, and Actions data and performs controlled writes via REST v3/GraphQL.
connector-creator
Scaffold local narai-primitives connectors with gather() and action interfaces.
notion-connector
Execute policy-gated search, retrieval, and mutation actions on Notion pages, blocks, and databases.
jira-connector
Execute Jira JQL searches and issue lifecycle operations via Atlassian REST v3.
linear-connector
Retrieve and manage Linear issues, projects, teams, comments, and attachment links.
confluence-connector
Run CQL searches and manage Confluence pages, comments, and attachments.
aws-connector
List AWS Lambda, RDS, S3, and CloudWatch metrics via read-only SDK operations.
gitlab-connector
Manage GitLab projects, issues, merge requests, and CI pipelines via REST API v4.
connector-hub
Coordinates read-only connectors like Jira, GitHub, DB, Notion via a JSON envelope of plans and results.
create-connector
Scaffold @narai agent connector workspaces with templates, tests, and CLI surfaces.
doc-wiki
Route /doc-wiki commands to scripts and agents for wiki generation.
browser-qa
Automate end-to-end web app testing in Chrome with auto-discovered screens.
Frequently Asked Questions About narailabs
FAQPage SchemaWhat specific tasks can be performed using Narailabs connectors?▼
Connectors enable granular read and write operations across platforms like Notion, Jira, Linear, and Confluence. You can execute JQL searches, manage issue lifecycles, query GCP and AWS infrastructure logs, and perform mutation actions on documentation pages while maintaining strict read-only policy gates for sensitive data environments.
Which personas benefit most from these integration primitives?▼
Platform engineers, site reliability engineers, and technical product managers benefit from these primitives. These roles use the framework to bridge disparate data silos, standardize infrastructure observability across cloud providers, and manage cross-platform project tracking without manual intervention or fragmented interface management.
What are the prerequisites for deploying a custom connector?▼
Deployment requires the connector-creator scaffold to initialize workspaces with gather and action interfaces. Users must define the specific REST or GraphQL endpoints for their target service and configure the JSON envelope structure to ensure compatibility with the central hub for plan execution and result aggregation.