Skip to main content
GitHub repository

iris-core

iris-core contains 17 collected skills from irisworks, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
17
Stars
13
updated
2026-07-24
Forks
2
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

spawn-agent
computer-occupations-all-other

Create a new sub-agent — no Terraform, no Docker by default. Starts as a systemd service, patched into the bridge immediately so @agent works right away.

2026-07-24
github
software-developers

Commit and push repo changes to GitHub using the standard Iris workflow.

2026-07-24
search-web
market-research-analysts-and-marketing-specialists-131161

Search the web using Perplexity AI API. Returns sourced, up-to-date information.

2026-07-24
send-email
software-developers

Send an email via Resend API from ${IRIS_EMAIL_FROM:-iris@example.com}. Use when human escalation is needed or to deliver results outside Slack/Telegram.

2026-07-24
transcribe-audio
software-developers

Transcribe an audio file (m4a, mp3, wav, ogg, webm) to text using OpenAI Whisper API. Use when a user shares a voice note or audio attachment.

2026-07-24
mcp
computer-occupations-all-other

Add, remove, and test MCP (Model Context Protocol) servers by editing meta/mcp.json. Tools from connected servers appear automatically as mcp__<server>__<tool>.

2026-07-24
serve-public
network-and-computer-systems-administrators

Expose a local port as a public HTTPS subdomain under IRIS_BASE_DOMAIN. Writes nginx config, obtains SSL cert via certbot, reloads nginx.

2026-07-24
get-secret
software-developers

Retrieve a secret through the platform abstraction instead of calling Key Vault directly.

2026-07-20
set-secret
software-developers

Store a secret, or mint a one-time drop link so a user can share a secret without pasting it into chat. Use whenever a user is about to share a credential.

2026-07-20
azure
network-and-computer-systems-administrators

Opt-in Azure profile only — common Azure CLI patterns for auth, infrastructure, and operational checks.

2026-07-20
firecracker-agent
network-and-computer-systems-administrators

Opt-in Firecracker profile only — provision, verify, reset, and destroy Firecracker microVM sub-agents.

2026-07-20
schedule
software-developers

Create, list, and cancel reminders and recurring tasks via Iris's events queue. Use when asked to "remind me", "every morning", "at 5pm", or any scheduled/recurring request.

2026-07-20
self-extend
computer-occupations-all-other

Define the protocol Iris follows when creating new reusable skills.

2026-07-20
self-heal
software-developers

Sub-agent self-diagnostic and escalation. Run when a sub-agent detects a failure it cannot recover from, to escalate to Iris or the human operator.

2026-07-20
status
network-and-computer-systems-administrators

Read-only health snapshot of this Iris install — service state, disk, sub-agent containers, recent errors, and message-processing check. Use when asked "are you healthy", "what's your status", or when diagnosing problems.

2026-07-20
terraform
software-developers

Opt-in Azure/Terraform profile only — plan and apply Terraform changes using the safe Iris workflow.

2026-07-20
store-file
software-developers

Persist files through the storage abstraction rather than writing to arbitrary paths.

2026-04-15