← all publishers

yukihirop

@yukihirop source repo

38 published skills

  1. Setup · yukihirop
    Run initial Nagi setup. Use when user wants to install dependencies, configure channels, register groups, or start services. Triggers on "setup", "install", "configure nagi", or first-time setup requests.
    0
    installs
  2. Deploy · yukihirop
    Sync deploy/{ASSISTANT_NAME}/ with deploy/templates/. Covers host/container entry files, group prompt defaults, and launchd plist. Triggers on "deploy", "sync deploy", "update entry", "sync entry", "update container entry", "sync container entry", "sync group templates", "sync launchd".
    0
    installs
  3. Teardown · yukihirop
    Tear down a Nagi assistant — stop the launchd service, remove the plist, and optionally delete deploy/{ASSISTANT_NAME}/ and __data/{ASSISTANT_NAME}/. Inverse of /setup. Triggers on "teardown", "uninstall nagi", "remove assistant", "撤去", "アンインストール", "アシスタント削除".
    0
    installs
  4. Status · yukihirop
    Quick read-only health check — session context, workspace mounts, tool availability, and task snapshot. Use when the user asks for system status or runs /status.
    0
    installs
  5. Nagi Logs · yukihirop
    Show nagi service logs. Triggers on "logs", "show logs", "nagi logs", "check logs", "ログ".
    0
    installs
  6. Nagi Stop · yukihirop
    Stop the nagi launchd service. Triggers on "stop", "stop nagi", "停止".
    0
    installs
  7. Nagi Start · yukihirop
    Start the nagi launchd service. Triggers on "start", "start nagi", "起動".
    0
    installs
  8. Nagi Restart · yukihirop
    Restart the nagi launchd service. Triggers on "restart", "restart nagi", "再起動".
    0
    installs
  9. Update Entry · yukihirop
    Sync a single entry.ts with its template. Interactively choose host or container (claude-code/open-code). Triggers on "update entry", "sync entry", "refresh entry".
    0
    installs
  10. Setup Launchd · yukihirop
    Set up nagi as a macOS launchd service for persistent background operation. Triggers on "setup launchd", "run as service", "background service", "auto start", "launchd".
    0
    installs
  11. Update Groups · yukihirop
    Sync group defaults (CLAUDE.md etc.) from deploy/{ASSISTANT_NAME}/groups/ to __data/{ASSISTANT_NAME}/groups/. Use after editing group defaults, or when the agent's CLAUDE.md needs refreshing. Triggers on "update groups", "sync groups", "refresh claude.md", "update agent config".
    0
    installs
  12. Add MCP Ollama · yukihirop
    Add Ollama MCP plugin for local LLM access from agent containers. Triggers on "add ollama", "setup ollama", "enable ollama".
    0
    installs
  13. Add MCP Vercel · yukihirop
    Add Vercel MCP plugin for deploying websites from agent containers. Triggers on "add vercel", "setup vercel", "enable vercel".
    0
    installs
  14. Setup Opencode · yukihirop
    Set up Open Code agent as an alternative to Claude Code. Supports OpenRouter, Gemini, and OpenAI providers. Triggers on "setup opencode", "setup open code", "use opencode", "switch to opencode".
    0
    installs
  15. AI Changelog · yukihirop
    Fetch the past week of changelog entries from Anthropic, Google Gemini, and OpenAI, generate a beautiful HTML dashboard, deploy it to Vercel, and return the URL. Use when the user says "差分", "diff", "changelog", "AI更新", "最近の変更", "AI changelog", "AI updates", "weekly AI news", or asks about recent changes from AI providers.
    0
    installs
  16. Capabilities · yukihirop
    Show what this Nagi instance can do — installed skills, available tools, and system info. Read-only. Use when the user asks what the bot can do, what's installed, or runs /capabilities.
    0
    installs
  17. Vercel Deploy · yukihirop
    Deploy websites to Vercel using MCP tools. Use when the user asks to deploy, publish, or host a website.
    0
    installs
  18. Change Open Code · yukihirop
    Switch agent to Open Code. Triggers on "change open code", "switch to open code", "use open code", "open code に切り替え".
    0
    installs
  19. Configure Skills · yukihirop
    Configure the per-group skills allowlist at deploy/{ASSISTANT_NAME}/groups/{channel}/{group}/skills.config.json. Controls which skills from container/skills/ get mounted into the agent session, reducing input tokens for quieter groups. Triggers on "configure skills", "edit skills", "skills allowlist", "skills config", "limit skills", "スキル設定", "スキル絞り込み", "スキル制限".
    0
    installs
  20. Register Channel · yukihirop bundle
    Register, list, or unregister a channel ID as a group in the assistant's SQLite DB. Supports Slack/Discord/Asana with reachability verification via channel APIs. Triggers on "register channel", "add channel id", "list groups", "unregister group", "チャンネル登録", "グループ登録", "グループ一覧", "グループ削除".
    0
    installs
  21. Update Container · yukihirop
    Rebuild the nagi-agent Docker image. Use after changing Dockerfile, agent-runner source, MCP plugins, or container plugins. Triggers on "update container", "rebuild container", "rebuild image", "rebuild docker", "コンテナ再ビルド".
    0
    installs
  22. Jupyter Deploy · yukihirop
    Create a Jupyter notebook from a user's request, execute it to generate outputs, convert to HTML, and deploy to Vercel. Use when the user says "notebook", "ノートブック", "Jupyter", "ジュピター", "データ分析", "data analysis notebook", "create notebook", "ノートブック作って", "分析して", "analyze and deploy", "notebook deploy", or asks to create a notebook and share/deploy the results.
    0
    installs
  23. Add Channel Asana · yukihirop
    Add Asana as a channel. Polls task comments for trigger-pattern matches (no public URL needed). Triggers on "add asana", "setup asana", "connect asana", "add channel asana".
    0
    installs
  24. Add Channel Slack · yukihirop
    Add Slack as a channel. Uses Socket Mode (no public URL needed). Triggers on "add slack", "setup slack", "connect slack", "add channel slack".
    0
    installs
  25. Add Context Probe · yukihirop
    Install or remove a context probe under deploy/{ASSISTANT_NAME}/container/context/ to verify the auto-mount mechanism. Supports minimal marker probe or git clone probe. Triggers on "add context probe", "context probe", "probe context", "verify context mount", "test context mount", "コンテキストプローブ".
    0
    installs
  26. Change Claude Code · yukihirop
    Switch agent back to Claude Code. Triggers on "change claude code", "switch to claude code", "use claude code", "claude code に切り替え".
    0
    installs
  27. Add Channel Discord · yukihirop
    Add Discord as a channel. Uses Gateway intents with bot token. Triggers on "add discord", "setup discord", "connect discord", "add channel discord".
    0
    installs
  28. Create Group Prompt · yukihirop
    Create prompt files (IDENTITY.md, SOUL.md, INSTRUCTIONS.md etc.) in deploy/{ASSISTANT_NAME}/groups/{channel}/{group}/. Writes directly to the user-editable default layer (skipping templates). Interactive setup for agent personality and behavior. Triggers on "create group prompt", "add group prompt", "create prompt", "add identity", "add soul".
    0
    installs
  29. Update Group Prompt · yukihirop
    Interactively update an existing group prompt file (CLAUDE.md, AGENTS.md, IDENTITY.md etc.) under deploy/{ASSISTANT_NAME}/groups/{channel}/{group}/. Asks the user at every step and previews a diff before saving. Triggers on "update group prompt", "edit group prompt", "modify claude.md", "edit identity", "update soul", "update instructions".
    0
    installs
  30. Youtube Analytics · yukihirop
    Analyze YouTube channels and videos using the YouTube Data API v3. Creates a Jupyter notebook with visualizations, converts to HTML, and deploys to Vercel. Use when the user says "YouTube分析", "YouTube analytics", "チャンネル分析", "動画分析", "YouTubeの分析", "analyze YouTube", "YouTube stats", or asks to analyze a YouTube channel or video performance.
    0
    installs
  31. Create Plugin Channel · yukihirop
    Scaffold a new channel plugin for nagi. Generates package with Channel interface implementation, factory function, tests, and deploy/templates/host/entry.template.ts registration. Triggers on "create channel plugin", "new channel", "scaffold channel", "add channel plugin".
    0
    installs
  32. Add Agent Hooks Open Code · yukihirop
    Add agent-hooks plugin for Open Code containers. Sends tool execution and session start notifications to chat channels. Triggers on "add open code hooks", "enable open code hooks", "setup open code hooks".
    0
    installs
  33. Add Channel Discord Embed · yukihirop
    Switch Discord channel to Embed rich display for tool notifications. Triggers on "add discord embed", "enable discord embed", "discord embed", "rich discord", "discord rich display".
    0
    installs
  34. Add Agent Hooks · yukihirop
    Add agent-hooks plugin for sending tool execution and session start notifications to chat channels. Triggers on "add agent hooks", "enable hooks", "setup agent hooks", "add hooks".
    0
    installs
  35. Add Channel Slack Block Kit · yukihirop
    Switch Slack channel to Block Kit rich display for tool notifications. Triggers on "add block kit", "enable block kit", "slack block kit", "rich slack", "slack rich display".
    0
    installs
  36. Create Container Plugin MCP · yukihirop
    Scaffold a new MCP plugin for nagi agent containers. Generates package, Dockerfile entry, and deploy/templates/host/entry.template.ts registration. Triggers on "create mcp plugin", "new mcp plugin", "add mcp", "scaffold mcp".
    0
    installs
  37. Add Channel Slack Block Kit Embed · yukihirop
    Switch Slack channel to Block Kit Embed rich display with colored left-border attachments. Triggers on "add slack embed", "enable slack embed", "slack block kit embed", "rich slack embed", "slack embed 表示".
    0
    installs
  38. Create Container Plugin Agent Hooks · yukihirop
    Scaffold a new agent-hooks plugin for nagi containers. Generates index.mjs with hook factories and deploy/templates/container/claude-code/entry.template.ts registration. Triggers on "create agent hooks plugin", "new agent hooks", "scaffold agent hooks".
    0
    installs