142 Commits

Author SHA1 Message Date
Michael Sitarzewski
5e59a20bbf Fix OpenCode color mapping for 6 missing named colors
Add yellow, violet, rose, lime, gray, and fuchsia to
resolve_opencode_color() — these were passing through as
plain strings and breaking OpenCode's hex-only color validation.

Fixes #108

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:48:21 -05:00
Michael Sitarzewski
71c3bdf03c Add sales division to installers, linter, and README
- Add sales/ to claude-code and copilot installer dir lists
- Add sales/ to lint-agents workflow trigger and changed-files filter
- Add LinkedIn Content Creator to marketing table in README
- Update agent count to 120

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 09:54:45 -05:00
Michael Sitarzewski
0bb5032c38
Merge pull request #129 from fayzan123/add-linkedin-content-creator
Fits the per-platform pattern (TikTok, Instagram, Reddit, Twitter → LinkedIn). Good quality, welcome aboard!
2026-03-11 09:36:42 -05:00
Michael Sitarzewski
57d7c4c1d5
Merge pull request #136 from Yimikami/docs/integration-consistency
Solid docs cleanup — GitHub capitalization, durable wording, OpenClaw README. Nice work!
2026-03-11 09:36:18 -05:00
Michael Sitarzewski
e6e88f78c7
Merge pull request #137 from Yimikami/fix/copilot-installer-coverage
Great catch — copilot installer was missing game-dev subdirs and paid-media. Thanks!
2026-03-11 09:36:15 -05:00
Michael Sitarzewski
7488a22f08
Merge pull request #135 from Yimikami/fix/strategy-lint-workflow
Clean fix — strategy docs shouldn't be linted as agents. Thanks\!
2026-03-11 09:36:08 -05:00
Michael Sitarzewski
3a79773a78
Merge pull request #123 from mys210/patch-1
Thanks for the fix! 🔗
2026-03-11 09:36:05 -05:00
Michael Sitarzewski
d708306059 Add Sales division (8 agents), remove duplicate analytics reporter
New Sales division with 8 craft-focused agents grounded in real
methodology (MEDDPICC, SPIN, Challenger, Gap Selling, Sandler):

- Outbound Strategist — signal-based prospecting
- Discovery Coach — question design and call structure
- Deal Strategist — opportunity qualification and win planning
- Sales Engineer — technical pre-sales and demo craft
- Proposal Strategist — RFP response and win narratives
- Pipeline Analyst — forecasting and RevOps analytics
- Account Strategist — land-and-expand and account planning
- Sales Coach — rep development and pipeline coaching

Also:
- Remove duplicate data-analytics-reporter from specialized/
  (identical to support/support-analytics-reporter.md)
- Update convert.sh AGENT_DIRS to include sales
- Update README stats: 119 agents across 12 divisions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 09:24:28 -05:00
Yimikami
ca1fa75a23 docs: clarify scoped installs and openclaw setup 2026-03-11 16:48:26 +03:00
Yimikami
d1d3c9c133 fix: install all agent categories for copilot 2026-03-11 16:34:04 +03:00
Yimikami
927d0ee42b docs: align integration docs with supported tools 2026-03-11 16:27:41 +03:00
Yimikami
908f15ee5b fix: stop linting strategy docs as agent files 2026-03-11 16:20:55 +03:00
Michael Sitarzewski
070bf0bca5 Update README: add 25 missing agents, add OpenClaw to installer docs
- Add 25 agents missing from division tables (engineering +8,
  marketing +6, specialized +7, design +1, product +1,
  project-management +1, game-dev verified complete)
