alphasense

Featured

AlphaSense 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 1 months ago MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
4 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category