Home / Class/ BetaSkill Class — anthropic-sdk-python Architecture

BetaSkill Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaSkill class in beta_skill.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  e8deeefd_455b_8b95_978c_c26ecf5910a1["BetaSkill"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  e8deeefd_455b_8b95_978c_c26ecf5910a1 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  33448ebc_9178_83c8_a088_927b6b1198aa["beta_skill.py"]
  e8deeefd_455b_8b95_978c_c26ecf5910a1 -->|defined in| 33448ebc_9178_83c8_a088_927b6b1198aa

Relationship Graph

Source Code

src/anthropic/types/beta/beta_skill.py lines 10–20

class BetaSkill(BaseModel):
    """A skill that was loaded in a container (response model)."""

    skill_id: str
    """Skill ID"""

    type: Literal["anthropic", "custom"]
    """Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined)"""

    version: str
    """Skill version or 'latest' for most recent version"""

Extends

Frequently Asked Questions

What is the BetaSkill class?
BetaSkill is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_skill.py.
Where is BetaSkill defined?
BetaSkill is defined in src/anthropic/types/beta/beta_skill.py at line 10.
What does BetaSkill extend?
BetaSkill extends BaseModel.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free