All data sources

Skills

Unknown authskills

User-created skills connector for accessing custom AI instructions and workflows. Skills are dynamic AI instructions that users create through the PatchOps web interface. They combine natural language instructions with connector references to guide AI agents. USAGE: 1. Use listSkills() to see all available skills for the current user 2. Use getSkill({ slug }) to get full details of a specific skill 3. Use getSkillInstructions({ slug }) to get LLM-ready markdown instructions 4. Use createSkill({ name, instructions, ... }) to create a new skill 5. Skills reference connectors that the agent should use (welldatabase, postgres, etc.)

Provenance

PublisherSkills

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationUnknown

Methods (6)

  • listSkills

    read

    List all active skills for the current user

  • getSkill

    read

    Get a specific skill by its slug

    Required paramsslug
  • getSkillInstructions

    read

    Get skill instructions formatted as markdown for LLM consumption

    Required paramsslug
  • listSkillResources

    read

    List all skills as MCP resources

  • clearSkillsCache

    unknown

    Clear the skills cache for the current user

  • createSkill

    write

    Create a new skill for the current user

    Required paramsnameinstructions