alphasense
SolidAlphaSense integration. Manage data, records, and automate workflows. Use when the user wants to interact with AlphaSense data.
Data & Documents 3,964 stars
1088 forks Updated 2 months ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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...
Details
- Author
- openclaw
- Repository
- openclaw/skills
- Created
- 5 months ago
- Last Updated
- 2 months ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
alphasense
AlphaSense integration. Manage data, records, and automate workflows. Use when the user wants to interact with AlphaSense data.
195 Updated 1 months ago
membranedev AI & Automation Listed
sense
Local-only MCP server that gives AI coding agents structural understanding of your codebase — symbol graph, blast radius, semantic search, and auto-detected project conventions. Reduces tool calls and tokens for any task that depends on understanding code relationships rather than reading text.
8 Updated yesterday
luuuc AI & Automation Listed
alpha-vantage-automation
Automate Alpha Vantage tasks via Rube MCP (Composio). Always search tools first for current schemas.
4 Updated 2 weeks ago
LessUp