Circle Internet Financial, LLC. avatar

Circle Internet Financial, LLC.

Official

@circlefin · United States of America

0Followers
|
99Public Repos
|
7Published Skills

Circle is an internet financial platform for the onchain and agentic economy.

Skills Distribution
DomainDeveloper To...Message Triage & M.. (35%)Quest & Thread Tra.. (25%)Email Threading & .. (20%)Plugin Architectur.. (20%)

Agent Skills by Circle Internet Financial, LLC.

Showing 7 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Circle Internet Financial, LLC.

FAQPage Schema
What tasks can I handle using Circle's yaas skills?▼

You can add new watch types to the triage loop, scaffold quest folders for Slack threads and reaction follow-ups, dispatch and steer quests in Mode A or Mode B, send correctly threaded Gmail replies, process emoji-triggered actions, and apply quality rules when composing Slack or partner-facing answers.

Who are the yaas skills designed for?▼

They target operators and engineers running the yaas triage system: people adding watchers or channel types, debugging triage behavior, reviewing checkers others wrote, and workers composing Slack or partner-facing quest replies that must follow research-first quality rules.

How does the yaas checker plugin architecture work?▼

Each watch type pairs an executable checkers/<type>.py with a checkers/<type>.watch.json definition. The yaas-ops skill covers the plugin architecture, state file layout, setup, and migration runbook, while yaas-checker-authoring covers adding new types and documenting their behavior.

How do I create and run a quest in yaas?▼

Invoke yaas-quest-creation interactively: it asks for a title and watch targets, then creates a four-file quest folder under state/quests/active/ only after user confirmation. Dispatches are handled by yaas-quest-dispatch using locking helpers so it stays safe while the loop ticks.

What are the prerequisites for sending Gmail replies from yaas?▼

You need the gws command-line client, whose messages.send does not set threading headers natively. The yaas-gmail-reply worker skill supplies the missing In-Reply-To and References headers so replies thread correctly when a quest requires responding to a Gmail message.