alphasenselisted
Install: claude install-skill membranedev/application-skills
# AlphaSense
AlphaSense is a market intelligence platform used by professionals in finance, corporate strategy, and research. It helps users discover insights from a vast collection of public and private content, including company filings, expert calls, and news.
Official docs: https://developer.alpha-sense.com/
## AlphaSense Overview
- **Search**
- **Saved Search**
- **Document**
- **Note**
- **Dashboard**
## Working with AlphaSense
This skill uses the Membrane CLI to interact with AlphaSense. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
### Install the CLI
Install the Membrane CLI so you can run `membrane` from the terminal:
```bash
npm install -g @membranehq/cli
```
### First-time setup
```bash
membrane login --tenant
```
A browser window opens for authentication.
**Headless environments:** Run the command, copy the printed URL for the user to open in a browser, then complete with `membrane login complete <code>`.
### Connecting to AlphaSense
1. **Create a new connection:**
```bash
membrane search alphasense --elementType=connector --json
```
Take the connector ID from `output.items[0].element?.id`, then:
```bash
membrane connect --connectorId=CONNECTOR_ID --json
```
The user completes authentication in the browser. The output contains the new connection id.
### Getting list of existing connections
When you are not sure if connection alr