api
oRPC API routes with 5-file pattern. Only for projects using oRPC.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install settlemint/agent-marketplace/apiskilz install settlemint/agent-marketplace/api --agent opencodeskilz install settlemint/agent-marketplace/api --agent codexskilz install settlemint/agent-marketplace/api --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplacecp -r agent-marketplace/devtools/skills/api ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
B Score: 82/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing concrete end-to-end example
- Router layers duplicated
- templates/ instead of references/
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-19
Developer Feedback
I took a look at your api skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 82/100, solid B grade territory. This is based on Anthropic's skill best practices. Your strongest area is Spec Compliance (14/15) — the frontmatter is clean and your description nails the trigger patterns. Where you're losing points: PDA (26/30) and Utility (18/20) — both have fixable gaps that could push you closer to 90.
What's Working Well
- Spec Compliance is nearly perfect — Valid YAML, correct hyphen-case naming, third-person description with extensive regex patterns. That's the foundation done right.
- Smart trigger patterns — You're covering library name (
oRPC), file patterns (router.ts), and user intent ('create oRPC route'). That's comprehensive activation. - Clear scaffolding approach — The 5-file pattern with layered routers (domain → action) is a solid mental model, and you've backed it with templates that have meaningful placeholders.
- Good token economy — Each section in SKILL.md earns its place. No fluff.
The Big One: Missing Concrete End-to-End Example
This is what's holding back your Utility score (18/20). Your quick_start section shows file structure, but doesn't show an actual implementation. Someone reading this skill should see:
// Example: token.transfer route
// File: routes/token/token.transfer.contract.ts
export const transfer = (context: Context) => ({
// actual business logic here
})
Right now, developers have to infer how to populate those templates. Adding 4-5 code snippets showing a complete token.transfer implementation with real values would bridge that gap and add ~1-2 points to your Utility score.
Other Things Worth Fixing
- **`tem...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.