Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
getwhys-skills logo

getwhys-skills

agent-skills

OtherClaude Codeby GetWhys-Engineering

Summary

Companion skills for the GetWhys MCP server

Install to Claude Code

/plugin install getwhys-skills@agent-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add GetWhys-Engineering/agent-skills if you haven't already.

README.md

GetWhys Agent Skills

A provider-agnostic collection of GetWhys Agent Skills (and future agent resources), built on the open SKILL.md standard. The same skills work in:

  • Chat clients: Claude (.ai / Desktop / Cowork), ChatGPT (Business /

Enterprise), Microsoft 365 Copilot Cowork, Amazon Q Business, Perplexity

  • Dev tools: Claude Code, OpenAI Codex, Cursor, Gemini CLI, GitHub Copilot,

JetBrains Junie, AWS Kiro, Google Antigravity, Block Goose

> ## Prerequisite: the GetWhys MCP server > > These skills are companions to the GetWhys MCP server, a paid GetWhys > product. They guide your AI assistant in using its tools — and are inert > without it. Connect the MCP through > GetWhys onboarding; no MCP configuration ships > from this repo.

Available skills

| Skill | What it does | Download | |---|---|---| | validate-gtm-output | Grounds marketing, content, and GTM work in real buyer evidence via the GetWhys MCP tools — research questions, competitive intel and battlecards, outward-facing content with brand voice and messaging frameworks, persona building, and draft scoring. | zip |

Install — pick your platform

No CLI? Org admin? (Claude.ai / Desktop / Cowork, ChatGPT Business/Enterprise)

Download the skill's .zip above, then upload it in settings:

  • Claude (Team/Enterprise admin): Org settings → Skills → + Add → select

the zip. On by default for every user, across web, the Desktop Chat tab, and Claude Cowork (where Cowork is enabled for your org).

  • ChatGPT (Business/Enterprise — beta): New skill → Upload from computer

Share with the workspace.

  • Claude Tag (Claude in Slack — beta): Org settings → Plugins → **Upload

plugin* → upload the plugin package getwhys-skills.zip — a plugin* zip, distinct from the skill zip above.

Full org-wide flows (including Microsoft 365 Copilot Cowork org-push and

Claude Tag): docs/install-admin.md.

Git install one-liners

| Tool | Command | |---|---| | Claude Code | /plugin marketplace add GetWhys-Engineering/agent-skills/plugin install getwhys-skills@agent-skills | | Gemini CLI | gemini skills install https://github.com/GetWhys-Engineering/agent-skills --path skills/<name> | | OpenAI Codex | $skill-installer install https://github.com/GetWhys-Engineering/agent-skills/tree/main/skills/<name> |

Copy a folder (Cursor, Copilot, Junie, Kiro, Antigravity, ...)

Copy skills/<name>/ into .agents/skills/ in your project (or

~/.agents/skills/ globally) — this vendor-neutral location covers Cursor, Gemini CLI, GitHub Copilot, and Google Antigravity at once:

git clone https://github.com/GetWhys-Engineering/agent-skills.git
mkdir -p .agents/skills && cp -R agent-skills/skills/<name> .agents/skills/

Complete per-tool directory matrix:

docs/install-platforms.md.

Updating / versioning

Releases are cut as vX.Y.Z tags; each release attaches one zip per skill, the M365 Cowork package (getwhys-cowork.zip), and the Claude Tag plugin package (getwhys-skills.zip). Two URL shapes:

https://github.com/GetWhys-Engineering/agent-skills/releases/latest/download/<skill>.zip   # always the newest
https://github.com/GetWhys-Engineering/agent-skills/releases/download/vX.Y.Z/<skill>.zip   # pinned

Git-based installs (Claude Code, Gemini, Codex) track the repo and update via each tool's own update command.

Authoring / contributing

Authoring rules live in AGENTS.md (frontmatter constraints, portability rules, validation workflow); start new skills from template/SKILL.md. Run ./scripts/validate-skills.sh before committing.

License

MIT

Related plugins

Browse all →