MCPcopy Create free account

hub / github.com/ComposioHQ/awesome-codex-skills / functions

Functions218 in github.com/ComposioHQ/awesome-codex-skills

↓ 1 callersFunctionfetch_checks
(pr_value: str, repo_root: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:178
↓ 1 callersFunctionfetch_job_log
(job_id: str, repo_root: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:362
↓ 1 callersFunctionfetch_repo_slug
(repo_root: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:376
↓ 1 callersFunctionfetch_run_log
(run_id: str, repo_root: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:354
↓ 1 callersFunctionfetch_run_metadata
(run_id: str, repo_root: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:306
↓ 1 callersFunctionfind_failure_index
(lines: Sequence[str])
gh-fix-ci/scripts/inspect_pr_checks.py:440
↓ 1 callersFunctionfind_git_root
(start: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:137
↓ 1 callersFunctionformat_tools_for_openai
Convert MCP tool schemas into OpenAI function tool definitions.
mcp-builder/scripts/evaluation.py:86
↓ 1 callersMethodget_alpha
Get particle opacity based on lifetime.
slack-gif-creator/core/visual_effects.py:63
↓ 1 callersFunctionget_current_pr_ref
Resolve the PR for the current branch (whatever gh considers associated). Works for cross-repo PRs too, by reading head repository owner/name
gh-address-comments/scripts/fetch_comments.py:123
↓ 1 callersFunctionget_easing
Get easing function by name.
slack-gif-creator/core/easing.py:117
↓ 1 callersFunctionget_optimization_suggestions
Get suggestions for optimizing a GIF based on validation results. Args: results: Results dict from validate_gif() Returns:
slack-gif-creator/core/validators.py:200
↓ 1 callersFunctionget_text_size
Get the dimensions of text without drawing it. Args: text: Text to measure font_size: Font size in pixels bold: Use
slack-gif-creator/core/typography.py:294
↓ 1 callersFunctionget_video_info
Get information about the video without downloading.
video-downloader/scripts/download_video.py:22
↓ 1 callersFunctiongh_api_graphql
Call `gh api graphql` using -F variables, avoiding JSON blobs with nulls. Query is passed via stdin using query=@- to avoid shell newline/quo
gh-address-comments/scripts/fetch_comments.py:135
↓ 1 callersFunctiongh_pr_view_json
(fields: str)
gh-address-comments/scripts/fetch_comments.py:118
↓ 1 callersFunctiongithub_api_contents_url
(repo: str, path: str, ref: str)
skill-installer/scripts/github_utils.py:20
↓ 1 callersFunctionindent_block
(text: str, prefix: str = " ")
gh-fix-ci/scripts/inspect_pr_checks.py:500
↓ 1 callersFunctioninit_skill
Initialize a new skill directory with template SKILL.md. Args: skill_name: Name of the skill path: Path where the skill dire
skill-creator/scripts/init_skill.py:255
↓ 1 callersFunctionis_failing
(check: dict[str, Any])
gh-fix-ci/scripts/inspect_pr_checks.py:223
↓ 1 callersFunctionis_server_ready
Wait for server to be ready by polling the port.
webapp-testing/scripts/with_server.py:23
↓ 1 callersFunctionis_zip_payload
(payload: bytes)
gh-fix-ci/scripts/inspect_pr_checks.py:419
↓ 1 callersMethodlist_tools
Retrieve available tools from the MCP server.
mcp-builder/scripts/connections.py:55
↓ 1 callersFunctionmain
()
video-downloader/scripts/download_video.py:103
↓ 1 callersFunctionmain
()
gh-fix-ci/scripts/inspect_pr_checks.py:95
↓ 1 callersFunctionmain
()
webapp-testing/scripts/with_server.py:35
↓ 1 callersFunctionmain
()
gh-address-comments/scripts/fetch_comments.py:229
↓ 1 callersFunctionmain
()
mcp-builder/scripts/evaluation.py:341
↓ 1 callersFunctionmain
()
skill-creator/scripts/package_skill.py:86
↓ 1 callersFunctionmain
()
skill-creator/scripts/init_skill.py:320
↓ 1 callersFunctionmain
(argv: list[str])
skill-installer/scripts/install-skill-from-github.py:293
↓ 1 callersFunctionmain
(argv: list[str])
skill-installer/scripts/list-curated-skills.py:82
↓ 1 callersFunctionnormalize_skill_name
Normalize a skill name to lowercase hyphen-case.
skill-creator/scripts/init_skill.py:194
↓ 1 callersMethodoptimize_colors
Reduce colors in all frames using quantization. Args: num_colors: Target number of colors (8-256) use_global
slack-gif-creator/core/gif_builder.py:56
↓ 1 callersFunctionpackage_skill
Package a skill folder into a .skill file. Args: skill_path: Path to the skill folder output_dir: Optional output directory
skill-creator/scripts/package_skill.py:20
↓ 1 callersFunctionparse_args
()
gh-fix-ci/scripts/inspect_pr_checks.py:77
↓ 1 callersFunctionparse_available_fields
(message: str)
gh-fix-ci/scripts/inspect_pr_checks.py:396
↓ 1 callersFunctionparse_env_vars
Parse environment variable strings in format 'KEY=VALUE' into a dictionary.
mcp-builder/scripts/evaluation.py:326
↓ 1 callersFunctionparse_evaluation_file
Parse XML evaluation file with qa_pair elements.
mcp-builder/scripts/evaluation.py:56
↓ 1 callersFunctionparse_headers
Parse header strings in format 'Key: Value' into a dictionary.
mcp-builder/scripts/evaluation.py:311
↓ 1 callersFunctionparse_resources
(raw_resources)
skill-creator/scripts/init_skill.py:208
↓ 1 callersMethodrender
Render particle to frame. Args: frame: PIL Image to draw on
slack-gif-creator/core/visual_effects.py:67
↓ 1 callersMethodrender
Render all particles to frame.
slack-gif-creator/core/visual_effects.py:203
↓ 1 callersFunctionrender_results
(pr_number: str, results: Iterable[dict[str, Any]])
gh-fix-ci/scripts/inspect_pr_checks.py:455
↓ 1 callersFunctionresolve_pr
(pr_value: str | None, repo_root: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:158
↓ 1 callersFunctionrun_evaluation
Run evaluation with MCP server tools.
mcp-builder/scripts/evaluation.py:255
↓ 1 callersFunctionrun_gh_command_raw
(args: Sequence[str], cwd: Path)
gh-fix-ci/scripts/inspect_pr_checks.py:67
↓ 1 callersFunctiontail_lines
(text: str, max_lines: int)
gh-fix-ci/scripts/inspect_pr_checks.py:448
↓ 1 callersFunctiontitle_case_skill_name
Convert hyphenated skill name to Title Case for display.
skill-creator/scripts/init_skill.py:203
↓ 1 callersMethodupdate
Update all particles.
slack-gif-creator/core/visual_effects.py:194
↓ 1 callersFunctionvalidate_dimensions
Check if dimensions are suitable for Slack. Args: width: Frame width in pixels height: Frame height in pixels is_emo
slack-gif-creator/core/validators.py:59
↓ 1 callersFunctionvalidate_gif
Run all validations on a GIF file. Args: gif_path: Path to GIF file is_emoji: True for emoji GIF, False for message GIF
slack-gif-creator/core/validators.py:122
Method__aenter__
Initialize MCP server connection.
mcp-builder/scripts/connections.py:24
Method__init__
(self, returncode: int, stdout: str, stderr: str)
gh-fix-ci/scripts/inspect_pr_checks.py:51
Method__init__
Initialize GIF builder. Args: width: Frame width in pixels height: Frame height in pixels fps: F
slack-gif-creator/core/gif_builder.py:19
Method__init__
Initialize a particle. Args: x, y: Starting position vx, vy: Velocity lifetime: How long particl
slack-gif-creator/core/visual_effects.py:19
Method__init__
Initialize particle system.
slack-gif-creator/core/visual_effects.py:109
Method__init__
(self, command: str, args: list[str] = None, env: dict[str, str] = None)
mcp-builder/scripts/connections.py:76
Method__init__
(self, url: str, headers: dict[str, str] = None)
mcp-builder/scripts/connections.py:91
Method__init__
(self, url: str, headers: dict[str, str] = None)
mcp-builder/scripts/connections.py:103
Method_create_context
(self)
mcp-builder/scripts/connections.py:82
Method_create_context
(self)
mcp-builder/scripts/connections.py:96
Method_create_context
(self)
mcp-builder/scripts/connections.py:108
Functionadd_drop_shadow
Add drop shadow to an object. Args: frame: PIL Image object_bounds: (x1, y1, x2, y2) bounds of object shadow_offset:
slack-gif-creator/core/visual_effects.py:373
Functionadd_glow_effect
Add a glow effect to areas of a specific color. Args: frame: PIL Image mask_color: Color to create glow around glow_
slack-gif-creator/core/visual_effects.py:340
Functionadd_motion_blur
Add motion blur by blending with previous frame. Args: frame: Current frame prev_frame: Previous frame (None for first frame
slack-gif-creator/core/visual_effects.py:213
Functionadd_vignette
Add a vignette effect (darkened edges) to frame. Args: frame: PIL Image strength: Vignette strength (0.0-1.0) Returns:
slack-gif-creator/core/frame_composer.py:392
Functionapply_screen_shake
Apply screen shake effect to entire frame. Args: frame: PIL Image intensity: Shake intensity frame_index: Current fr
slack-gif-creator/core/visual_effects.py:474
Functionapply_simple_mirror
Apply simple mirror effect (faster than full kaleidoscope). Args: frame: Input frame mode: 'horizontal', 'vertical', 'quad'
slack-gif-creator/templates/kaleidoscope.py:86
Functionapply_squash_stretch
Calculate squash and stretch scales for more dynamic animation. Args: base_scale: (width_scale, height_scale) base scales in
slack-gif-creator/core/easing.py:163
Functionapply_trail_effect
Add motion trail effect to moving object. Args: frames: List of frames with moving object trail_length: Number of previous f
slack-gif-creator/templates/move.py:199
Functioncomposite_layers
Composite one image on top of another. Args: base: Base image overlay: Image to overlay on top position: (x, y) posi
slack-gif-creator/core/frame_composer.py:160
Functioncreate_breathing_animation
Create slow, calming breathing animation (in and out). Args: object_type: Type of object object_data: Object configuration
slack-gif-creator/templates/pulse.py:188
Functioncreate_explosion_effect
Create an explosion effect that expands and fades. Args: frame: PIL Image to draw on position: Explosion center radi
slack-gif-creator/core/visual_effects.py:301
Functioncreate_fade_to_color
Fade from one solid color to another. Args: start_color: Starting RGB color end_color: Ending RGB color num_frames:
slack-gif-creator/templates/fade.py:251
Functioncreate_gradient_background
Create a vertical gradient background. Args: width: Frame width height: Frame height top_color: RGB color at top
slack-gif-creator/core/frame_composer.py:235
Functioncreate_gradient_colors
Create a gradient of colors between two colors. Args: start_color: Starting RGB color end_color: Ending RGB color st
slack-gif-creator/core/color_palettes.py:222
Functioncreate_impact_flash
Create a bright flash effect at impact point. Args: frame: PIL Image to draw on position: Center of flash radius: Fl
slack-gif-creator/core/visual_effects.py:239
Functioncreate_nope_flip
Create "nope" reaction flip (like flipping table). Args: num_frames: Number of frames frame_width: Frame width frame
slack-gif-creator/templates/flip.py:227
Functioncreate_path_from_points
Create a smooth path through multiple points. Args: points: List of (x, y) waypoints num_frames: Total number of frames
slack-gif-creator/templates/move.py:160
Functioncreate_reaction_morph
Create quick emoji reaction morph (for emoji GIFs). Args: emoji_start: Starting emoji emoji_end: Ending emoji num_fr
slack-gif-creator/templates/morph.py:200
Functioncreate_shockwave_rings
Create expanding ring effects. Args: frame: PIL Image to draw on position: Center of rings radii: List of ring radii
slack-gif-creator/core/visual_effects.py:275
Functioncreate_speed_lines
Create speed lines for motion effect. Args: frame: PIL Image to draw on position: Center position direction: Angle i
slack-gif-creator/core/visual_effects.py:410
Functiondarken_color
Darken a color by a given amount. Args: color: RGB color tuple amount: Amount to darken (0.0-1.0) Returns: Dark
slack-gif-creator/core/color_palettes.py:181
Functiondraw_circle_with_shadow
Draw a circle with drop shadow. Args: frame: PIL Image to draw on center: (x, y) center position radius: Circle radi
slack-gif-creator/core/frame_composer.py:323
Functiondraw_line
Draw a line on a frame. Args: frame: PIL Image to draw on start: (x, y) start position end: (x, y) end position
slack-gif-creator/core/frame_composer.py:77
Functiondraw_rectangle
Draw a rectangle on a frame. Args: frame: PIL Image to draw on top_left: (x, y) top-left corner bottom_right: (x, y)
slack-gif-creator/core/frame_composer.py:54
Functiondraw_rounded_rectangle
Draw a rectangle with rounded corners. Args: frame: PIL Image to draw on top_left: (x, y) top-left corner bottom_rig
slack-gif-creator/core/frame_composer.py:361
Functiondraw_star
Draw a 5-pointed star. Args: frame: PIL Image to draw on center: (x, y) center position size: Star size (outer radiu
slack-gif-creator/core/frame_composer.py:435
Functiondraw_stick_figure
Draw a simple stick figure. Args: frame: PIL Image to draw on position: (x, y) center position of head scale: Size m
slack-gif-creator/core/frame_composer.py:190
Functiondraw_text_in_box
Draw text in a semi-transparent box for guaranteed readability. Args: frame: PIL Image to draw on text: Text to draw
slack-gif-creator/core/typography.py:218
Functiondraw_text_with_glow
Draw text with glow effect for emphasis. Args: frame: PIL Image to draw on text: Text to draw position: (x, y) posit
slack-gif-creator/core/typography.py:164
Functiondraw_text_with_shadow
Draw text with drop shadow for depth. Args: frame: PIL Image to draw on text: Text to draw position: (x, y) position
slack-gif-creator/core/typography.py:114
Functionease_back_in
Back ease-in (slight overshoot backward before forward motion).
slack-gif-creator/core/easing.py:140
Functionease_back_in_out
Back ease-in-out (overshoot at both ends).
slack-gif-creator/core/easing.py:154
Functionease_back_out
Back ease-out (overshoot forward then settle back).
slack-gif-creator/core/easing.py:147
Functionease_in_cubic
Cubic ease-in (slow start).
slack-gif-creator/core/easing.py:34
Functionease_in_elastic
Elastic ease-in (spring effect).
slack-gif-creator/core/easing.py:78
Functionease_in_out_bounce
Bounce ease-in-out.
slack-gif-creator/core/easing.py:71
Functionease_in_out_cubic
Cubic ease-in-out.
slack-gif-creator/core/easing.py:44
← previousnext →101–200 of 218, ranked by callers