name: owpenbot-test description: | Run owpenbot/openwrk integration tests with Telegram test tokens.
Triggers when user mentions: - "owpenbot tests" - "telegram test tokens" - "openwrk integration test"
Quick Usage (Already Configured)
Run owpenbot + openwrk tests
.opencode/skills/owpenbot-test/scripts/run-tests.sh
First-Time Setup (If Not Configured)
- Copy
.opencode/skills/owpenbot-test/.env.exampleto.opencode/skills/owpenbot-test/.env. - Fill in:
OWPENBOT_TEST_TOKEN_ENVOWPENBOT_TEST_TOKEN_CLI- (Optional)
OWPENBOT_DIRandOPENWORK_DIRto override auto-detection.
- Run the script above.
Common Gotchas
.envis optional but ignored by git; tokens should stay local.- The script will auto-detect repos under
_repos/owpenbotand_repos/openworkif dirs are not set. .env.examplelists the minimum config required by the script.OWPENBOT_TEST_TOKEN_ENVis used by the CLI tests to seed Telegram config.