# harzoo-resources **Repository Path**: leeharhar/harzoo-resources ## Basic Information - **Project Name**: harzoo-resources - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-21 - **Last Updated**: 2026-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Harzoo 官方资源 ## profile 资源 | 中文简称 | agent_name | 版本 | 能力说明 | 下载 | | ------ | ---------------- | ---------- | ---------------------------- | ---------------------------------------------------------- | | 智能体构建师 | `harzoo_builder` | 2026-05-27 | 设计智能体方案并生成对应的配置文件 | [harzoo_builder.md](profiles/harzoo_builder.md) | > 当前的 [智能体构建师] 仅支持操作配置文件,操作 Harzoo 内核或者外接 UI 等先进功能会持续更新。 ## tool 资源 | 类别 | tool_name | 版本 | 能力说明 | 下载 | | ------ | ------------------ | ---------- | --------------------------------------- | ---------------------------------------------------- | | 智能体控制 | `LoadSkill` | 2026-05-27 | 按需加载 skill 正文(须 profile 声明 skill_names) | [load_skill.py](tools/load_skill.py) | | 智能体控制 | `CompactContext` | 2026-05-22 | 压缩上下文:摘要较早消息并保留最近若干条 | [compact_context.py](tools/compact_context.py) | | 智能体控制 | `SwitchProfile` | 2026-05-22 | 切换主智能体 profile(模型、提示词、工具集) | [switch_profile.py](tools/switch_profile.py) | | 智能体控制 | `SubtaskAgent` | 2026-05-22 | 以子 profile 同步运行委派子任务 | [subagent.py](tools/subagent.py) | | 文件与终端 | `Shell` | 2026-05-30 | 执行 Shell 命令(Windows 固定 PowerShell,Unix 固定 Bash) | [shell.py](tools/shell.py) | | 文件与终端 | `Read` | 2026-05-22 | 读取文件内容 | [read.py](tools/read.py) | | 文件与终端 | `Write` | 2026-05-22 | 写入文件(自动创建父目录) | [write.py](tools/write.py) | | 文件与终端 | `Edit` | 2026-05-22 | 按精确匹配替换文件中的文本 | [edit.py](tools/edit.py) | | 文件与终端 | `Grep` | 2026-05-22 | 在文件中按正则搜索 | [grep.py](tools/grep.py) | | 文件与终端 | `Glob` | 2026-05-22 | 按 glob 模式查找文件 | [glob.py](tools/glob.py) | | 网络与浏览器 | `WebFetch` | 2026-05-22 | 抓取 URL 并提取网页正文 | [webfetch.py](tools/webfetch.py) | | 网络与浏览器 | `Browser` | 2026-05-22 | Playwright 浏览器自动化(快照 / ref 操作) | [browser.py](tools/browser.py) | | 文档处理 | `DocumentRead` | 2026-05-22 | 读取 pdf、docx、xlsx 等常见文档 | [document_read.py](tools/document_read.py) | | 文档处理 | `DocumentEdit` | 2026-05-22 | 编辑结构化文档(常见格式) | [document_edit.py](tools/document_edit.py) | | 文档处理 | `DocumentGenerate` | 2026-05-22 | 按结构化载荷生成文档 | [document_generate.py](tools/document_generate.py) | | 桌面 GUI | `GuiScreenshot` | 2026-05-22 | 截取桌面截图供 GUI 规划使用 | [gui_screenshot.py](tools/gui_screenshot.py) | | 桌面 GUI | `GuiActuator` | 2026-05-22 | 执行桌面鼠标与键盘操作 | [gui_actuator.py](tools/gui_actuator.py) |