Skills bitbucket
apiVersion: skills.axiom.dev/v1
git clone https://github.com/axiom-studio/skills
skills/bitbucket/skill.yamlapiVersion: skills.axiom.dev/v1 kind: Skill metadata: id: skill-bitbucket name: Bitbucket Skill description: Bitbucket repository operations for Atlas agents author: Axiom Studio authorEmail: engineering@axiomstudio.ai version: 1.0.0 license: MIT category: devops tags: - bitbucket - git - repository - pipeline icon: git-branch color: "#0052CC" spec: executorType: grpc nodeTypes: - bitbucket-repo-list - bitbucket-repo-get - bitbucket-pr-list - bitbucket-pr-create - bitbucket-pr-merge - bitbucket-pipeline-trigger - bitbucket-pipeline-status - bitbucket-commit-list - bitbucket-branch-list grpc: port: 50125 binary: linux-amd64: skill-bitbucket-linux-amd64 linux-arm64: skill-bitbucket-linux-arm64 darwin-amd64: skill-bitbucket-darwin-amd64 darwin-arm64: skill-bitbucket-darwin-arm64 dependencies: standard: - logger - secrets permissions: - bitbucket:read - bitbucket:write