跳转到主要内容
GitHub 仓库

extensions

extensions 收录了来自 OpenHands30 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
30
Stars
134
更新
2026-07-30
Forks
18.2k
职业覆盖
仓库浏览

这个仓库中的 skills

setup-openhands
其他计算机职业

Set up a repository for effective use with OpenHands. Creates AGENTS.md, setup and pre-commit scripts, and a PR review workflow. Designed to run automatically with minimal user intervention. Use when a user wants to configure their repo for OpenHands.

2026-04-08
openhands
综合与运营经理

Unified OpenHands plugin — bundles the OpenHands Cloud CLI, Cloud REST API (openhands-api), Automations (openhands-automation), and Software Agent SDK reference (openhands-sdk) into a single plugin. Use this when you need to interact with OpenHands Cloud or build agents with the SDK.

2026-07-01
openhands-api
综合与运营经理

Reference skill for the OpenHands Cloud REST API (V1) and agent-server APIs, including how to start additional cloud or local backend conversations for fresh-context or delegated work.

2026-07-01
openhands-automation
网页与数字界面设计师

This skill should be used when the user asks to "create an automation", "schedule a task", "set up a cron job", "webhook integration", "event-triggered automation", or mentions automations, scheduled tasks, cron scheduling, or webhook events in OpenHands Cloud.

2026-07-30
openhands-sdk
网页与数字界面设计师

Reference skill for the OpenHands Software Agent SDK - the Python framework for building AI agents that write software. Use when you need to build agents with the SDK, create custom tools, configure LLMs, manage conversations, delegate to sub-agents, or deploy agents locally or remotely.

2026-07-29
build-setup
软件开发工程师计算机程序员

Set up build environment and test fixtures for COBOL-to-Java migrations. Creates compilation infrastructure for both languages and generates golden test data.

2026-07-01
cobol-modernization
数据科学家

End-to-end COBOL to Java migration workflow. Handles build setup, mainframe dependency removal, and code migration with test validation.

2026-07-01
mainframe-planning
网络与计算机系统管理员计算机程序员

Create a transformation guide for replacing mainframe-specific COBOL constructs with standard COBOL equivalents. Use when preparing COBOL code for local execution or migration.

2026-03-06
mainframe-removal
数据科学家

Apply mainframe dependency transformations to COBOL code using a pre-generated transformation guide. Converts CICS/VSAM constructs to standard COBOL.

2026-06-21
to-java-migration
其他计算机职业计算机程序员

Migrate COBOL code to idiomatic Java, preserving business logic while following Java best practices. Use for COBOL modernization projects.

2026-03-06
magic-word
计算机程序员

A test skill that responds to the magic word "alakazam" with a specific phrase

2026-06-21
migration-mapping
计算机程序员

Create a mapping from source language files to target language files for code migrations. Use when evaluating or documenting a migration project.

2026-03-06
migration-report
市场经理

Generate a comprehensive migration report summarizing quality scores and providing recommendations. Use after scoring a migration project.

2026-03-06
migration-scoring
软件质量保证分析师与测试员

Evaluate code migration quality with coverage, correctness, and style scoring. Generates executive reports with actionable recommendations.

2026-07-01
score-quality
综合与运营经理

Score code migration quality based on coverage and correctness. Evaluates how well target code represents source functionality.

2026-03-06
score-style
软件质量保证分析师与测试员

Score migrated code against style guidelines and best practices. Evaluates code quality independent of functional correctness.

2026-03-06
agent-readiness-report
技术写作员

Evaluate how well a codebase supports autonomous AI-assisted development. Analyzes repositories across five pillars (Agent Instructions, Feedback Loops, Workflows & Automation, Policy & Governance, Build & Dev Environment) covering 74 features. Use when users want to assess how agent-ready a repository is.

2026-07-01
improve-agent-readiness
其他计算机职业

Use an agent readiness report to identify and implement improvements that make a repository more agent-friendly. Proposes repo-appropriate fixes for each pillar, then implements them on request. Use after running a readiness report or when a user wants to improve their repo's AI-readiness.

2026-04-08
setup-agents-md
其他计算机职业

Generate a high-quality, repo-specific AGENTS.md file that tells AI agents how to work effectively in a repository. Reads the actual repo to extract commands, structure, conventions, and guardrails — never generates generic boilerplate. Use when a user wants to create or improve their AGENTS.md, or after a readiness report identifies a missing agent instruction file.

2026-04-08
setup-pr-review
其他计算机职业

Set up the OpenHands automated PR review workflow in a GitHub repository. Creates the workflow file and asks the user for configuration preferences. Use when a user wants AI code review on their pull requests.

2026-04-08
release-notes
网页与数字界面设计师

Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v*.*.*) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.

2026-07-01
add-javadoc
桌面出版专家

Add comprehensive JavaDoc documentation to Java classes and methods. Use when documenting Java code, adding API documentation, or improving code documentation.

2026-04-23
add-skill
软件质量保证分析师与测试员

Add an external skill from a GitHub repository to the current workspace. Use when users want to import, install, or add a skill from a GitHub URL (e.g., `/add-skill https://github.com/OpenHands/extensions/tree/main/skills/codereview` or "add the codereview skill from https://github.com/OpenHands/extensions/"). Handles fetching the skill files and placing them in .agents/skills/.

2026-07-01
agent-canvas-environment
综合与运营经理

Work effectively inside a local Agent Canvas environment, including local agent-server auth, frontend/backend port discovery, safe workspace hygiene, and delegating work to a new local conversation through POST /api/conversations.

2026-06-27
agent-creator
桌面出版专家

Create file-based sub-agents as Markdown files following the OpenHands SDK format. Guides the user through a structured interview to collect requirements, then generates a ready-to-deploy agent file. Use this skill when the user wants to create, design, or build a new sub-agent, even if they don't use the /agent-creator command.

2026-04-23
agent-memory
综合与运营经理

Persist and retrieve repository-specific knowledge using AGENTS.md files. Use when you want to save important information about a codebase (build commands, code style, workflows) for future sessions.

2026-04-23
agent-sdk-builder
桌面出版专家

Guided workflow for building custom AI agents using the OpenHands Software Agent SDK. Use when you want to create a new agent through an interactive interview process that gathers requirements and generates implementation plans.

2026-04-23
azure-devops
软件质量保证分析师与测试员

Interact with Azure DevOps repositories, pull requests, and APIs using the AZURE_DEVOPS_TOKEN environment variable. Use when working with code hosted on Azure DevOps or managing Azure DevOps resources.

2026-07-01
bitbucket-cloud
综合与运营经理

Bitbucket Cloud (bitbucket.org) specifics — authenticate with BITBUCKET_TOKEN, use the REST API v2, workspace/repo_slug repositories, and the create_bitbucket_pr tool. Loaded on demand by the bitbucket skill once a Cloud environment is detected.

2026-07-01
bitbucket-data-center
计算机程序员

Bitbucket Data Center (self-hosted Bitbucket Server) specifics — authenticate with BITBUCKET_DATA_CENTER_TOKEN, use the REST API 1.0, PROJECT/repo_slug repositories, scm/ git remotes, and the create_bitbucket_data_center_pr tool. Loaded on demand by the bitbucket skill once a Data Center environment is detected.

2026-06-24