benedictking-skills
agent
Warn
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Warn
- process.env — Environment variable access in skills/context7-auto-research/scripts/context7-api.cjs
- fs module — File system access in skills/context7-auto-research/scripts/context7-api.cjs
- process.env — Environment variable access in skills/exa-search/scripts/exa-api.cjs
- fs module — File system access in skills/exa-search/scripts/exa-api.cjs
- network request — Outbound network request in skills/exa-search/scripts/exa-api.cjs
- process.env — Environment variable access in skills/firecrawl-scraper/scripts/firecrawl-api.cjs
- fs module — File system access in skills/firecrawl-scraper/scripts/firecrawl-api.cjs
- network request — Outbound network request in skills/firecrawl-scraper/scripts/firecrawl-api.cjs
- process.env — Environment variable access in skills/gpt-image-2-api/scripts/gpt-image-2-api.mjs
- network request — Outbound network request in skills/gpt-image-2-api/scripts/gpt-image-2-api.mjs
- process.env — Environment variable access in skills/tavily-web/scripts/tavily-api.cjs
- fs module — File system access in skills/tavily-web/scripts/tavily-api.cjs
- network request — Outbound network request in skills/tavily-web/scripts/tavily-api.cjs
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
BenedictKing's Agent Skills collection for Claude Code and compatible agents
README.md
BenedictKing Skills
English | 简体中文
A curated Agent Skills collection published by BenedictKing.
Included skills
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
Repository layout
.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
Installation
Install the whole collection:
gh skill install BenedictKing/benedictking-skills
Install a single skill:
gh skill install BenedictKing/benedictking-skills exa-search
Pin a specific release:
gh skill install BenedictKing/benedictking-skills exa-search --pin v1.0.0
Validation
Validate the whole collection:
gh skill publish . --dry-run
Validate a single script entrypoint if needed:
node skills/exa-search/scripts/exa-api.cjs --help
Release checklist
Before publishing
- 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
Publish
gh skill publish . --tag v1.0.0
After publishing
- Check the GitHub release page
- Spot-check
gh skill installcommands - Update README examples if the pinned version changes
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found