Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions skills/github-repo-monitor/commands/github-repo-monitor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
description: Set up a cron automation that polls a GitHub repository for comments containing a trigger phrase and starts an OpenHands conversation in response. Use when asked to monitor a GitHub repo, watch for @OpenHands mentions in issues or PRs, or trigger OpenHands from a GitHub comment.
---

Read and follow the complete instructions in the SKILL.md file located in this skill's directory.

$ARGUMENTS
1 change: 1 addition & 0 deletions skills/openhands-sdk/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Source: [`examples/`](https://github.com/OpenHands/software-agent-sdk/tree/main/
- [`48_conversation_fork.py`](https://github.com/OpenHands/software-agent-sdk/blob/main/examples/01_standalone_sdk/48_conversation_fork.py)
- [`49_switch_llm_tool.py`](https://github.com/OpenHands/software-agent-sdk/blob/main/examples/01_standalone_sdk/49_switch_llm_tool.py)
- [`50_async_cancellation.py`](https://github.com/OpenHands/software-agent-sdk/blob/main/examples/01_standalone_sdk/50_async_cancellation.py)
- [`51_agent_hooks`](https://github.com/OpenHands/software-agent-sdk/tree/main/examples/01_standalone_sdk/51_agent_hooks)

### [`02_remote_agent_server/`](https://github.com/OpenHands/software-agent-sdk/tree/main/examples/02_remote_agent_server)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
description: Set up a cron automation that polls up to 10 Slack channels for messages containing a trigger phrase and starts an OpenHands conversation in response. Use when asked to monitor a Slack channel, watch for @openhands mentions in Slack, or trigger OpenHands from a Slack message.
---

Read and follow the complete instructions in the SKILL.md file located in this skill's directory.

$ARGUMENTS
Loading