Imported from Eli-yu-first/skillshub (skills-repository/apicraft/Mobile-API-Client-Generator/SKILL.md). Install upstream with npx skills add Eli-yu-first/skillshub --skill Mobile-API-Client-Generator. Copyright stays with the author (MIT).
Mobile API Client Generator
Generates type-safe API client code for mobile apps from OpenAPI/Swagger specifications
Usage
This skill can be used standalone or as part of an Agent workflow on SkillsHub.
Standalone
skillshub run apicraft/Mobile-API-Client-Generator --input "Your query here"
In Agent
Add this skill to your Agent configuration to enable its capabilities.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/eli-yu-first-skillshub-mobile-api-client-generator/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "eli-yu-first-skillshub-mobile-api-client-generator",
"kind": "skill",
"name": "Mobile API Client Generator",
"description": "Generates type-safe API client code for mobile apps from OpenAPI/Swagger specifications",
"publisher": "Eli-yu-first",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"tool",
"app-development",
"ai",
"automation",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generates type-safe API client code for mobile apps from OpenAPI/Swagger specifications"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Eli-yu-first/skillshub",
"path": "skills-repository/apicraft/Mobile-API-Client-Generator/SKILL.md",
"ref": "65550a6e3068af13f07b3fb2605cdcc6e430a143",
"url": "https://github.com/Eli-yu-first/skillshub/blob/65550a6e3068af13f07b3fb2605cdcc6e430a143/skills-repository/apicraft/Mobile-API-Client-Generator/SKILL.md",
"key": "Eli-yu-first/skillshub/skills-repository/apicraft/Mobile-API-Client-Generator/SKILL.md"
},
"license": "MIT"
},
"instructions": "# Mobile API Client Generator\n\nGenerates type-safe API client code for mobile apps from OpenAPI/Swagger specifications\n\n## Usage\n\nThis skill can be used standalone or as part of an Agent workflow on SkillsHub.\n\n### Standalone\n\n```\nskillshub run apicraft/Mobile-API-Client-Generator --input \"Your query here\"\n```\n\n### In Agent\n\nAdd this skill to your Agent configuration to enable its capabilities.",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/eli-yu-first-skillshub-mobile-api-client-generator/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.