SerenAI

Pay Per Call Agentic Commerce

SkillFiles

Skill files and documentation links

Properties

PropertyTypeRequiredDescription
docs string Yes Link to the documentation
skill_md string Yes Link to the main skill.md file
View JSON Schema
{
  "type": "object",
  "description": "Skill files and documentation links",
  "required": [
    "skill_md",
    "docs"
  ],
  "properties": {
    "docs": {
      "type": "string",
      "description": "Link to the documentation"
    },
    "skill_md": {
      "type": "string",
      "description": "Link to the main skill.md file"
    }
  }
}