A guide for connecting an agent to a running Chrome browser through Chrome DevTools Protocol, a way for software to control an existing browser. It also covers finding exposed local browser ports and starting a browser that other programs can connect to.
Use this skill to proactively send a one-way message to a user/session/channel, usually only when the user explicitly asks to send to a channel/session or when proactive notification is needed. First query sessions with copaw chats list, then push with copaw channels send. | 当需要主动向用户/会话/频道单向推送消息时使用,通常仅在用户明确要求发往某个…
A terminal-based email tool for managing messages through IMAP or SMTP, the standard protocols used to receive and send email. It supports multiple accounts and message composition using MML, a format for describing email parts.
Use this skill only for scheduled or recurring tasks. Manage cron jobs with copaw cron list/create/get/state/pause/resume/delete/run. Always pass --agent-id explicitly. | 仅在需要未来定时执行或周期执行时使用本 skill。用 copaw cron list/create/get/state/pause/resume/delete/run 管理任务;必须显式传 --agent-id.
A browser-based setup guide for connecting a CoPaw assistant to DingTalk, a Chinese workplace messaging platform. It configures a DingTalk application, bot, and Stream connection, then binds them to a channel.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
When the user wants to add or run a packaged exe + libraries/dlls + resource files (desktop app bundle). Describes placement, working directory, and entry command conventions. | 说明如何把「exe + dll/资源」作为 skill 放置、工作目录与启动命令约定。.
Read and summarize text-based file types only. Prefer readfile for text formats; use executeshellcommand for type detection when needed. PDF/Office/images/archives are handled by other skills.
A support guide for answering questions about installing and configuring CoPaw, an agent platform. It directs the agent to check local documentation first and use the official website only when needed.
CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Use this skill when another agent's expertise/context is needed, or when the user explicitly asks to involve another agent. First list agents, then use copaw agents chat for two-way communication with replies. | 当需要其他 agent 的专长/上下文,或用户明确要求调用其他 agent 时使用;先查 agent,再用 copaw agents chat 双向通信(有回复).
When the user needs to operate an already-open native desktop app window (not a browser): list windows, get control tree, click buttons/tabs, or type text into controls. Windows only; requires Python and pywinauto (pip install pywinauto). | 操作已打开的原生桌面窗口(非浏览器):列举窗口、控件树、点击或输入;仅 Windows,需 pywinauto。.
Look up the latest news for the user from specified news sites. Provides authoritative URLs for politics, finance, society, world, tech, sports, and entertainment. Use browseruse to open each URL and snapshot to get content, then summarize for the user.
When the user wants to open a single desktop/start-menu shortcut on Windows (by name match): use executeshellcommand with the PowerShell below — there is no tool named opendesktopshortcuts; bulk 'open all' is not supported here. | 在 Windows 上按名称打开单个桌面/开始菜单快捷方式:用 executeshellcommand;不支持本技能内「一次打开全部」。.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…
FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.