agency-agents-zh
AgentFree🎭 211 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 16 种工具,覆盖工程/设计/营销/金融等 18 个部门。含 46 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)
Capabilities13 decomposed
multi-tool agent deployment pipeline with format auto-conversion
Medium confidenceConverts unified Markdown-based agent definitions (with YAML frontmatter) into tool-specific formats via a two-stage bash/PowerShell pipeline (convert.sh → install.sh). The convert stage parses raw agent files and transforms them into 14+ target formats (.mdc for Cursor, .json for Kiro, aggregated files for Aider/Windsurf, rules for Claude Code/Copilot). The install stage auto-detects local tool installations and deploys converted agents to the correct configuration directories (~/.claude/agents/, .cursor/rules/, etc.), eliminating manual file placement.
Implements a declarative, tool-agnostic agent definition format (Markdown + YAML) with automated format transpilation and filesystem-aware installation detection. Unlike tool-specific agent builders, this approach treats agent definitions as infrastructure-as-code, enabling version control, CI/CD validation, and cross-tool portability without vendor lock-in.
Outperforms manual agent creation workflows by eliminating per-tool reformatting; more flexible than tool-native agent stores because agents remain portable and auditable in git.
structured agent library with 18-department taxonomy and chinese market specialization
Medium confidenceOrganizes 211 pre-built AI agent personas across 18 professional departments (Engineering, Design, Marketing, Sales, Support, Testing, Finance, Legal, HR, Academic, Game Development, Supply Chain, etc.) with 46 agents specifically designed for Chinese platforms (Xiaohongshu, Douyin, WeChat, Feishu, DingTalk). Each agent is defined as a Markdown file containing YAML metadata (name, department, tools, version) and a structured body (identity/mission/rules/deliverables). The library is indexed and linted via CI/CD to ensure consistency and completeness.
Combines a structured, version-controlled agent library with deep Chinese market specialization (46 original agents for Xiaohongshu, Douyin, WeChat, Feishu, DingTalk) and a standardized YAML+Markdown definition format that enables both human readability and machine parsing. Unlike generic prompt repositories, this library enforces consistent structure (identity/mission/rules/deliverables) and department taxonomy, making agents discoverable and composable.
Provides 211 pre-built agents vs. starting from scratch; Chinese market agents are unavailable in generic libraries like Awesome Prompts; standardized format enables automated validation and cross-tool deployment.
openclaw workspace integration for unified agent deployment
Medium confidenceIntegrates with OpenClaw (a workspace management tool) to enable unified deployment and management of agents across multiple tools and projects. OpenClaw provides a centralized interface for selecting, configuring, and deploying agents to local development environments. The integration leverages the conversion pipeline to automatically deploy agents to the correct tool-specific formats and directories. This reduces friction for teams that use multiple tools and want a single point of control for agent deployment.
Provides a centralized workspace interface for agent deployment, treating agent management as a workspace concern rather than a per-tool concern. This approach simplifies deployment for teams using multiple tools and enables centralized governance.
More convenient than manual per-tool deployment; enables team-wide standardization on agent definitions; provides a single point of control for agent versions and configurations.
scenario-based runbook templates for common workflows
Medium confidenceProvides pre-defined scenario runbooks (e.g., 'xiaohongshu-launch', 'product-development', 'infrastructure-deployment') that orchestrate multiple agents through a complete workflow. Each runbook specifies the sequence of agents, handoff protocols, validation checkpoints, and expected outputs. Runbooks are defined in Markdown and can be executed via the NEXUS orchestration framework or manually. This enables teams to standardize on repeatable workflows without building orchestration logic from scratch.
Treats common workflows as first-class artifacts, providing pre-built runbooks that encode best practices and institutional knowledge. Unlike ad-hoc agent chaining, runbooks are documented, version-controlled, and repeatable, making them suitable for team-wide standardization.
More structured than manual agent chaining; more flexible than hard-coded workflows because runbooks are text-based and customizable; enables non-technical users to execute complex workflows.
agent contribution framework with standardized templates
Medium confidenceProvides standardized templates and contribution guidelines for adding new agents to the library. Contributors create a Markdown file with YAML frontmatter (metadata) and a structured body (identity, mission, rules, deliverables) following the template. The contribution process includes validation via the linter, peer review, and integration into the appropriate department. The framework ensures consistency across all 211 agents and makes it easy for community members to contribute without understanding the entire codebase.
Treats agent contribution as a structured, templated process rather than ad-hoc submissions. The framework lowers the barrier to entry for contributors while ensuring quality and consistency through automated validation and peer review.
More accessible than contributing to generic prompt repositories because templates guide contributors; more consistent than ad-hoc contributions because templates enforce structure; enables community-driven library growth.
nexus multi-agent orchestration with phase-based lifecycle and handoff protocols
Medium confidenceImplements a 7-phase orchestration framework (Phases 0–6) for coordinating multiple agents on complex tasks. Each phase defines entry conditions, agent responsibilities, handoff protocols, and validation checkpoints. Agents communicate via standardized handoff templates that specify context, constraints, and expected outputs. The framework includes scenario runbooks (pre-defined workflows for common patterns like 'product launch', 'content creation', 'infrastructure deployment') and agent coordination templates that define who hands off to whom and under what conditions. Implemented via the agency-orchestrator NPM package for programmatic control.
Defines a formal 7-phase lifecycle with explicit handoff protocols and scenario runbooks, treating multi-agent coordination as a first-class concern rather than an afterthought. Unlike simple agent chaining (e.g., 'call Agent A, then Agent B'), NEXUS enforces validation checkpoints, context preservation, and role-based routing, making workflows auditable and repeatable.
More structured than LangChain's sequential chains (which lack formal phase definitions); more flexible than rigid state machines because phases can branch based on validation results; includes pre-built runbooks for common scenarios (product launch, content creation).
rules-based agent integration for ide-native tools (cursor, trae, opencode)
Medium confidenceConverts agent definitions into .mdc (Markdown with Code) rule files for Cursor, Trae, and OpenCode, which use a rules-based system to inject agent personas into the IDE's code completion and suggestion engine. The conversion process extracts the agent's identity, mission, and rules from the Markdown definition and formats them as a .cursor/rules/ file that the IDE loads at startup. Rules are applied contextually — the IDE evaluates them against the current file, selection, and command to determine which agent persona should influence suggestions. This enables IDE-native agent switching without leaving the editor.
Treats IDE rule files as a deployment target for agent definitions, enabling IDE-native agent personas without external API calls. The conversion process preserves agent semantics (identity, mission, rules) while adapting them to the IDE's rule syntax, making agents portable across different rule-based IDEs.
Faster than external agent APIs because rules are evaluated locally in the IDE; more flexible than hard-coded IDE behaviors because rules are version-controlled and updatable; enables agent switching without IDE restart.
direct-copy agent integration for claude code and github copilot
Medium confidenceProvides agent definitions formatted as copy-paste system prompts for Claude Code and GitHub Copilot, which do not support external rule files or configuration. The conversion process extracts the agent's identity, mission, and rules from the Markdown definition and formats them as a plain-text system prompt that can be pasted directly into Claude Code's system prompt field or GitHub Copilot's settings. This is the simplest integration path but requires manual copy-paste and does not support dynamic agent switching within a session.
Provides the simplest possible integration path for tools that don't support external configuration — plain-text system prompts that can be copy-pasted. This approach prioritizes transparency and simplicity over automation, making it ideal for users who want to inspect and customize prompts.
More transparent than automated integrations because users can see the exact prompt being used; simpler to set up than rule-based integrations; works with any tool that accepts system prompts.
single-file agent aggregation for aider and windsurf
Medium confidenceConverts multiple agent definitions into a single aggregated file (e.g., agents.md or agents.json) that Aider and Windsurf can load as a unified agent catalog. The aggregation process concatenates agent definitions while preserving metadata and ensuring no conflicts. Aider and Windsurf then parse this file to populate their agent selection UI, allowing users to switch between agents without restarting the tool. This approach balances automation (single file deployment) with simplicity (no complex configuration).
Treats agent aggregation as a first-class deployment pattern, enabling tools like Aider and Windsurf to load the entire agent library as a dynamic catalog. Unlike per-agent deployment (which requires multiple files), aggregation reduces deployment overhead and enables tool-native agent switching.
Simpler than managing 211 individual agent files; enables dynamic agent switching within the tool; more efficient than copy-paste workflows.
skill-based agent integration for antigravity and gemini cli
Medium confidenceConverts agent definitions into skill definitions for Antigravity and Gemini CLI, which use a skill-based system to extend their capabilities. Each agent is mapped to a skill (e.g., 'Senior Developer' → 'advanced-coding-skill', 'Content Strategist' → 'content-creation-skill') with associated metadata (description, parameters, examples). The conversion process extracts the agent's mission and rules and formats them as skill definitions that Antigravity/Gemini CLI can invoke. This enables agents to be used as reusable skills that can be chained or composed.
Reframes agents as composable skills, enabling them to be used as building blocks in larger automation workflows. This approach treats agents as first-class citizens in skill-based systems, making them discoverable and reusable across multiple workflows.
More flexible than direct agent invocation because skills can be composed and chained; more discoverable than raw agents because skills are documented and cataloged within the tool.
agent linting and validation with ci/cd integration
Medium confidenceImplements a bash-based linter (lint-agents.sh) that validates agent definitions against a schema (YAML frontmatter structure, required fields, formatting consistency). The linter checks for missing metadata (name, department, version), malformed YAML, incomplete rules sections, and inconsistent formatting. It outputs validation errors and warnings that can be integrated into GitHub Actions workflows, preventing invalid agents from being merged into the repository. This ensures library quality and consistency without manual review.
Treats agent definitions as code and applies software engineering practices (linting, CI/CD validation) to ensure quality. Unlike manual review, automated linting catches structural errors immediately and provides consistent feedback to contributors.
Faster and more consistent than manual review; catches errors before they reach the main branch; enables contributors to self-validate before submitting PRs.
chinese market platform-specific agents with localized workflows
Medium confidenceProvides 46 agents specifically designed for Chinese platforms (Xiaohongshu, Douyin, WeChat, Feishu, DingTalk) with localized workflows, content strategies, and platform-specific best practices. Each agent understands platform-specific features (e.g., Xiaohongshu's hashtag system, Douyin's algorithm, WeChat's group dynamics) and provides guidance tailored to that platform. Agents include 'Xiaohongshu Content Strategist', 'Douyin Trend Analyzer', 'WeChat Community Manager', 'Feishu Workflow Optimizer', and 'DingTalk HR Specialist'. These agents are integrated into the same deployment pipeline as generic agents, enabling seamless use across tools.
Provides deep localization for Chinese platforms and tools, treating them as first-class citizens rather than afterthoughts. Unlike generic agents, these agents embed platform-specific knowledge (algorithms, features, best practices) and are maintained by contributors familiar with these platforms.
Unavailable in generic agent libraries; more accurate than generic agents because they understand platform-specific dynamics; enables non-experts to leverage platform expertise.
mcp memory integration for persistent agent context
Medium confidenceIntegrates with the Model Context Protocol (MCP) to enable agents to maintain persistent memory across sessions. Agents can store and retrieve context (e.g., project state, user preferences, conversation history) via MCP memory servers, allowing them to pick up where they left off in subsequent sessions. The integration is optional and tool-dependent — agents can function without MCP, but with MCP they gain stateful capabilities. This is particularly useful for long-running projects or multi-session workflows where context preservation is critical.
Treats memory as a first-class concern for agents, enabling stateful behavior across sessions via MCP. Unlike stateless agents that lose context between sessions, MCP-integrated agents can maintain project state and user preferences, making them more effective for long-running workflows.
More sophisticated than copy-pasting context between sessions; enables agents to learn and adapt based on previous interactions; requires less manual context management than stateless agents.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with agency-agents-zh, ranked by overlap. Discovered automatically through the match graph.
awesome-openclaw-usecases-zh
🇨🇳 OpenClaw中文用例大全 | 49个真实场景 | 国内特色 + 海外案例的国内适配 | 自动化办公·内容创作·运维·AI助理·知识管理 | 新手友好 | Chinese guide for OpenClaw AI agent use cases
UI-TARS-desktop
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
ai-agent-workflow
The AI Agent Workflow: Connect Obsidian, Linear, and OpenClaw for a persistent AI teammate. Setup guide + templates.
CrewAI Template
CrewAI multi-agent collaboration example templates.
openclaw-qa
OpenClaw Q&A 社区 — AI Agent 记忆系统、多Agent架构、进化系统、具身AI | 龙虾茶馆 🦞
UI-TARS-desktop
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Best For
- ✓Teams using multiple AI-assisted development tools (Cursor + Claude Code + Copilot)
- ✓Organizations standardizing on agent definitions across departments
- ✓Developers who want to version-control agents in git without tool-specific lock-in
- ✓Chinese-speaking teams and organizations building AI-assisted workflows
- ✓Enterprises needing role-specific agents (e.g., 'Xiaohongshu Content Strategist', 'DingTalk Workflow Optimizer')
- ✓Developers building multi-agent systems who want pre-vetted, production-ready personas
- ✓Non-technical users who want to deploy agents without understanding prompt engineering
- ✓Teams using OpenClaw for workspace management
Known Limitations
- ⚠Conversion fidelity depends on target tool's schema — some advanced features may not translate (e.g., Claude Code's native memory features may not map to Cursor rules)
- ⚠Bash pipeline requires Unix-like environment; PowerShell variant adds Windows support but requires separate maintenance
- ⚠No real-time sync — agents must be re-deployed after updates; no hot-reload capability
- ⚠Tool detection is filesystem-based (checking ~/.cursor/, ~/.claude/, etc.) and may fail with non-standard installations
- ⚠Library is static — agents are not dynamically updated based on user feedback or performance metrics
- ⚠Chinese market agents may not generalize well to non-Chinese contexts (e.g., Xiaohongshu strategies don't apply to TikTok)
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: Apr 19, 2026
About
🎭 211 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 16 种工具,覆盖工程/设计/营销/金融等 18 个部门。含 46 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)
Categories
Alternatives to agency-agents-zh
Are you the builder of agency-agents-zh?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →