← all publishers

monotykamary

@monotykamary source repo

34 published skills

  1. Localterm · monotykamary bundle
    Drive the localterm daemon's HTTP API and CLI — schedule automations, set up event-driven triggers (git changes, shell notifications, directory changes), trigger runs, manage per-program secrets (Keychain-backed PATH shims), control PTYs like tmux (list, create, send-keys, capture-pane, resize, rename, kill, self-reference the current session), run synchronous exec commands with captured output + exit code, run headless agent sessions (the built-in pi harness or a custom command, fresh or thread), send named keys (press), wait for a pane state, screenshot a pane to PNG (capture --png via the browser), drive TUIs with the mouse (click/drag/move/scroll, by coords or label), manage terminal themes (list/import/set/delete, shared with the browser UI), inspect git diffs, and check server health. Use when the user asks to schedule, list, or manage automations, secrets, sessions, themes, run shell commands, or drive headless agent runs in localterm, or to script against the localterm server.
    0
    installs
  2. Macos Harness · monotykamary bundle
    Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or forcing apps into the foreground.
    0
    installs
  3. Fabric Rlm 2 · monotykamary
    Recursively decomposes oversized tasks into bounded child Pi agents with fresh context windows. Use for whole-repo audits, massive-context analysis, and multi-file refactors that do not fit one context.
    0
    installs
  4. Fabric Exec 2 · monotykamary bundle
    Troubleshooting and advanced API reference for `fabric_exec` programs, the TypeScript kernel, dynamic providers, agents, and schema recovery. Routine `pi.*` coding calls are documented by ambient guidance; load this skill only after an argument-shape error or when an advanced surface needs exact contracts.
    0
    installs
  5. Fabric Spec 2 · monotykamary
    Starts a persistent Pi Fabric spec supervisor that audits the main session against a feature design spec and steers only when a requirement lacks verified evidence. Use for strict, unblocked spec compliance while the main agent keeps full freedom to orchestrate.
    0
    installs
  6. Fabric Swarm 2 · monotykamary
    Creates a self-organizing team of persistent Pi Fabric actors with durable topics, mailboxes, and compare-and-swap tasks. Use for messenger-like collaboration and long-lived delegated work.
    0
    installs
  7. Fabric Fusion 2 · monotykamary
    Multi-model deliberation. Two to 8 distinct models answer in parallel with web-capable tools, then a judge compares consensus, contradictions, coverage gaps, unique insights, and blind spots. Act mode runs 1–4 read-only references, then one actor reconciles and executes. Use when the cost of being wrong justifies multiple completions.
    0
    installs
  8. Fabric Schema 2 · monotykamary
    Uses Fabric's typed Schema evidence loop and, when enabled, its bounded local-file transaction channel. Use when surprise must void a plan and mutation claims need explicit postconditions.
    0
    installs
  9. Fabric Advisor 2 · monotykamary
    Starts a persistent Pi Fabric peer advisor that reviews the main agent at decision points and surfaces only concrete, material advice. Use for ambient correctness review without another extension.
    0
    installs
  10. Fabric Council 2 · monotykamary
    Runs a bounded multi-perspective Pi Fabric council with independent reviewers and best-effort synthesis. Use for architecture choices, plans, reviews, and adversarial cross-checking.
    0
    installs
  11. Fabric Workflow 2 · monotykamary
    Runs a dynamic Pi Fabric workflow with code-held phases, fan-out, pipelines, structured agents, and best-effort verification. Use for large audits, migrations, parallel research, or explicit workflow requests.
    0
    installs
  12. Fabric Supervisor 2 · monotykamary
    Starts a persistent Pi Fabric supervisor that watches the main session toward a concrete goal and steers only when needed. Use for long-running goal supervision without another extension.
    0
    installs
  13. Math Schema · monotykamary bundle
    Research partner for deriving mathematics up to the frontier. Use when the user studies real analysis, probability, PDEs, or the mathematics of physics and wants to reach results through his own conjectures and proofs. The partner asks for falsifiable hypotheses before any explanation, writes out every proof step, keeps a journal of each claim and its status, and verifies results through computation and Lean 4.
    0
    installs
  14. Cdp · monotykamary bundle
    Drive any Chromium-based browser via the DevTools Protocol from JavaScript. Run JS snippets through the `browser-harness-js` CLI — it auto-spawns a long-lived Node HTTP server holding a fully-typed CDP `Session`, and every call (`browser-harness-js 'await session.Page.navigate(...)'`) executes against the same persistent connection. Session, active target, and globals survive across calls. Use when the user wants to automate, script, or inspect a Chromium-based browser via CDP — single tab or multi-tab. Prefers the unpacked Chrome extension relay; falls back to remote debugging (chrome://inspect or --remote-debugging-port).
    0
    installs
  15. Ttdl · monotykamary bundle
    Download TikTok videos browser-natively — no `yt-dlp`, no signature solver, no watermark. The browser plays the video (URL signing, CDN tokens, quality selection all done by the page itself); ttdl records the demuxed media the player feeds to MediaSource via a `SourceBuffer.appendBuffer` hook and muxes to MP4 with ffmpeg. If the user can watch the video, it's downloadable — region-locked and age-gated content work as long as a logged-in tab can play them. The capture is the clean, unwatermarked playback stream (TikTok's own Download button serves a separately-rendered watermarked file). Use when the user wants to download, save, or fetch a TikTok video (with or without audio) to disk.
    0
    installs
  16. Ytdl · monotykamary bundle
    Download YouTube videos browser-natively — no `yt-dlp`, no client impersonation, no n-signature solver. The browser plays the video (auth, poToken, n-solving, SABR demux all done by the page itself); ytdl records the demuxed media the player feeds to MediaSource via a `SourceBuffer.appendBuffer` hook and muxes to MP4 with ffmpeg. If the user can watch the video, it's downloadable — made-for-kids, age-gated, and members-only work as long as a logged-in tab can play them. Use when the user wants to download, save, or fetch a YouTube video (audio or video) to disk.
    0
    installs
  17. Gmaps · monotykamary bundle
    Google Maps via CDP — three modes, all keyless (no Google Places or Directions API key, no quota): (1) local business search returning structured results (name, rating, reviews, price, category, address, hours, coords, place ID, URL) — the data the metered Google Places API sells; (2) --route for real directions (total time + distance, current traffic) for an ordered list of places, in any travel mode (--mode driving|transit|walking|cycling|flights|best, default driving); (3) --optimize for a best-effort fastest visiting order (open-path TSP, fixed start) whose edges are virtualized as straight-line distance — N parallel place lookups plus one real directions call. Use when the user asks to find local businesses, get directions/time between places (by any mode), or plan a multi-stop route order. Requires browser-harness-js on PATH and a running Chromium-based browser with remote debugging.
    0
    installs
  18. Gnews · monotykamary bundle
    Search Google News through CDP. Returns structured results (title, URL, source, time, snippet) for any query — the publisher's direct URL, no news.google.com redirect wrapper. Use when the user asks for news, headlines, or recent coverage of a topic. Requires browser-harness-js on PATH and a Chromium-based browser with remote debugging enabled.
    0
    installs
  19. Findata · monotykamary bundle
    Free, keyless financial data via CDP. Stock price snapshots and historical OHLCV (Yahoo Finance) plus income / balance-sheet / cash-flow statements (SEC EDGAR XBRL). No API key, no account. Returns structured JSON or pretty-printed tables. Requires browser-harness-js on PATH and a running Chromium-based browser with remote debugging.
    0
    installs
  20. Gsearch · monotykamary bundle
    Search the web via Google through CDP. Returns structured results (title, URL, snippet) in under 1 second. Use when the user asks to search the web, look something up, find a link, or research a topic. Requires browser-harness-js on PATH and a Chromium-based browser with remote debugging enabled. Also opens a result link with `follow <url>` to read its page text or JSON.
    0
    installs
  21. Rsearch · monotykamary bundle
    Search Reddit posts through the browser via CDP. Returns structured results (title, subreddit, author, score, comments, permalink URL, selftext, media URLs) for any query, with optional subreddit restriction and sort/time filters. Use when the user asks to search Reddit, find discussions or posts, or gauge community sentiment on a topic. Requires browser-harness-js on PATH and a Chromium-based browser with remote debugging; no Reddit API key — works logged-out, and a logged-in reddit session is used automatically if present.
    0
    installs
  22. Xsearch · monotykamary bundle
    Search X (Twitter) via CDP. Returns structured results (author, handle, text, URL, timestamp) for any query. Requires browser-harness-js on PATH, a Chromium-based browser with remote debugging, and an active X session (logged in).
    0
    installs
  23. Fabric Rlm · monotykamary
    Recursively decomposes oversized tasks into bounded child Pi agents with fresh context windows. Use for whole-repo audits, massive-context analysis, and multi-file refactors that do not fit one context.
    0
    installs
  24. Fabric Exec · monotykamary bundle
    Python-only troubleshooting and advanced host API reference for fabric_exec. Routine pi.* coding calls are documented by ambient guidance; load this skill only after an argument-shape error or when an advanced surface needs exact contracts.
    0
    installs
  25. Fabric Spec · monotykamary
    Starts a persistent Pi Fabric spec supervisor that audits the main session against a feature design spec and steers only when a requirement lacks verified evidence. Use for strict, unblocked spec compliance while the main agent keeps full freedom to orchestrate.
    0
    installs
  26. Fabric Guide · monotykamary
    Recommends the right user-invoked Pi Fabric workflow without running it. Use when you want help choosing among workflow, council, fusion, RLM, Schema, ambient actors, or swarm.
    0
    installs
  27. Fabric Swarm · monotykamary
    Creates a self-organizing team of persistent Pi Fabric actors with durable topics, mailboxes, and compare-and-swap tasks. Use for messenger-like collaboration and long-lived delegated work.
    0
    installs
  28. Fabric Fusion · monotykamary
    Multi-model deliberation. Two to 8 distinct models answer in parallel with web-capable tools, then a judge compares consensus, contradictions, coverage gaps, unique insights, and blind spots. Act mode runs 1–4 read-only references, then one actor reconciles and executes. Use when the cost of being wrong justifies multiple completions.
    0
    installs
  29. Fabric Schema · monotykamary
    Uses Fabric's typed Schema evidence loop and, when enabled, its bounded local-file transaction channel. Use when surprise must void a plan and mutation claims need explicit postconditions.
    0
    installs
  30. Fabric Advisor · monotykamary
    Starts a persistent Pi Fabric peer advisor that reviews the main agent at decision points and surfaces only concrete, material advice. Use for ambient correctness review without another extension.
    0
    installs
  31. Fabric Ambient · monotykamary bundle
    Creates a persistent Pi Fabric supervisor or advisor profile. Use for ambient supervision, ongoing peer review, an advisor, or a goal watcher without another extension.
    0
    installs
  32. Fabric Council · monotykamary
    Runs a bounded multi-perspective Pi Fabric council with independent reviewers and best-effort synthesis. Use for architecture choices, plans, reviews, and adversarial cross-checking.
    0
    installs
  33. Fabric Workflow · monotykamary
    Runs a dynamic Pi Fabric workflow with code-held phases, fan-out, pipelines, structured agents, and best-effort verification. Use for large audits, migrations, parallel research, or explicit workflow requests.
    0
    installs
  34. Fabric Supervisor · monotykamary
    Starts a persistent Pi Fabric supervisor that watches the main session toward a concrete goal and steers only when needed. Use for long-running goal supervision without another extension.
    0
    installs