Loading...
Loading...
CircleCI integration. Manage Projects, Users, Organizations. Use when the user wants to interact with CircleCI data.
npx skill4agent add membranedev/application-skills circlecimembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonconnection connectmembrane connect --connectorKey circlecimembrane connection list --jsonmembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Pipelines | list-pipelines | Returns all pipelines for the most recently built projects you follow in an organization. |
| List Project Pipelines | list-project-pipelines | Returns all pipelines for a specific project. |
| List Contexts | list-contexts | Returns a list of contexts for an owner (organization). |
| List Project Environment Variables | list-project-env-vars | Returns a paginated list of all environment variables for a project. |
| List Context Environment Variables | list-context-env-vars | Returns a paginated list of environment variables in a context. |
| Get Pipeline | get-pipeline | Returns a pipeline by its unique ID. |
| Get Workflow | get-workflow | Returns a workflow by its unique ID. |
| Get Context | get-context | Returns a context by its ID. |
| Get Project | get-project | Retrieves a project by its slug. |
| Get Job Details | get-job-details | Returns job details for a specific job number. |
| Create Context | create-context | Creates a new context for an organization. |
| Create Project Environment Variable | create-project-env-var | Creates a new environment variable for a project. |
| Update Context Environment Variable | add-context-env-var | Adds or updates an environment variable in a context. |
| Trigger Pipeline | trigger-pipeline | Triggers a new pipeline on the project. |
| Get Pipeline Workflows | get-pipeline-workflows | Returns a paginated list of workflows by pipeline ID. |
| Get Workflow Jobs | get-workflow-jobs | Returns a paginated list of jobs belonging to a workflow. |
| Get Job Artifacts | get-job-artifacts | Returns a job's artifacts. |
| Rerun Workflow | rerun-workflow | Reruns a workflow. |
| Cancel Workflow | cancel-workflow | Cancels a running workflow by its unique ID. |
| Delete Context | delete-context | Deletes a context by its ID. |
membrane action create "DESCRIPTION" --connectionId=CONNECTION_ID --jsonBUILDINGmembrane action get <id> --wait --json--wait--timeoutstateBUILDINGREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action list --intent=QUERY