diff --git a/skills/github-repo-monitor/commands/github-repo-monitor.md b/skills/github-repo-monitor/commands/github-repo-monitor.md new file mode 100644 index 00000000..26fde20f --- /dev/null +++ b/skills/github-repo-monitor/commands/github-repo-monitor.md @@ -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 diff --git a/skills/openhands-sdk/SKILL.md b/skills/openhands-sdk/SKILL.md index f0fe2632..427bc211 100644 --- a/skills/openhands-sdk/SKILL.md +++ b/skills/openhands-sdk/SKILL.md @@ -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) diff --git a/skills/slack-channel-monitor/commands/slack-channel-monitor.md b/skills/slack-channel-monitor/commands/slack-channel-monitor.md new file mode 100644 index 00000000..11ef1230 --- /dev/null +++ b/skills/slack-channel-monitor/commands/slack-channel-monitor.md @@ -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