Loading...
Loading...
Linear integration. Manage Issues, Projects, Teams, Users, Cycles, Labels and more. Use when the user wants to interact with Linear data.
npx skill4agent add membranedev/application-skills linearmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search linear --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Create Label | create-label | Creates a new label |
| List Cycles | list-cycles | Lists all cycles (sprints) in the organization |
| List Workflow States | list-workflow-states | Lists all workflow states in the organization |
| List Labels | list-labels | Lists all labels in the organization |
| Get Current User | get-current-user | Retrieves the currently authenticated user |
| List Users | list-users | Lists all users in the organization |
| Create Project | create-project | Creates a new project |
| List Projects | list-projects | Lists all projects |
| Get Team | get-team | Retrieves a single team by ID |
| List Teams | list-teams | Lists all teams in the organization |
| List Comments | list-comments | Lists comments on an issue |
| Create Comment | create-comment | Creates a comment on an issue |
| Search Issues | search-issues | Searches issues by text query |
| List Issues | list-issues | Lists issues with optional filtering and pagination |
| Delete Issue | delete-issue | Deletes an issue from Linear (moves to trash) |
| Update Issue | update-issue | Updates an existing issue in Linear |
| Get Issue | get-issue | Retrieves a single issue by ID |
| Create Issue | create-issue | Creates a new issue in Linear |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY