Skip to content

Add agentskill-learn: Community skills marketplace integration#152

Open
romainsimon wants to merge 2 commits intoopenai:mainfrom
agentskill-sh:add-agentskill-learn
Open

Add agentskill-learn: Community skills marketplace integration#152
romainsimon wants to merge 2 commits intoopenai:mainfrom
agentskill-sh:add-agentskill-learn

Conversation

@romainsimon
Copy link

Summary

Adds a pointer skill to agentskill.sh, a community marketplace for AI agent skills.

What it enables:

  • Search & Discovery: Find skills by keyword from a community catalog
  • Security Scanning: Every skill is scanned before install (prompt injection, RCE, credential exfiltration, obfuscation detection)
  • Multi-Platform: Works with Codex, Claude Code, Cursor, Copilot, Windsurf, Cline
  • Feedback Loop: Auto-rating + user ratings improve skill quality

Why a pointer skill?

This is a lightweight skill that references the canonical source at github.com/agentskill-sh/learn. This approach:

  • Keeps the full skill updated without needing PRs here
  • Allows users to install the complete version via $skill-installer install https://github.com/agentskill-sh/learn
  • Provides discoverability through the curated list

Security

The full skill includes comprehensive security scanning:

  • 90-100: SAFE — install proceeds
  • 70-89: REVIEW — shows issues, requires acknowledgment
  • <70: BLOCKED — refuses to install

Detects: prompt injection, remote code execution, credential exfiltration, base64 obfuscation, reverse shells, destructive commands, and more.

Links

Test Plan

  • Install via $skill-installer install https://github.com/agentskill-sh/learn
  • Run /learn seo to search for skills
  • Verify security scanning blocks test malicious skills

Adds a pointer skill to the agentskill.sh community marketplace, enabling:
- Search and discovery of community-contributed skills
- Security scanning before installation (blocks dangerous patterns)
- Multi-platform support (Codex, Claude Code, Cursor, Copilot, etc.)
- Auto-rating and feedback system

This is a lightweight pointer to the canonical skill at:
https://github.com/agentskill-sh/learn

Users install the full skill via:
$skill-installer install https://github.com/agentskill-sh/learn
@romainsimon romainsimon requested a review from a team February 11, 2026 01:41
- Add registry-side pre-scanning explanation (25,865+ skills)
- Add client-side score verification
- Link to security dashboard
- Add autorating config command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant