cohere
Installation
SKILL.md
Cohere
Cohere provides access to advanced language models through an API. Developers and businesses use it to build AI-powered applications for natural language processing tasks like text generation, summarization, and understanding.
Official docs: https://docs.cohere.com/
Cohere Overview
- Generate Text — Generates realistic and engaging text based on the prompt.
- Generate Chatbot Response — Generates a human-like response to a user's message in a chatbot setting.
- Classify Text — Categorizes text based on predefined labels.
- Embed Text — Creates vector representations of text for semantic search and other NLP tasks.
- Rerank Documents — Re-orders a list of documents based on their relevance to a query.
Working with Cohere
This skill uses the Membrane CLI to interact with Cohere. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.