Loading...
Loading...
Aylien News API integration. Manage data, records, and automate workflows. Use when the user wants to interact with Aylien News API data.
npx skill4agent add membranedev/application-skills aylien-news-apimembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search aylien-news-api --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 |
|---|---|---|
| List Trends | list-trends | Get trending topics, entities, keywords, or other fields from news stories. |
| List Time Series | list-time-series | Get time series data showing story count over time for specified filters. |
| List Related Stories | list-related-stories | Find news stories related to a given story, URL, or text content. |
| List Histograms | list-histograms | Get histogram data for story distribution across different field values. |
| List Clusters | list-clusters | List news story clusters. |
| List Autocompletes | list-autocompletes | Get autocomplete suggestions for entities, sources, or other search terms. |
| Advanced Search Stories | advanced-search-stories | Search news stories using advanced query language with boolean logic, nested conditions, and complex filters. |
| List Stories | list-stories | Search and list news stories with various filters including keywords, language, categories, entities, sources, and se... |
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