Conversation
Self-contained third-party connector plugin under catalog/cohesivity-sites/. Provisions temporary hosting, Postgres, object storage, and other backend services for agent-built apps via Cohesivity's HTTP API. No Core files changed. Plugin includes an agentlas.plugin/v1 manifest, a SKILL.md adapted from the tested Agentty integration, and a README. Bootstrap uses @cohesivity/init@0.8.2 --tenant-only. Ephemeral tenants expire after 72 hours. No account or OAuth required. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
catalog/cohesivity-sites/third-party connector plugin that provisions temporary backends (hosting, Postgres, object storage, email, AI inference) for agent-built apps via Cohesivity's HTTP API.agentlas.plugin/v1manifest, aSKILL.mdwith the full agent workflow, and aREADME.md.npx @cohesivity/init@0.8.2 --tenant-onlyand call the API directly. Tenants expire after 72 hours unless claimed.Change type
Third-party integration boundary
PLUGIN_CONTRIBUTIONS.md.credential, diagnostic, ranking, routing, allowlist, or runtime-mirror
branch.
automatic, fallback, or background execution.
declared without credential values.
failures are bounded and actionable.
Public safety and verification
benchmark assets or results, screenshots, or internal plans are included.
README.md.scripts/verify-package.shis not applicable — this PR adds only catalog metadata and a skill file, no Core package changes.Verification notes
Three files added under
catalog/cohesivity-sites/:plugin.json: manifest withthird-party-connectorarchitecture, declared capabilities, auth fields, allowed hosts, privacy disclosure, and lifecycle behavior.skills/sites/SKILL.md: step-by-step agent workflow — bootstrap, read docs, provision, build, deploy, verify, update. Adapted from a tested Agentty integration.README.md: install and requirements summary.The same skill flow has been validated end-to-end in Agentty (separate integration), including tenant creation, hosting/database/storage provisioning, live deploy, and independent HTTP verification.
🤖 Generated with Claude Code