#
ENJA

opencrow

pinpox/opencrow

OpenCrow is a messaging bot that bridges Matrix, Nostr, and Signal chats to the 'oh-my-pi' (omp) coding agent via a lightweight RPC architecture.

49 10No licenseUpdated 2026-07-29

Overview

OpenCrow acts as a secure and minimal communication gateway between encrypted chat platforms and a persistent AI coding assistant process. By avoiding reimplementation of core agent logic, it leverages external subprocesses for session management, tool execution, and multi-provider language model interactions while providing flexible integrations for scheduled heartbeats, reminders, and external triggers.

Capabilities

  • Matrix chat integration with E2EE support
  • Nostr NIP-17 encrypted direct messaging
  • Signal integration via signal-cli
  • Persistent agent conversation sessions with auto-compaction
  • Heartbeat and reminder triggers

Best for

Interacting with an AI coding assistant over Matrix, Nostr, or Signal encrypted messaging apps., Running scheduled background reminders and periodic heartbeat tasks processed by an autonomous agent., Deploying a self-hosted AI chatbot infrastructure isolated inside a NixOS container.

Works with

Codex
Evoa Score breakdown= Σ (score × weight)
52
Task usefulness20%88 → +17.6

実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 AIによるcapabilities/use-cases解析

Code quality15%75 → +11.3

実装・指示の品質。 AIによるSKILL.md/README解析

Maintenance15%100 → +15.0

リポジトリがどれだけ活発に保守されているか。 GitHub 最終push日時の新しさ

Documentation12%34 → +4.1

ドキュメントの充実度・分かりやすさ。 README/独自要約の情報量

Security15%15 → +2.3

危険・不審な挙動が無いか。 AIによるセキュリティレビュー

Originality10%65 → +6.5

ありふれたラッパーではない独自性。 AIによる独自性判定

Popularity8%46 → +3.7

コミュニティの採用度。 GitHub Stars/Forks(対数スケール)

Compatibility5%25 → +1.3

対応AIエージェントの広さ。 AIによる対応エージェント判定

Weighted total61.6 / 100

ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →

Security considerations

The software explicitly omits internal whitelists or permission boundaries, executing arbitrary tool commands through the backend LLM. Production deployments must utilize rigorous OS-level sandboxing, such as the provided NixOS container module, to prevent host compromise.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.