Owpenbot Test

Run owpenbot/openwrk integration tests with Telegram test tokens. Triggers when user mentions: - "owpenbot tests" - "telegram test tokens" - "openwrk integration test"

different-ai 4664388 4 files · 2.9 KB Updated

File contents

Quick Usage (Already Configured)

Run owpenbot + openwrk tests

.opencode/skills/owpenbot-test/scripts/run-tests.sh

First-Time Setup (If Not Configured)

  1. Copy .opencode/skills/owpenbot-test/.env.example to .opencode/skills/owpenbot-test/.env.
  2. Fill in:
    • OWPENBOT_TEST_TOKEN_ENV
    • OWPENBOT_TEST_TOKEN_CLI
    • (Optional) OWPENBOT_DIR and OPENWORK_DIR to override auto-detection.
  3. Run the script above.

Common Gotchas

  • .env is optional but ignored by git; tokens should stay local.
  • The script will auto-detect repos under _repos/owpenbot and _repos/openwork if dirs are not set.
  • .env.example lists the minimum config required by the script.
  • OWPENBOT_TEST_TOKEN_ENV is used by the CLI tests to seed Telegram config.

different-ai/the-factory/tree/main/.opencode/skills/owpenbot-test commit 46643889ec

Frequently asked questions

npx skillmds@latest add different-ai/owpenbot-test