cohere-hello-world

Installation
SKILL.md

Cohere Hello World

Overview

Three minimal working examples: Chat completion, text embedding, and search reranking. Each demonstrates a core Cohere API v2 endpoint.

Prerequisites

  • Completed cohere-install-auth setup
  • cohere-ai package installed
  • CO_API_KEY environment variable set

Instructions

Example 1: Chat Completion

import { CohereClientV2 } from 'cohere-ai';

const cohere = new CohereClientV2();
Installs
1
GitHub Stars
2.3K
First Seen
May 20, 2026
cohere-hello-world — jeremylongshore/claude-code-plugins-plus-skills