# Owpenbot Test

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

- Skill: `different-ai/owpenbot-test` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add different-ai/owpenbot-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/different-ai/owpenbot-test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: different-ai (https://skillmd.com/u/different-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/different-ai/owpenbot-test

---


## Quick Usage (Already Configured)

### Run owpenbot + openwrk tests
```bash
.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.

