Circle Internet Financial, LLC.
Official@circlefin · United States of America
Circle is an internet financial platform for the onchain and agentic economy.
Agent Skills by Circle Internet Financial, LLC.
Showing 7 vetted skills indexed across 1 GitHub repositories.
yaas-checker-authoring
Add new watch types to a triage loop by pairing executable checker scripts with watch manifests.
yaas-ops
Documents the yaas triage system's checker plugin architecture, state layout, and operations runbook.
yaas-quest-creation
Scaffold a new quest folder with watch definitions under state/quests/active/.
yaas-gmail-reply
Send threaded Gmail replies with correct RFC 2822 headers via the gws CLI.
yaas-quest-dispatch
Handles Sidequestor quest dispatches by reading fired watches, acting draft-first, and logging outcomes.
yaas-answering-quality
Applies quality rules when composing Slack thread and partner-facing quest replies.
yaas-reactions
Processes emoji-triggered Slack actions for replies, drafts, saves, and quest adoption.
Frequently Asked Questions About Circle Internet Financial, LLC.
FAQPage SchemaWhat 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.