CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. aibtcdev
  4. /
  5. skills
  6. /
  7. Validation

Validation

Editor's Note

This implements ERC-8004 on-chain agent validation for Stacks L2, letting agents request validation from validators and letting validators respond with scored assessments. You get six subcommands: request and respond for write operations (which need a wallet), plus four read operations for checking status, pulling summaries, and paginating through validation lists by agent or validator. Responses are 0-100 scores that can be updated progressively, all tied to SHA-256 hashes of request and response data. The pagination works with 14-item pages and cursor-based navigation. If you're building agent reputation systems or need verifiable on-chain trust signals, this gives you the primitives to do it without rolling your own registry contract.

Install

npx skills add https://github.com/aibtcdev/skills --skill validation
Votes
0
Installs121
GitHub Stars6
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment