English | 简体中文
A curated Agent Skills collection published by BenedictKing.
context7-auto-research— Fetch current library and framework docs from Context7exa-search— Semantic web search and related-content research via Exafirecrawl-scraper— Scrape pages, extract structured data, screenshots, and PDFs via Firecrawltavily-web— Web research, extraction, crawl, map, and structured research via Tavilycodex-review— Codex-based code review workflow for pending changes or recent commitsgpt-image-2-api— Generate and edit images with gpt-image-2 via OpenAI-compatible image or chat APIs
.claude-plugin/plugin.json
skills/
context7-auto-research/
exa-search/
firecrawl-scraper/
tavily-web/
codex-review/
gpt-image-2-api/
Each skill follows the Agent Skills layout:
SKILL.md- optional
scripts/ - optional
references/ - optional
.env.example
Install the whole collection:
gh skill install BenedictKing/benedictking-skillsInstall a single skill:
gh skill install BenedictKing/benedictking-skills exa-searchPin a specific release:
gh skill install BenedictKing/benedictking-skills exa-search --pin v1.0.0Validate the whole collection:
gh skill publish . --dry-runValidate a single script entrypoint if needed:
node skills/exa-search/scripts/exa-api.cjs --help- Confirm each
skills/<name>/SKILL.mdhas a matchingname - Confirm required frontmatter fields are present
- Keep executable code under
skills/<name>/scripts/ - Keep supporting docs under
skills/<name>/references/ - Run
gh skill publish . --dry-run
gh skill publish . --tag v1.0.0- Check the GitHub release page
- Spot-check
gh skill installcommands - Update README examples if the pinned version changes
MIT