by webfuse-com
A curated list of awesome things related to Anthropic Claude
# Add to your Claude Code skills
git clone https://github.com/webfuse-com/awesome-claudeGuides for using ai agents skills like awesome-claude.
Last scanned: 4/28/2026
{
"issues": [
{
"type": "npm-audit",
"message": "awesome-lint: Vulnerability found",
"severity": "high"
},
{
"type": "npm-audit",
"message": "basic-ftp: Basic FTP has Path Traversal Vulnerability in its downloadToDir() method",
"severity": "critical"
},
{
"type": "npm-audit",
"message": "brace-expansion: brace-expansion: Zero-step sequence causes process hang and memory exhaustion",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "git-clone: Command injection in git-clone",
"severity": "high"
},
{
"type": "npm-audit",
"message": "got: Got allows a redirect to a UNIX socket",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "js-yaml: js-yaml has prototype pollution in merge (<<)",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "markdown-link-check: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "minimatch: minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"severity": "high"
},
{
"type": "npm-audit",
"message": "picomatch: Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching",
"severity": "high"
},
{
"type": "npm-audit",
"message": "undici: Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion",
"severity": "high"
},
{
"type": "npm-audit",
"message": "validator: validator.js has a URL validation bypass vulnerability in its isURL function",
"severity": "high"
},
{
"type": "npm-audit",
"message": "xmlbuilder2: Vulnerability found",
"severity": "medium"
}
],
"status": "FAILED",
"scannedAt": "2026-04-28T06:29:56.596Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}awesome-claude is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by webfuse-com. A curated list of awesome things related to Anthropic Claude. It has 1,658 GitHub stars.
awesome-claude failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.
Clone the repository with "git clone https://github.com/webfuse-com/awesome-claude" and add it to your Claude Code skills directory (see the Installation section above).
awesome-claude is primarily written in TypeScript. It is open-source under webfuse-com on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-claude against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
AI assistant by Anthropic for complex reasoning, code generation, and analysis tasks.
Claude is a large language model developed by Anthropic that excels at complex reasoning, code generation, and analysis tasks. Built with Constitutional AI principles, Claude provides reliable assistance for programming, writing, research, and problem-solving while maintaining safety and accuracy.
Building with the Web? Check out awesome-webmcp - a curated list of awesome things related to the WebMCP W3C standard.
The authoritative source for everything Claude - directly from Anthropic
thinking and you get adaptive), the full low→max effort ladder is supported, and the minimum cacheable prompt drops to 512 tokens. Fast mode (speed: "fast") is available on the Claude API only. Announcement | Migration guide | System Cardxhigh effort level and high-resolution vision (2,576px long edge). Uses the newer tokenizer, so the same text produces ~30% more tokens than Sonnet 4.6 — re-baseline your token budgets when you migrate. Announcement | System CardKey specs (API):
claude-fable-5 • $10/$50 per MTok • 1M context / 128K max outputclaude-opus-5 • $5/$25 per MTok • 1M context / 128K max outputclaude-sonnet-5 • $3/$15 per MTok ($2/$10 introductory through Aug 31, 2026) • 1M context / 128K max outputclaude-haiku-4-5 • $1/$5 per MTok • 200K context / 64K max outputModel IDs from the 4.6 generation onward are dateless but still pinned snapshots, not evergreen pointers — see Model IDs and versioning. Full comparison: Models overview | Pricing
Previous generations (still active)
xhigh effort level, and task budgets. Announcement | System CardMigrating? Extended thinking with a fixed budget_tokens, the sampling parameters (temperature/top_p/top_k), and last-assistant-turn prefills all return a 400 on the Claude 5 family. Use adaptive thinking plus the effort parameter instead, and structured outputs in place of prefills. Full list: Migration guide.
Official Client SDKs - Full feature parity: messages, tools, streaming, caching, computer use.
Agent SDKs - Build custom autonomous agents with Claude Code capabilities.
Starters
Official access to Claude models through cloud providers (all carry the Claude 5 family — Fable 5 / Opus 5 / Sonnet 5)
anthropic. ID prefix (e.g. anthropic.claude-opus-5). Supports cross-region inference, latency optimizations, fine-tuning, agents, guardrails, and deep AWS integration. (Note: Managed Agents and Anthropic server-side tools are not available on Bedrock — use Claude API + tool use there.)