open-octo

22 mods across 1 repository, 96 stars between them.

open-octo/octo-agent

Instructions file

Instructions for open-octo/octo-agent, covering claude.md, project, commands, architecture and adding capability.

96 3d ago A 1,849 tokens original MIT

artifact-design

02

open-octo/octo-agent

Skill Claude CodeCodex

Design guidance for any self-contained HTML/Markdown file shown in octo's Artifacts panel — reports, dashboards, architecture/system diagrams, generated UIs, slide-style pages. Read this BEFORE writing the file, not after — it calibrates how much design effort the request warrants and covers the panel's real…

96 3d ago A 175 tokens original MIT

channel-manager

03

open-octo/octo-agent

Skill Claude CodeCodex

Configure IM platform channels (Feishu, Weixin/WeChat, WeCom, DingTalk, Discord, Telegram) for octo. Guides the user through platform consoles, collects credentials, writes /.octo/channels.yml, and diagnoses connection problems. Trigger on: "channel setup", "setup feishu", "setup weixin", "setup wechat", "setup…

96 3d ago B 225 tokens original MIT

code-review

04

open-octo/octo-agent

Skill Claude CodeCodex

Review local code changes using an isolated sub-agent for unbiased analysis. Checks correctness, conventions, performance, tests, security, and tech design compliance. Use when the user wants a code review or says "review the diff" / "review my changes" / "代码评审" / "review 一下改动".

96 3d ago A 67 tokens original MIT

config-setup

05

open-octo/octo-agent

Skill Claude CodeCodex

Configure octo's global settings through guided conversation — set up AI model endpoints (providers, API keys, models), adjust agent defaults (reasoning effort, permission mode, coauthor, workspace directory), and manage the default/lite model assignments. Trigger on: "configure model", "add provider", "setup…

96 3d ago C 117 tokens original MIT

cron-task-creator

06

open-octo/octo-agent

Skill Claude CodeCodex

Create, inspect, run, edit, enable/disable, and delete octo's scheduled cron tasks — recurring agent prompts stored in /.octo/tasks/.json and executed by the octo serve scheduler. Use when the user wants to schedule a recurring task, e.g. "run X every morning", "schedule a daily report", "set up a cron job", "定时任务"…

96 3d ago A 89 tokens original MIT

deep-research

07

open-octo/octo-agent

Skill Claude CodeCodex

Deep, multi-source, fact-checked research on a topic — fan out searches, read primary sources, adversarially verify each claim, and synthesize a cited report. Use when the user wants a thorough research report rather than a quick answer, e.g. "深度调研", "research this properly", "写一份调研报告", "帮我系统调研", "多来源核实", "give me a…

96 3d ago A 158 tokens original MIT

open-octo/octo-agent

Skill Claude CodeCodex

Manage octo's agent profiles through conversation — create, modify, delete, list, and bind agents to IM chats by calling REST APIs. This skill is exclusive to the Default Agent (full-access). Use when the user wants to manage agents conversationally, e.g. "create a code review agent", "list all agents", "bind agent X…

96 3d ago A 121 tokens original MIT

genui

09

open-octo/octo-agent

Skill Claude CodeCodex

Render structured, glanceable, interactive UI in the chat instead of plain text — dashboards, stat cards, filterable tables, charts, mermaid diagrams, choice panels, forms, quizzes. Panels can carry an id so later turns update them in place, and most interaction resolves in the browser with no round-trip. Read this…

96 3d ago A 98 tokens original MIT

grill-me

10

open-octo/octo-agent

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree one at a time. Use when the user wants to stress-test a plan, pressure-test a design before building, or says "grill me", "拷问我", "帮我把方案想清楚", "挑战一下这个设计", "review my plan before I…

96 3d ago A 108 tokens original MIT

image-gen

11

open-octo/octo-agent

Skill Claude CodeCodex

Acquire images as files — generate them with an AI image model (14 providers: OpenAI/gpt-image, Gemini, Qwen, Zhipu, Volcengine, Stability, FLUX, Ideogram, MiniMax, and more), search openly-licensed stock (Openverse/Pexels/Pixabay/ Wikimedia), or slice one generated sheet into elements. Drive it one-off with a single…

96 3d ago A 142 tokens original MIT

implement

12

