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

SkillCreateParams Class — anthropic-sdk-python Architecture

Architecture documentation for the SkillCreateParams class in skill_create_params.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  2b311083_6f80_37b2_ed1e_b92633973307["SkillCreateParams"]
  abfd7fa1_a9df_56f3_8c44_318b9d8b8515["skill_create_params.py"]
  2b311083_6f80_37b2_ed1e_b92633973307 -->|defined in| abfd7fa1_a9df_56f3_8c44_318b9d8b8515

Relationship Graph

Source Code

src/anthropic/types/beta/skill_create_params.py lines 15–31

class SkillCreateParams(TypedDict, total=False):
    display_title: Optional[str]
    """Display title for the skill.

    This is a human-readable label that is not included in the prompt sent to the
    model.
    """

    files: Optional[SequenceNotStr[FileTypes]]
    """Files to upload for the skill.

    All files must be in the same top-level directory and must include a SKILL.md
    file at the root of that directory.
    """

    betas: Annotated[List[AnthropicBetaParam], PropertyInfo(alias="anthropic-beta")]
    """Optional header to specify the beta version(s) you want to use."""

Frequently Asked Questions

What is the SkillCreateParams class?
SkillCreateParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/skill_create_params.py.
Where is SkillCreateParams defined?
SkillCreateParams is defined in src/anthropic/types/beta/skill_create_params.py at line 15.

Analyze Your Own Codebase

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

Try Supermodel Free