Skip to main content

sonichi/sutando

SkillsMP は sonichi/sutando から 49 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
49
GitHub スター
388
GitHub フォーク
85

このリポジトリの skills

収集済み skill 49 件中 40 件を表示しています。

職業分類
未分類
説明

Infer stable semantic workstreams for ungrouped Sutando task history and apply the validated assignments to the durable workstream sidecar. Use for internal task-workstream-grouping maintenance tasks, initial history backfills, and later batches of tasks that…

原文の言語: 英語

更新
職業分類
未分類
説明

Start Sutando's autonomous proactive loop. Monitors tasks, runs health checks, and builds missing capabilities on a recurring schedule.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Make conversational phone calls and join Zoom meetings via Twilio + Gemini. Multi-turn AI conversations on the phone on behalf of the user.

原文の言語: 英語

更新
職業分類
未分類
説明

Maintain and use a cross-channel collaboration map of rooms, people, agents, agent owners, relationships, expertise, ownership, roster, priority/VIP handling, and recent context. Trigger when a task or message carries room/channel/sender/member metadata; the…

原文の言語: 英語

更新
職業分類
未分類
説明

Single entry point for fresh-session bootstrap. Runs optional task-orphan recovery, cron registration, and watcher start in a fixed order. Replaces the current `claude -- '/schedule-crons'` invocation pattern as the canonical CLI startup target.

原文の言語: 英語

更新
職業分類
未分類
説明

Post to X via a signed-in browser session (live method — no API keys); API v2 path for search/read/engagement.

原文の言語: 英語

更新
職業分類
未分類
説明

Turn on/off whether a message that @-tags the OWNER counts as a mention of the bot. Off (default) is today's behavior — in requireMention channels such messages never reach the fleet. On, they are ingested as tasks and audit-logged. Free-listen channels are…

原文の言語: 英語

更新
職業分類
未分類
説明

Generate a daily morning briefing: email, calendar, Discord, and news — delivered via voice or Discord DM.

原文の言語: 英語

更新
職業分類
未分類
説明

GitHub adapter binding for the shepherd contract: turn a real pull request into observed events, resolve the responsible actor from commit authorship, and persist the waiting contract under the workspace so a later pass (or process) can resume it.

原文の言語: 英語

更新
職業分類
未分類
説明

Hardened loopback static server for local presentation drafts — capability-URL, read-only GET/HEAD, Host-header gate, nosniff + sandbox CSP. Use instead of a plain http.server when the Presentation panel's dev mode loads a local deck.

原文の言語: 英語

更新
職業分類
未分類
説明

Use the local Pi CLI (pi.dev) from Claude Code with the user's existing Pi authentication (Kimi, Claude Pro/Max, or ChatGPT OAuth). Use for second-opinion analysis, implementation, or reviews from a Kimi-family model in the current workspace.

原文の言語: 英語

更新
職業分類
未分類
説明

Choose between the local Codex CLI, Gemini CLI, and Pi CLI from Claude Code. Use for automatic model selection when the user wants the best local delegate for code review, repo-wide analysis, planning, or implementation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Post a coordination message from this bot to the shared bot2bot channel — @-mentioning a specific peer via --to, auto-mentioning only in single-peer fleets, never guessing.

原文の言語: 英語

更新
職業分類
未分類
説明

Send WhatsApp messages, list chats, and search history via wacli (local CLI backed by a synced store at ~/.wacli). Unpaired? Run the guided connect flow (scripts/guided_connect.py) from chat — no terminal needed.

原文の言語: 英語

更新
職業分類
未分類
説明

File a bug report, feature request, or feedback about Sutando to the team from any surface (chat, Discord, Telegram, or a voice-delegated task) — or automatically (--auto) when the agent itself hits a Sutando/AG2 Space bug. Reuses the cloud /api/feedback API…

原文の言語: 英語

更新
職業分類
未分類
説明

Track Claude Code quota usage via Anthropic API rate limit headers. Shows 5h and 7d utilization, reset times, and quota status. Works with both subscription and API key auth.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Scan configured sources (Craigslist now; eBay + Facebook Marketplace planned) for used-item listings matching the owner's criteria. Currently configured for a Mac mini search (M2+, 16GB+, 512GB+, ≤$500, near 94566). Notify owner via SMS + Telegram on a match.

原文の言語: 英語

更新
職業分類
未分類
説明

Re-anchor on the durable record (current-track, live owner thread, pending-questions, relay, build_log) before acting on anything that depends on earlier context. Read, do not recall.

原文の言語: 英語

更新
職業分類
未分類
説明