open-octo/octo-agent

Skill Claude CodeCodex

Implement a technical design by decomposing it into dependency-ordered vertical slices, executing each with TDD red-green, reviewing each via an isolated sub-agent, and persisting progress to a state file so work survives session restarts. Use when the user has a tech design (doc or settled conversation) and says…

96 3d ago A 97 tokens original MIT

mcp-creator

13

open-octo/octo-agent

Skill Claude CodeCodex

Configure and connect MCP (Model Context Protocol) servers through guided conversation — find the right server package or endpoint, build the config entry, write it to /.octo/mcp.json, and verify the connection. Use when the user wants to add, set up, or connect an MCP server, e.g. "add an MCP server", "connect X via…

96 3d ago C 96 tokens original MIT

office-xlsx

14

open-octo/octo-agent

Skill Claude CodeCodex

Create, read, and edit Excel (.xlsx) spreadsheets programmatically with openpyxl — cell values, formulas, styling (fonts/fills/borders/alignment/number formats), merged cells, multiple sheets, charts, and data validation. Use whenever the user wants a spreadsheet created, inspected, or modified, or references an .xlsx…

96 3d ago C 77 tokens original MIT

onboard

15

open-octo/octo-agent

Skill Claude CodeCodex

Onboard a new user OR curate a single piece of the assistant's inner state. Without arguments, runs the full first-run ceremony (AI name, personality, user profile, soul.md + user.md). With scope:soul or scope:user, runs a quick chat to update just that one profile file. With path: , runs a quick chat to update / keep…

96 3d ago A 154 tokens original MIT

ppt-master

16

open-octo/octo-agent

Skill Claude CodeCodex

AI-driven multi-format SVG content generation system. Converts source documents (PDF/DOCX/URL/Markdown) into high-quality SVG pages and exports to PPTX through multi-role collaboration. Use when user asks to "create PPT", "make presentation", "生成PPT", "做PPT", "制作演示文稿", or mentions "ppt-master".

96 3d ago B 76 tokens original MIT

product-help

17

open-octo/octo-agent

Skill Claude CodeCodex

Answer questions about how to use octo, or diagnose something that isn't working, by reading the product documentation. Use when the user asks "how do I...", "what is...", "where is the docs for...", any usage/help question about octo itself, or reports a problem — "not working", "won't start", "error", "connection…

96 3d ago A 91 tokens original MIT

skill-creator

18

open-octo/octo-agent

Skill Claude CodeCodex

Create new skills, modify existing skills, and help users turn repeatable workflows into reusable instructions. Use when the user wants to create a skill from scratch, edit or improve an existing skill, capture a workflow as a skill, or optimize a skill's description for better triggering accuracy, e.g. "帮我建个技能"…

96 3d ago A 123 tokens original MIT

tech-design

19

open-octo/octo-agent

Skill Claude CodeCodex

Produce a complete backend technical design document from a PRD or feature description — understand, explore the codebase, grill on decisions, write, and self-review. Use when the user wants to write a tech design, technical proposal, or backend design doc, e.g. "写技术方案", "出个设计文档", "tech design", "technical proposal"…

96 3d ago A 109 tokens original MIT

web-access

20

open-octo/octo-agent

Skill Claude CodeCodex

A method for handling difficult web tasks across search, page fetching, and a real browser. It covers sites that need login sessions, dynamic pages, anti-bot handling, or exploration before their structure is understood.

96 3d ago A 139 tokens original MIT

workflow-creator

21

open-octo/octo-agent

Skill Claude CodeCodex

Turn a repeatable multi-step task into a runnable, reusable saved workflow through guided conversation, in either of two shapes — chaining existing skills/recordings (wiring each one's output into the next's input), or composing the workflow script's own primitives (agent/parallel/pipeline) directly when the task…

96 3d ago A 278 tokens original MIT

worktree-isolate

22

open-octo/octo-agent

Skill Claude CodeCodex

Do risky or experimental work in an isolated git worktree, then merge or discard. Use when the user wants changes tried in isolation ("试在 worktree 里改", "隔离环境跑一下", "worktree 隔离", "在临时分支上做"), or before a large/uncertain edit that shouldn't touch the main checkout. Trailing text is the task to perform in the worktree.

96 3d ago A 91 tokens original MIT