(ctx context.Context, name string, query SkillQuery)
| 296 | GetSkill(ctx context.Context, name string, query SkillQuery) (SkillRecord, error) |
| 297 | GetSkillContent(ctx context.Context, name string, query SkillQuery) (string, error) |
| 298 | GetSkillShadows(ctx context.Context, name string, query SkillQuery) (SkillShadowsRecord, error) |
| 299 | EnableSkill(ctx context.Context, name string, query SkillQuery) (SkillActionRecord, error) |
| 300 | DisableSkill(ctx context.Context, name string, query SkillQuery) (SkillActionRecord, error) |
| 301 | SearchSkillMarketplace(ctx context.Context, query string, limit int) ([]SkillMarketplaceRecord, error) |
no outgoing calls
no test coverage detected