Resolve orphan tasks left in `<workspace>/tasks/` from a previous session that crashed mid-execution. Classifies each live task as done / fresh / stale by cross-referencing per-side-effect markers, then archives or recovers as appropriate. Runs once on…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sutando watches your screen and helps in real time, with the interaction pattern pre-configured per use case. Reads papers with you, pair-debugs, reviews PRs — without you having to narrate intent every session.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Prepare, verify, and publish Sutando engine releases. Use when asked to prepare a release proposal, determine a version bump, audit release documentation, validate release gates, create a release PR, tag a confirmed release, or publish GitHub release notes.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Write a handoff/continuity note for the NEXT Sutando session. Captures what was just in flight, what to check first, what might go wrong, and implicit context the structured snapshot doesn't carry. Drained into session-state.md by src/session-handoff.sh.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Start or stop a screen recording of the Mac via ffmpeg. Use when the user asks to record/capture their screen to a video file (a demo, a repro, a walkthrough) — not for a single still screenshot (use macos-tools screen capture for that).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Bash wrapper around the local Codex CLI for non-interactive runs from inside Sutando (bridges, cron, scripts). For interactive code review or task hand-off from this Claude Code session, prefer the official `/codex:*` plugin commands; this skill is the…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

/observe — natural-language entry to the Policy Interaction Layer: compile an NL request into a structured observation/subscription policy, confirm via effect-card (or standing approval), then subscribe on the events plane.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Framework + minimal example for Sutando desktop overlay applications — always-on-top, frameless Electron windows that float over the desktop, controllable from the Sutando web UI's /overlays manager. Ships one example overlay (System Resources). Add new…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ask Sutando to resolve a conflicted update of a Sutando checkout. When pulling the latest release/main conflicts with local changes, Sutando reproduces the merge in a scratch git worktree, resolves the conflicts there, proposes the resolution to the owner,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Connect to Microsoft 365 (OneDrive, Outlook mail, Calendar, Teams) via Microsoft Graph using the open-source python-o365 (O365) library. Use when the user wants to list/download OneDrive files, read or send Outlook email, list calendar events, or post a…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Sutando introspection — read logs + git + memory + build log for a chosen time window and produce a concise narrative of what the agent has been doing, what's broken, and what to prioritize next.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Schedule a small meeting end-to-end: resolve attendee emails, check the owner's calendar for the slot, dedup-check, then create + email the Google Calendar invite. The mechanical core only — cross-person availability negotiation stays interactive.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Discover, evaluate, safely install, and update reusable skills from a curated set of trusted open-source repositories.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Zoom meeting control for Sutando's voice and phone agents — contributes the summon (join + screen share), dismiss (leave meeting), and join_zoom (join with computer audio, no share) inline tools.

原文の言語: 英語

更新
職業分類
音響・映像技術者
説明

Build a short news-explainer video tuned for shareability. One striking moment per video; real fetched assets; self-heal validation; pluggable TTS (Gemini-free default, OpenAI fallback).

原文の言語: 英語

更新
職業分類
特殊効果アーティスト・アニメーター
説明

Generate and edit images using Gemini Flash Image, and generate videos using Veo. Supports text-to-image, image editing, text-to-video, and image-to-video.

原文の言語: 英語

更新
職業分類
一般事務員
説明

macOS native integrations: screen capture, calendar, reminders, contacts, email (Mail.app), Spotlight search. Use when the user asks about their screen, schedule, to-do list, contacts, or wants to send email on macOS.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Search phone-call history for when a feature regressed (find-regression.py) and drill into a single call to see what went wrong (diagnose-call.py). Skips reading 100+ transcripts by hand.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

OSS-facing channel to share a Sutando use case with the community. Opens a labeled GitHub issue on sonichi/sutando and (CLA-gated) a PR adding docs/community-use-cases/<slug>.md. Validates outcome-framed titles with the same checker as add-use-case. Default:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Transcribes audio files and voice notes to text via Gemini 2.5-flash. Integrates with Slack, Discord, and Telegram bridges so voice clips surface as readable text in tasks.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Local Agent Registry — a standalone, dependency-free service that tracks running Claude Code (and other) agent instances. Agents self-register on startup and heartbeat while alive; the Electron overlay and Sutando dashboard read the live list. Use when you…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use the local Gemini CLI from Claude Code with the user's existing Gemini authentication or API configuration. Use for large-context repo scans, multimodal analysis, second-opinion planning, or structured Gemini runs in the current workspace.

原文の言語: 英語

更新
収集済み skill 49 件中 40 件を表示しています。