npx skills add https://github.com/membranedev/application-skills --skill talkdeskCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
Give your AI agent skills to connect with Gmail, Slack, HubSpot, Salesforce, GitHub, and 3,000+ other apps.
Each skill teaches your agent how to work with a specific app: its structure, actions, and when to use what. Built on Membrane and the open Agent Skills specification.
gmail, slack, hubspot, salesforce). Each skill describes the app’s concepts, available actions, and how to use the Membrane CLI.npx skills add.Once a skill for an App is installed, your agent can connect to that app and run actions on your behalf — no API keys in the prompt, no copy-pasting docs.
| You say | Agent does |
|---|---|
| "Send a message to #general on Slack: deploy is done" | Uses the Slack skill, finds the right action, runs it with the right params. |
| "Create a Jira ticket for the login bug, assign to me, high priority" | Uses the Jira skill, creates the issue, sets assignee and priority. |
| "Add a new row to our Google Sheet with today’s metrics" | Uses the Google Sheets skill, finds the connection, runs the action. |
| "List my last 10 emails from Gmail" | Uses the Gmail skill, lists messages. |
Each skill includes the app’s structure (entities and resources), available actions, and when to use which action when it’s not obvious.
Skills are organized as:
skills/
gmail/ → SKILL.md
slack/ → SKILL.md
hubspot/ → SKILL.md
salesforce/ → SKILL.md
... (3,000+ more)
Install by skill name = folder name (e.g. gmail, slack, hubspot).
| App | Skill name |
|---|---|
| Gmail | gmail |
| Slack | slack |
| HubSpot | hubspot |
| Salesforce | salesforce |
| GitHub | github |
| Jira | jira |
| Google Drive | google-drive |
| Dropbox | dropbox |
| Pipedrive | pipedrive |
Browse the skills/ folder for the full list.