Circle Posts

Create, retrieve, update, and delete Circle posts and comments via Admin API v2.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sammorrispb/circle-community-manager --skill circle-posts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Circle Posts
Source: https://github.com/sammorrispb/circle-community-manager/tree/main/skills/circle-posts
Command: npx skills add https://github.com/sammorrispb/circle-community-manager --skill circle-posts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the creation, listing, updating, and moderation of Circle posts and comments across Circle spaces, reducing manual work and ensuring consistent workflows.

Core Features & Use Cases

  • Create, list, update, and delete posts
  • Manage comments on posts (list, add, delete)
  • Publish announcements and coordinate across spaces

Quick Start

Create a new post in a Circle space by providing space_id, title, and body, then manage its comments and status.

Frequently Asked Questions about Circle Posts

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

FAQPage Schema
How do I automate creating and managing Circle posts across multiple spaces?

Automating Circle posts involves using the Admin API v2 to programmatically create, list, update, and delete posts across your community spaces. You need a valid CIRCLE_API_KEY with community-scoped access to authenticate these automated workflows.

How do I programmatically add and delete comments on Circle posts?

You can programmatically manage comments on Circle posts by targeting specific post_id values through the Admin API v2. This allows you to list existing comments, add new replies, and delete unwanted comments automatically.

Do I need a specific API key scope to manage Circle spaces via the Admin API?

Yes, managing Circle spaces requires a valid CIRCLE_API_KEY configured with community-scoped access. You must include this key in your requests to the app.circle.so/api/admin/v2 endpoint alongside appropriate headers and content types.

What do I need to filter when listing posts in a specific Circle space?

When listing Circle posts, you need to apply space_id and post_id filters to target the correct data. This ensures your retrieval operations only affect posts and comments within the designated Circle spaces.

Can I update existing Circle posts and publish announcements automatically?

Yes, you can automatically update existing Circle posts and publish announcements across spaces using the Admin API v2. By providing the space_id, title, and body, you can coordinate content and manage post statuses programmatically.