- Add OpenClaw to interactive installer UI mockup (tool #6, renumber to 1-9)
- Add OpenClaw tool-specific instructions section
- Add --tool openclaw to CLI examples
- All 111 on-disk agents now listed (112th pending PR #101)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 07:24:34 -05:00
Fayzan Malik
8487580e8e Add LinkedIn Content Creator specialist 2026-03-11 05:54:00 -04:00
mys210
baff6c35b7
Update OpenClaw link to GitHub repository 2026-03-11 15:46:35 +08:00
Michael Sitarzewski
746efaa6b4
Merge pull request #116 from agentpip/openclaw-auto-register
openclaw: auto-register agents on install
2026-03-10 18:56:28 -05:00
Pip
27afa03c64 openclaw: let stderr through on agents add failure 2026-03-10 18:54:15 -05:00
Pip
6c78886ec9 openclaw: auto-register agents on install
After copying workspace files, call `openclaw agents add --non-interactive`
for each agent so they're immediately usable by agentId without any manual
config steps. Guarded by `command -v openclaw` so it's a no-op when OpenClaw
isn't installed. Adds a post-install reminder to restart the gateway.

Tested by Pip — an OpenClaw instance running on the machine that maintains
the agency-agents repo. 🫛
2026-03-10 17:42:31 -05:00
Michael Sitarzewski
42393d76ab Add OpenClaw support to install.sh
- Auto-detect ~/.openclaw directory or openclaw CLI
- Copy SOUL.md, AGENTS.md, IDENTITY.md per agent to ~/.openclaw/agency-agents/
- Add to interactive selector and tool list

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:28:48 -05:00
Michael Sitarzewski
6d58ad4c0a Add OpenClaw integration, emoji/vibe frontmatter, services field, and AP agent cleanup
OpenClaw support:
- Add section-splitting convert_openclaw() to convert.sh that routes
  ## headers by keyword into SOUL.md (persona) vs AGENTS.md (operations)
  and generates IDENTITY.md with emoji + vibe from frontmatter
- Add integrations/openclaw/ to .gitignore

Frontmatter additions (all 112 agents):
- Add emoji and vibe fields to every agent for OpenClaw IDENTITY.md
  generation and future dashboard/catalog use
- Add services field to carousel-growth-engine (Gemini API, Upload-Post)
- Add emoji/vibe to 7 new paid-media agents from PR #83

Agent quality:
- Rewrite accounts-payable-agent to be vendor-agnostic (remove AgenticBTC
  dependency, use generic payments.* interface)

Documentation:
- CONTRIBUTING.md: Add Persona/Operations section grouping guidance,
  emoji/vibe/services frontmatter fields, external services editorial policy
- README.md: Add OpenClaw to supported tools, update agent count to 112,
  reduce third-party OpenClaw repo mention to one-line attribution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:20:10 -05:00
Michael Sitarzewski
341f3e8f42
Merge pull request #83 from itallstartedwithaidea/feat/paid-media-division
feat: Add Paid Media Division - 7 specialized agents for digital advertising
2026-03-10 16:57:23 -05:00
Michael Sitarzewski
a732075285
Merge PR #76: Align OpenCode integration with current conventions
fix(opencode): align integration with current OpenCode conventions
2026-03-10 16:52:22 -05:00
Michael Sitarzewski
c1fdac981c Add FUNDING.yml to enable GitHub Sponsors button
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:48:25 -05:00
Michael Sitarzewski
5810bf8ffb
Merge pull request #105 from jnMetaCode/feat/add-baidu-wechat-agents
Add Baidu SEO Specialist and WeChat Mini Program Developer
2026-03-10 12:31:42 -05:00
Michael Sitarzewski
7c64cd7d54
Merge pull request #104 from jnMetaCode/feat/add-china-platform-agents
Add China platform agents: Bilibili, Kuaishou, E-Commerce
2026-03-10 12:31:40 -05:00
Michael Sitarzewski
710fdc5570
Merge pull request #103 from jnMetaCode/feat/add-blockchain-agents
Add Blockchain agents: Solidity Engineer + Security Auditor
2026-03-10 12:31:37 -05:00
Michael Sitarzewski
59ebfe06eb
Merge pull request #106 from jnMetaCode/fix/update-zh-translation-count
Update zh-CN translation count (100 translated + 9 originals)
2026-03-10 12:25:29 -05:00
jiangnan
5300f5ffe1 Update zh-CN translation count in Community Translations
agency-agents-zh now covers 100 translated agents + 9 China-market originals (was 26+4).
2026-03-11 01:23:45 +08:00
jiangnan
af12d55361 Add Baidu SEO Specialist and WeChat Mini Program Developer agents
- marketing/marketing-baidu-seo-specialist.md: Baidu search optimization, Baidu ecosystem (Baike, Zhidao, Tieba), ICP compliance, Chinese keyword research
- engineering/engineering-wechat-mini-program-developer.md: WeChat Mini Program full-stack development, WXML/WXSS, WeChat Pay integration, cloud functions
2026-03-11 01:09:04 +08:00
jiangnan
4773900286 Add China platform marketing agents: Bilibili, Kuaishou, E-Commerce
Three marketing agents covering major Chinese digital platforms:
- marketing/marketing-bilibili-content-strategist.md: Bilibili (China's YouTube+Twitch) UP主 content strategy, danmaku culture, mid-form video
- marketing/marketing-kuaishou-strategist.md: Kuaishou short-video strategy for lower-tier city markets, live commerce, trust-driven growth
- marketing/marketing-china-ecommerce-operator.md: Taobao/Tmall/Pinduoduo/JD cross-platform e-commerce operations, 618/Double 11 campaigns, live commerce
2026-03-11 01:08:13 +08:00
jiangnan
74d060b439 Add Solidity Smart Contract Engineer and Blockchain Security Auditor agents
Two blockchain-focused agents filling a gap in the current roster:
- engineering/engineering-solidity-smart-contract-engineer.md: EVM development, gas optimization, proxy patterns, DeFi protocols, Foundry/Hardhat tooling
- specialized/blockchain-security-auditor.md: Smart contract auditing, vulnerability detection, formal verification, exploit PoC, audit report writing
2026-03-11 01:07:22 +08:00
Michael Sitarzewski
40aa41e87f
Merge pull request #100 from novyxlabs/feat/mcp-memory-integration
feat: add MCP memory integration guide
2026-03-10 11:46:03 -05:00
John Williams
6815e0310d fix: Address PR review feedback — add color field, make tooling sections tool-agnostic
- Add color: orange to YAML frontmatter on all 7 paid-media agents
- Rewrite Tooling & Automation sections to be standalone:
  remove specific project links and repo names, frame as
  "when Google Ads MCP tools or API integrations are available
  in your environment, use them to [do X]"
- Keep all practical guidance and domain expertise intact
- Rebase onto upstream/main to resolve README conflict

Made-with: Cursor
2026-03-10 09:32:04 -07:00
John Williams
ae1863ccc2 feat: Add Paid Media Division - 7 specialized agents for digital advertising
Adds a new Paid Media Division to The Agency with 7 specialized agents:
- PPC Campaign Strategist (Google/Microsoft/Amazon Ads)
- Search Query Analyst (search term analysis, negative keywords)
- Paid Media Auditor (200+ checkpoint account audits)
- Tracking & Measurement Specialist (GTM, GA4, CAPI)
- Ad Creative Strategist (RSA, Meta creative, PMax assets)
- Programmatic & Display Buyer (GDN, DSPs, ABM, partner media)
- Paid Social Strategist (Meta, LinkedIn, TikTok)

Agents include references to open-source tooling from googleadsagent.ai
that enhance these workflows with live Google Ads API access.

Author: John Williams (@itallstartedwithaidea)
https://googleadsagent.ai
2026-03-10 09:31:49 -07:00
Eden
21c456076b feat: add MCP memory integration guide
Generic memory integration pattern using any MCP-compatible memory
server. Replaces vendor-specific PR #57 based on maintainer feedback.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 12:20:32 -04:00
Michael Sitarzewski
c54a597638
Merge pull request #68 from 0xdx2/copilot
feat:Add support for Copilot agents installation in install.sh
2026-03-10 09:51:20 -05:00
Michael Sitarzewski
74e756be57 Support nested agent directories and add game-development category
- Add game-development to AGENT_DIRS in convert.sh, lint-agents.sh,
  install.sh, and the CI workflow
- Remove maxdepth 1 from find commands so nested subdirectories
  (e.g., game-development/unity/) are discovered
- Update CI git diff globs to **/*.md for recursive matching
- Remove strategy from lint AGENT_DIRS (playbooks, not agents)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 09:06:47 -05:00
Michael Sitarzewski
e5b256d0ce
Merge pull request #96 from Ryuketsukami/game-development-agents-addition
Agents addition - Game development agents
2026-03-10 08:59:15 -05:00
Michael Sitarzewski
7f56af0bcc
Merge pull request #93 from PamvInf/add-threat-detection-engineer
Add Threat Detection Engineer specialist
2026-03-10 08:55:36 -05:00
Michael Sitarzewski
53bd1927eb
Merge pull request #94 from IamYipi/add-jira-workflow-steward
Add Jira Workflow Steward - Project Management
2026-03-10 08:55:33 -05:00
ryuketsukami
78bc7dd01f Agents addition - Game development agents 2026-03-10 15:34:27 +02:00
Michael Sitarzewski
1707291599 Add paid-media category to scripts and CI workflow
Prepares infrastructure for the upcoming Paid Media Division (PR #83).
Registers paid-media in convert.sh, lint-agents.sh, install.sh, and
the lint-agents GitHub Actions workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 08:18:35 -05:00
PamvInf
4adb05f7f5 Add Threat Detection Engineer specialist 2026-03-10 14:07:25 +01:00
Michael Sitarzewski
8f302071a0
Merge pull request #56 from jnMetaCode/feat/add-technical-writer-compliance-auditor
Add Technical Writer and Compliance Auditor agents
2026-03-10 07:46:56 -05:00
Michael Sitarzewski
4cd2004bb6
Merge pull request #69 from JosephChomboM/add-model-qa
Add Model QA Specialist - Specialized
2026-03-10 07:46:54 -05:00
Michael Sitarzewski
5669fa4bf2
Merge pull request #71 from GaelicThunder/add-embedded-firmware-engineer
Add Embedded Firmware Engineer specialist
2026-03-10 07:46:51 -05:00
Michael Sitarzewski
9d3c64799d
Merge pull request #72 from mergisi/add-openclaw-agents-resource
Add Awesome OpenClaw Agents to related resources
2026-03-10 07:46:48 -05:00
Michael Sitarzewski
284d495cd8
Merge pull request #75 from dreynow/feat/kanoniv-identity-agent
Add Identity Graph Operator - Specialized
2026-03-10 07:46:45 -05:00
Michael Sitarzewski
7e19182994
Merge pull request #78 from mutonby/add-carousel-growth-engine
Add Carousel Growth Engine - Marketing
2026-03-10 07:46:43 -05:00
Michael Sitarzewski
703ce86305
Merge pull request #84 from mikonos/add-zk-steward
Add ZK Steward - knowledge-base specialist (Luhmann-style)
2026-03-10 07:46:41 -05:00