template-skill
A template for creating new OrcBot skills. Use this as a starting point for building specialized agent capabilities.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A template for creating new OrcBot skills. Use this as a starting point for building specialized agent capabilities.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | template-skill |
| description | A template for creating new OrcBot skills. Use this as a starting point for building specialized agent capabilities. |
This is a template skill for OrcBot.
name and description in the YAML frontmatter.references/ for large documentation.scripts/ for deterministic tasks.assets/ for templates and static files.Describe how OrcBot should use this skill here.
Manage a real Stripe account like a bank — check live balances, view transaction history, create charges, and send payouts/transfers — all via the Stripe API. Use this skill whenever the user wants to interact with their Stripe account, check how much money they have, see what they've earned, charge a customer, pay someone out, or move funds. Trigger on phrases like "check my Stripe balance", "charge a customer", "send a payout", "how much did I make", "view my transactions", "transfer funds", or any mention of Stripe and money in the same breath. Always use this skill before trying to call Stripe APIs from memory — it has the correct endpoints, error handling patterns, and output formats.
Use this skill whenever an agent needs to interact with ElevenLabs in any way. Covers all ElevenLabs REST API capabilities: text-to-speech (TTS), streaming audio, voice cloning (instant and professional), speech-to-text transcription, voice design (create voices from text prompts), managing the voice library, and handling long-form content like audiobooks or articles. Trigger this skill whenever the user mentions ElevenLabs, text-to-speech, TTS, voice cloning, voice generation, audio synthesis, speech generation, transcription, or anything voice/audio-AI related — even casually. Don't try to wing ElevenLabs tasks from memory; always consult this skill first.
Use this skill whenever an agent needs to interact with arXiv in any way. Covers searching and discovering papers, downloading full PDFs, extracting structured metadata (authors, abstracts, citations), summarizing papers, comparing multiple papers, extracting key findings and methods, and saving or organizing references. Trigger this skill whenever the user mentions arXiv, research papers, academic papers, finding papers, reading PDFs, literature review, or anything research/paper-related — even casually. Don't try to wing arXiv tasks from memory; always consult this skill first.
Use this skill whenever an agent needs to interact with GitHub in any way. Covers the full GitHub workflow: setup and authentication with the GitHub CLI (gh), cloning repos and pushing code, creating branches, opening and reviewing PRs, commenting on and merging PRs, checking PR/CI status, and managing issues. Trigger this skill whenever the user mentions PRs, pull requests, issues, branches, pushing code, cloning a repo, GitHub CI, or anything GitHub-related — even casually. Don't try to wing GitHub tasks from memory; always consult this skill first.
Advanced reasoning and problem-solving framework for complex, multi-step tasks. Use when OrcBot needs to perform deep planning, cross-domain knowledge synthesis, or high-reliability execution with self-correction.