CtrlK
BlogDocsLog inGet started
Tessl Logo

QwenPaw

github.com/agentscope-ai/QwenPaw

Skill

Added

Review

chat_with_agent

src/qwenpaw/agents/skills/chat_with_agent-en/SKILL.md

Use this skill when you need to consult another agent, ask for help, or involve a specific agent the user asked for.

channel_message

src/qwenpaw/agents/skills/channel_message-zh/SKILL.md

当需要主动向用户、会话或频道单向发送消息时,使用本 skill。通常仅在用户明确要求向某个 channel / 会话发送消息,或需要主动通知时使用。先用 qwenpaw chats list 查询 session,再用 qwenpaw channels send 推送消息。

channel_message

src/qwenpaw/agents/skills/channel_message-en/SKILL.md

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 qwenpaw chats list, then push with qwenpaw channels send.

browser_visible

src/qwenpaw/agents/skills/browser_visible-zh/SKILL.md

当用户需要控制 browser_use 的浏览器启动方式时,使用本 skill。当前 browser_use 默认使用 managed CDP 启动本地 Chrome/Chromium;`headed` 控制是否显示窗口,`private_mode` 控制是否禁用 CDP、改走 Playwright,`browser_args` 传入额外的 Chromium 启动参数,`executable_path` 指定自定义浏览器可执行文件路径。

browser_visible

src/qwenpaw/agents/skills/browser_visible-en/SKILL.md

Use this skill when the user needs to control the browser launch mode for browser_use. By default, browser_use launches the local Chrome/Chromium using managed CDP; `headed` controls whether the window is visible, and `private_mode` controls whether CDP is disabled in favor of Playwright.

browser_cdp

src/qwenpaw/agents/skills/browser_cdp-zh/SKILL.md

当用户明确希望连接到已运行的 Chrome 浏览器、扫描本地 CDP 端口、显式指定 `cdp_port`,或让多个 agent / 工具共享同一个浏览器时,使用本 skill。当前 browser_use 默认已使用 managed CDP 启动浏览器;如果用户不希望暴露浏览器历史、Cookies 等敏感信息,推荐改用 `private_mode=true` 的隐私模式。

browser_cdp

src/qwenpaw/agents/skills/browser_cdp-en/SKILL.md

Use this skill when the user explicitly wants to connect to a running Chrome browser, scan local CDP ports, specify a `cdp_port`, or share a single browser across multiple agents/tools. By default, browser_use already launches the browser using managed CDP; if the user does not want to expose browser history, cookies, or other sensitive data, recommend using `private_mode=true` instead.

QA_source_index

src/qwenpaw/agents/skills/QA_source_index-zh/SKILL.md

将用户问题中的主题、关键词映射到 QwenPaw 官方文档路径与常见源码入口,减少盲目搜索。适用于内置 QA Agent 在回答安装、配置、技能、MCP、多智能体、记忆、CLI 等问题时快速选定要读的文件。

QA_source_index

src/qwenpaw/agents/skills/QA_source_index-en/SKILL.md

Maps topics and keywords from user questions to QwenPaw official documentation paths and common source code entry points, reducing blind searching. Intended for the built-in QA Agent to quickly identify which files to read when answering questions about installation, configuration, skills, MCP, multi-agent, memory, CLI, etc.

terraform-skill

plugins/bundle/cloudpaw/skills/terraform-skill/SKILL.md

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code architecture decisions

90

1.45x
terraform-cli-setup

plugins/bundle/cloudpaw/skills/terraform-cli-setup/SKILL.md

Terraform CLI 安装与初始化技能。当用户本地未安装 Terraform 时自动完成安装,确保 terraform 命令可用并能执行 init/validate。不负责 Provider 凭证配置,凭证在实际使用时由 terraform-skill 引导。

68

alicloud_cli

plugins/bundle/cloudpaw/skills/alicloud_cli/SKILL.md

阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。