perigon-sdks

Integrate the Perigon News Intelligence API using official SDKs in TypeScript, Python, and Go.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/goperigon/skills --skill perigon-sdks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perigon-sdks
Source: https://github.com/goperigon/skills/tree/main/skills/perigon-sdks
Command: npx skills add https://github.com/goperigon/skills --skill perigon-sdks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of the Perigon News Intelligence API by providing clear guidance and examples for using its official SDKs in TypeScript, Python, and Go, reducing development time and potential errors.

Core Features & Use Cases

  • SDK Integration: Learn how to install, configure, and use the Perigon SDKs for your chosen language.
  • Endpoint Usage: Get practical examples for searching articles, performing vector searches, summarizing content, and querying entities.
  • Idiomatic Patterns: Understand language-specific best practices, error handling, and common patterns.
  • Use Case: A developer needs to quickly add news search functionality to a Python application. They can use this Skill to find the correct SDK method, understand parameter requirements, and implement the search query efficiently.

Quick Start

Use the perigon-sdks skill to find the TypeScript method for searching articles.

Frequently Asked Questions about perigon-sdks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate the Perigon News API using Python or TypeScript SDKs?

To integrate the Perigon News API, install the official SDK for your language, initialize the client, and use provided methods for news search or vector search. This Skill offers code examples and idiomatic patterns for TypeScript, Python, and Go.

What endpoints are available for news search and story clustering in the Perigon SDK?

The Perigon SDK supports endpoints for news search, story clustering, content summarization, vector search, and entity intelligence. You can map these endpoints using client methods provided in the TypeScript, Python, and Go SDKs.

Can I use the Perigon SDK with my Go application for entity intelligence?

Yes, the Perigon SDK supports Go applications for entity intelligence. You can install the Go SDK, initialize the client, and query entities using the provided SDK methods and code examples.

How do I handle errors when querying articles with the Perigon API SDK?

To handle errors when querying articles, use the language-specific error handling patterns provided by the Perigon SDK. This Skill covers common error handling practices for TypeScript, Python, and Go to prevent integration errors.

Do I need the Perigon SDK to perform vector searches on news content?

Yes, the Perigon SDK provides the specific methods required to perform vector searches on news content. Installing the SDK in your TypeScript, Python, or Go environment allows you to execute vector search queries efficiently.

What is the best way to get started with Perigon API integration for news summarization?

The best way to start Perigon API integration for news summarization is to install the official SDK, initialize the client with your credentials, and follow the provided code examples for content summarization in your chosen language.