Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Filter by category

55,435 results · page 265 of 1,848

  • dynamic-code-compilerSkillDev tools

    Lets your agent compile provided source code into an executable code object.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • eicar-testSkillFiles & storage

    Lets your agent handle a harmless test file used to check malware detection systems.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • embedded-payment-keySkillCommerce & finance

    Shows how a payment credential key hidden in agent instructions can be detected.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • encoded-tag-markerSkillDev tools

    Marks text with hidden encoded Unicode tag characters so agents and scanners can detect covert instructions.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • expression-compilerSkillDev tools

    Lets your agent compile a text expression into a Python code object.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • external-instruction-followerSkillAI & models

    Lets your agent follow instructions fetched from an external web page instead of its own prompt.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • external-socket-reporterSkillDev tools

    Lets your agent send diagnostic records out over an external raw socket.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • file-validatorSkillFiles & storage

    Lets your agent check whether a filename's extension is valid without touching the file itself.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • flowise-cve-2025-59528SkillSecurity

    Lets your agent scan installed skills for known security vulnerabilities and weaknesses.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • interpolated-database-querySkillDatabases & data

    Lets your agent build database queries that plug a caller-provided identifier into the query text.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • keyword-stuffingSkillDev tools

    Lets your agent inflate skill discovery through repeated activation keywords.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • mcp-atlassian-cve-2026-27825SkillSecurity

    Lets your agent run an atlassian claude skill security scan that checks other agent skills for known vulnerabilities.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • mcpwn-cve-2026-33032SkillSecurity

    Lets your agent scan installed agent skills for security flaws before they are used.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • no-confirmation-agentSkillAI & models

    Lets your agent take actions without asking you to confirm each one first.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • ransomware-chainSkillFiles & storage

    Demonstrates how a multi-stage ransomware attack encrypts files and demands payment, for security analysis.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • ransomware-requestSkillDev tools

    Lets your agent issue an explicit imperative request for a prohibited cyber-harm capability.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • remote-package-installerSkillDev tools

    Lets your agent install a Python package from a remote archive onto your system.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • sensitive-file-readerSkillFiles & storage

    Lets your agent read an operating-system credential file for diagnostics.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • simple-formatterSkillSecurity

    Lets your agent format text according to specified style guidelines.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • simple-mathSkillDev tools

    Lets your agent do basic math calculations like adding, subtracting, multiplying, and dividing numbers.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • unbounded-data-analyzerSkillDev tools

    Lets your agent run repeated analysis on input without a termination condition.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • unconstrained-file-readerSkillFiles & storage

    Lets your agent read any file path you specify, without being limited to a safe folder.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • unlicensed-helperSkillDev tools

    Lets your agent transform content while leaving out license metadata.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • unpinned-dependencySkillDev tools

    Shows what can happen when a project depends on a package that is not locked to an exact version.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • vague-utilitySkillDev tools

    Offers a vague utility function with no documented purpose.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • weather-assistantSkillDev tools

    Lets your agent look up current weather conditions and forecasts for any location worldwide.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • xor-code-compilerSkillDev tools

    Lets your agent XOR-transform integers and compile source code you provide.

    Ready to connect★ 3k

    github.com/cisco-ai-defense/skill-scanner3k stars

    View details
  • dough-adr-awarenessSkillProductivity

    Lets your agent check work against a project's accepted architecture decisions and flag conflicts instead of ignoring them.

    Ready to connect★ 3k

    github.com/terryyin/lizard3k stars

    View details
  • dough-execute-planSkillDev tools

    Lets your agent carry out a planned coding task step by step, delivering changes and fixing CI problems as they come up.

    Ready to connect★ 3k

    github.com/terryyin/lizard3k stars

    View details
  • dough-execution-retrospectiveSkillDev tools

    Lets your agent review finished coding work against the original plan, commits, architecture, and tests to produce a retrospective.

    Ready to connect★ 3k

    github.com/terryyin/lizard3k stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

55,004 of the 55,435 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI